From: Stefan C. <sch...@ea...> - 2003-10-21 20:23:39
|
Yes, you read well, ODBC port :) I'm doing it like that because I have to reduce the risks... Since it's gonna work on Oracle, I'll share my experience with you. Right now, I'm converting all the mysal_ statements to odbc_ statements. It's not that simple. Especially the mysql_num_rows which doesn' translate easily into odbc_num_rows (this one is not guaranteed to work on every ODBC driver...). More on that later. stF |