Subject Re: [firebird-support] odbc setup on linux ...
Author Yves Glodt
On Friday 12 December 2003 05:16, Bill Katelis wrote:
> Hi,
>
> Can anyone please give me some pointers in trying to set up a
> firebird datasource on linux ?
>
> I have downloaded the odbc shared libraries from the ibphoenix page.
>
> What else do I need to do ?

Extract them to a directory (e.g. /usr/lib/odbc/ in debian), and edit
the odbc configuration files in /etc.

In my case:

/etc/odbcinst.ini:
[Firebird]
Description = IBPhoenix Firebird ODBC Driver
Driver = /usr/lib/odbc/OdbcJdbc.so
Setup = /usr/lib/odbc/OdbcJdbcS.so
FileUsage = 1
CPTimeout =
CPReuse =

/etc/odbc.ini
[your_data_source_name]
Description = Firebird
Driver = Firebird
Dbname = servername:/path/to/your_dbfile.gdb
User = username
Password = password
Role =
CharacterSet =
ReadOnly = No
NoWait = No

If you use the ODBCConfig utility, you can set it up all graphically, as
in windoze ;)

regards,
Yves

> thanks
> bill

>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~--> Buy Ink Cartridges or Refill Kits for your
> HP, Epson, Canon or Lexmark Printer at MyInks.com. Free s/h on orders
> $50 or more to the US & Canada.
> http://www.c1tracking.com/l.asp?cid=5511
> http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/67folB/TM
> ---------------------------------------------------------------------
>~->
>
> To unsubscribe from this group, send an email to:
> firebird-support-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/

--
Linux 2.4.22-1-k7 #1 Sat Sep 6 02:13:04 EST 2003 i686
23:18:04 up 1:22, 1 user, load average: 0.13, 0.08, 0.07