Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Problem with the type datetime

    Thanks.

  • RE: Problem with the type datetime

    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...

  • RE: Error with SQL Server

    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...

  • RE: Error with SQL Server

    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...

Viewing 4 posts - 1 through 4 (of 4 total)