odbc drivers
odbc drivers
Hi,
How would I find out if I have ODBC drivers on my server?
I have a client who wants to use Filemaker Pro and needs ODBC drivers to connect to the database.
I believe this are compiled with php but am unfamiliar with what needs to be done so he can use his Filemaker Pro program to upload product changes and such to his ecommerce store.
Any help is greatly appreciated.
Thank you!
How would I find out if I have ODBC drivers on my server?
I have a client who wants to use Filemaker Pro and needs ODBC drivers to connect to the database.
I believe this are compiled with php but am unfamiliar with what needs to be done so he can use his Filemaker Pro program to upload product changes and such to his ecommerce store.
Any help is greatly appreciated.
Thank you!
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
These are the ones on C4:
unixODBC.i386 2.2.11-1.RHEL4.1 installed
unixODBC-devel.i386 2.2.11-1.RHEL4.1 installed
MyODBC.i386 2.50.39-25.RHEL4.1 base
freeradius-unixODBC.i386 1.0.1-3.RHEL4.5 base
php-odbc.i386 5.2.6-1.el4.art atomic
postgresql-odbc.i386 7.3-8.RHEL4.1 base
qt-ODBC.i386 1:3.3.3-13.RHEL4 base
unixODBC-kde.i386 2.2.11-1.RHEL4.1 base
unixODBC.i386 2.2.11-1.RHEL4.1 installed
unixODBC-devel.i386 2.2.11-1.RHEL4.1 installed
MyODBC.i386 2.50.39-25.RHEL4.1 base
freeradius-unixODBC.i386 1.0.1-3.RHEL4.5 base
php-odbc.i386 5.2.6-1.el4.art atomic
postgresql-odbc.i386 7.3-8.RHEL4.1 base
qt-ODBC.i386 1:3.3.3-13.RHEL4 base
unixODBC-kde.i386 2.2.11-1.RHEL4.1 base
ok I don't have any so that settles that.
I just installed:
Installed: php-odbc.i386 0:5.1.6-20.el5_2.1
Dependency Installed: unixODBC.i386 0:2.2.11-7.1
Complete!
There is a listing in /etc/php.d/odbc.ini which has this:
; Enable odbc extension module
extension=odbc.so
In /etc/php.ini there is not a listing for the odbc.so ... is there suppose to be?
This is what is listed in /etc/php.ini:
Would this work for filemaker pro to connect to my client's store database?
I just installed:
Installed: php-odbc.i386 0:5.1.6-20.el5_2.1
Dependency Installed: unixODBC.i386 0:2.2.11-7.1
Complete!
There is a listing in /etc/php.d/odbc.ini which has this:
; Enable odbc extension module
extension=odbc.so
In /etc/php.ini there is not a listing for the odbc.so ... is there suppose to be?
This is what is listed in /etc/php.ini:
Code: Select all
[ODBC]
;odbc.default_db = Not yet implemented
;odbc.default_user = Not yet implemented
;odbc.default_pw = Not yet implemented
; Allow or prevent persistent links.
odbc.allow_persistent = On
; Check that a connection is still valid before reuse.
odbc.check_persistent = On
; Maximum number of persistent links. -1 means no limit.
odbc.max_persistent = -1
; Maximum number of links (persistent + non-persistent). -1 means no limit.
odbc.max_links = -1
; Handling of LONG fields. Returns number of bytes to variables. 0 means
; passthru.
odbc.defaultlrl = 4096
; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
; of uodbc.defaultlrl and uodbc.defaultbinmode
odbc.defaultbinmode = 1
Last edited by modom46 on Sat Aug 30, 2008 11:23 am, edited 1 time in total.