[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
re: [cobalt-users] connect coldfusion with interbase via odbc
- Subject: re: [cobalt-users] connect coldfusion with interbase via odbc
- From: "Mike Ciesiensky, Jr." <MikeC@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri May 18 02:47:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I'm trying to connect coldfusion with a database in interbase.
> I've installed the easysoft odbc for interbase, but when I tried
> in the coldfusion admin panel to create the data source, in the list
> of available drivers doesn't appear the interbase driver, so I can't
create
> it.
> Is there any documentation for connecting coldfusion with interbase via
> odbc?
Refer to these articles to make sure IB is setup right:
http://list.cobalt.com/pipermail/cobalt-users/2001-January/029237.html
http://list.cobalt.com/pipermail/cobalt-users/2001-January/029186.html
Basically this needs to be in 'odbc.ini'
[MYTEST]
Driver=/usr/local/lib/libib6odbc.so.1.0.0
Description=Interbase Driver
Database=/home/IBDatabases/mytest.gdb
User=SYSDBA
Password=[mypassword]
With_Schema=0
Dialect=3
There is other stuff to worry about if this doesn't work.
Mike.