RE: DBD::Informix and connecting to multiple servers
; 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
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