Originally posted by Sharif
Are queries and functions in MSSQL the same as mysql stuff?
there are some differences but basic SQL queries are the same u just have to use a different connection string.
functions like mysql_query obviously is different, all them sorta functions are different. thats why u use classes for DB interaction so u can easily change between stuff like that.