I see so it is MSSQL...In VB We just call it SQL Server.
I was just reading in this book it says the connection string is mssql_pconnect(servername,user,password)
You didnt add the "p". So which one is right?
Also this book doesnt say anything about closing the connection. Is it mssql_close($Connection) ?
Thanks!😃