Click to See Complete Forum and Search --> : ISAPI/MSSQL Blues


jd72
09-30-2005, 04:02 AM
Hi all, This is my first post. I am mostly a linux/php/mysql person and have recently been saddled to an ISAPI/MSSQL Intranet at work, not complaining, I want to learn it. I have never used mssql and have figured out a basic connect and some php scripts I can make insert and update to the db and can't get them to search. Some I can get them to read from the db but will not write to it. Any advice on a clear understandable site or two with a comparison of mysql and mssql connects?

Thanks..
Jim

Doug G
09-30-2005, 07:00 PM
I don't know about a comparison site, but the SQL Server books online is a very thorough set of documentation for SQL Server. BOL should be installed with any server or client tools installation, or it's available online at http://msdn.microsoft.com/library

jd72
10-04-2005, 04:03 AM
Thanks Doug. I am slowly getting there, will just take time...