[Sqlrelay-discussion] ADODB compatibility?
Brought to you by:
mused
|
From: Brian L. <blu...@gm...> - 2007-01-29 08:44:40
|
Hi, curious to see if anybody is using PHP ADODB with SQL-Relay. I've got a
large project with all DB calls done in ADODB so rewriting isn't an option,
but it seems like it shouldn't be too much work to integrate ADODB into
SQL-Relay but I haven't had any luck doing so. I'm not sure if I would need
to rewrite an entire data dictionary for SQL-Relay or if there is a simple
fix. ADODB just hangs when it attempts to connect to an SQL-Relay listener.
The SQL-Relay functions work as expected
($con=sqlrcon_alloc("localhost",9300,"","user","pass",0,1);) in PHP and
sqlrsh works fine.
Any ideas or suggestions?
Thanks, Brian
|