Re: [Sqlrelay-discussion] ADODB compatibility?
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2007-02-01 04:00:51
|
Currently, there is no ADODB driver for SQL Relay. However, there is a
Pear DB driver. I've heard that there's a Pear DB driver for ADODB but
I've never used it. It could be a solution though.
David Muse
dav...@fi...
On Mon, 2007-01-29 at 01:45 -0700, Brian Lucas wrote:
> 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
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Sqlrelay-discussion mailing list
> Sql...@li...
> https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion
>
|