RE: DBD::Informix and connecting to multiple servers

2002-01-24 Thread Mahdi A. Sbeih
; DBD Informix Maintenance Team Subject: Re: DBD::Informix and connecting to multiple servers Mahdi A. Sbeih wrote: >I am issuing this statement that involves 2 database servers: > >$sql_stmt = $db_handle->prepare(" >

Re: DBD::Informix and connecting to multiple servers

2002-01-23 Thread Jonathan Leffler
Mahdi A. Sbeih wrote: >I am issuing this statement that involves 2 database servers: > >$sql_stmt = $db_handle->prepare(" > insert into $table > select * from $src_db:$table > "); >This statement is ca