You can also create a system ODBC connection, then you just use the odbc functions, but you are better off using the mssql functions.
wummer
2008-09-30 20:49:21 UTC
I know this answer doesn't seem very helpful, but to save yourself in the long run, please follow:
Answer: don't
Why: take the time to learn Django -> django makes is SOOO easy to create, handle and manipulate databases like mySQL. The tutorial below is only four pages long. Take a day and do it, you will not regret it. It is built in Python (also very easy and sexy language). After a single day of spending time on Django, you will never wanna go back to php again. And Google also uses python a lot, and hey, if you wanna look at database handling, then I guess we all can agree that Google know their sh...