As I'm having stability problems with standard odbc connection, I thought that I'd take a look at pdo_odbc.
I'm connecting to a proprietary database (Sage Line 100 accounts) using their odbc driver. My dsn is setup: name SageLine132, user: Fred, password: letmein on my development box. I works fine with Excel.
Can someone give me a pointer of how to connect to this with php via pdo_odbc please? This is new to me.
Using pdo_odbc?
Moderator: General Moderators
Re: Using pdo_odbc?
you can also try php adodb. Are you using unix or windows?
http://phplens.com/adodb/supported.databases.html
http://phplens.com/adodb/supported.databases.html
Re: Using pdo_odbc?
I'm using Windows XP Pro in this case.yacahuma wrote:you can also try php adodb. Are you using unix or windows?
http://phplens.com/adodb/supported.databases.html
Many thanks for the link.