FAQ |
Kalender |
![]() |
#1 | |||
|
||||
Medlem
|
Hur kopplar jag sql-databasen till "scriptet"?
Uppgifter från webbhotellet (OBS! Påhittade uppgifter): SQL 2000 Inställningar System DSN: spinn Login: spinn Password: JAG1234 Database Name: lattjo SQL-Server: 000.000.000.00:0000 Scriptet ser ut så här (en del av det): Dim strSQLServerName 'Holds the name of the SQL Server Dim strSQLDBUserName 'Holds the user name (for SQL Server Authentication) Dim strSQLDBPassword 'Holds the password (for SQL Server Authentication) Dim strSQLDBName 'Holds name of a database on the server '------------- The Driver Below is if you are using SQL Server (Do Not Use Unless you know and have an SQL Server) --------------------------- 'Enter the details of your SQL server below strSQLServerName = "tassen" 'Holds the name of the SQL Server strSQLDBUserName = "tassen" 'Holds the user name (for SQL Server Authentication) strSQLDBPassword = "PWD" 'Holds the password (for SQL Server Authentication) strSQLDBName = "mjau" 'Holds name of a database on the server 'Please note the forum has been optimised for the SQL OLE DB Driver using another driver 'or system DSN to connect to the SQL Server database will course errors in the forum and 'drastically reduce the performance of the forum! Vad ska jag göra? Vilka uppgifter ska in i scriptet? Behöver jag något speciellt program? Som jag har uppfattat det så fixar scriptet så att tabeller bildas när man kör setup.asp. |
|||
![]() |
![]() |
|
|