|
I suppose an easier way is to have a getrow function, Something like while ($row = getrow($RS) { . . . } function getrow($RS) { if ($current_server_is_mysql) { return mysql_fetch_assoc($RS); } else
{
return sqlsrv_fetch_array( $RS, SQLSRV_FETCH_ASSOC);
}
}
On 2012/05/03 19:20, Haluk Karamete wrote: Please take a look at the following code and tell me if there is a way around it. --
![]() |
- Myisam won't support replication Brown, Charles
- Re: Myisam won't support replication Andrew Moore
- RE: Myisam won't support replication Rick James
- Myisam won't support replication in an MySQL Cl... Brown, Charles
- Myisam won't support replication in an MySQL Cl... Brown, Charles
- Re: Myisam won't support replication in an ... Reindl Harald
- RE: Myisam won't support replication in... Brown, Charles
- Re: Myisam won't support replicati... Reindl Harald
- Re: Myisam won't support replicati... Johan De Meersman
- Re: mixing and matching mysql & mssql whileloop with... Alex Schaft

