Hvad betyder dette?
Jeg er ved at installere Dimac CMS og det volder mig nogle problemer. Nedenstående tekst står i et document, og der står i instruktionen at variablerne skal ændres, men jeg aner ikke hvad jeg skal gøre:' // Start - Change this constants when installing the software
SiteUseFrames = TRUE ' // Valid are [ FALSE | TRUE ]
'----------------------------------------------------------------------------------------
' Function GetConnStr
'----------------------------------------------------------------------------------------
Function GetConStr(dbPath)
Dim p
p = dbPath & "Database\5691.mdb"
GetConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(p) ' // MS Access
'// GetConStr = "Provider=SQLOLEDB;Data Source=localhost;database=kalle;uid=jag;pwd=losen;" ' // MS-SQL
'// GetConStr = "DSN=minDsn; User Id=jag; Password=losen;" ' // MySQL
End Function
'// End - Change this constants when installing the software
