Har WN som tidsfördriv
|
|
Reg.datum: May 2004
Inlägg: 1 352
|
|
Har WN som tidsfördriv
Reg.datum: May 2004
Inlägg: 1 352
|
'Enter the details of your SQL server below
strSQLServerName = "tassen" 'Holds the name of the SQL Server
strSQLDBUserName = "spinn" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "JAG1234" ' Holds the password (for SQL Server Authentication)
strSQLDBName = "lattjo" 'Holds name of a database on the server
strSQLServerName kan vara localhost, ett ipnummer eller DNS namn till servern
|