Quote:
Originally Posted by Schickl
How is this easier?
I only see some of the functions odbc has with different names lol
ITT: People who don't even know what this is 
|

simple my dude don't like it don't use it
look inside it next time before writing your ****.
Tell me
who is easier
this
odbc_connect("Driver={SQL Server}; Server={".$host."}", $username, $password)
or this
ms_connect($host, $username, $password);
,
ms_select_db not exist at odbc
,
odbc_exec($connect, "query");
or this
ms_query("query");
,
ms_num_rows(); ! = odbc_num_rows
ms_num_rows(); return rows count
odbc_num_rows return affected rows count