Viewing 4 posts - 1 through 4 (of 4 total)
In same situations is better to store date and time in separate fields to execute same type of query to retrieve information from the database.
But my question is :
why the...
April 30, 2003 at 6:45 am
I have posted the wrong code, I don't access to database with user sa but I try to access with Administrator. If I create a new user with access "SQL...
April 13, 2003 at 3:59 am
In the asp page there is the following code :
Dim ADOConn
Set ADOConn = Server.CreateObject("ADODB.Connection")
Dim strSQLServerName,strSQLDBUserName,strSQLDBPassword,strSQLDBName
strSQLServerName = "localhost"
strSQLDBUserName = "sa"
strSQLDBPassword = ""
strSQLDBName = "Prova"
'assegno la stringa di...
April 12, 2003 at 10:25 am
Viewing 4 posts - 1 through 4 (of 4 total)