Browse Source

Reverting back to access

pull/3/head
Daniel Covington 7 months ago
parent
commit
7ce6e765ef
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      App/DAL/lib.DAL.asp

+ 2
- 2
App/DAL/lib.DAL.asp View File

@@ -21,8 +21,8 @@ dim DAL__Singleton : set DAL__Singleton = Nothing
Function DAL() Function DAL()
If DAL__Singleton is Nothing then If DAL__Singleton is Nothing then
set DAL__Singleton = new Database_Class set DAL__Singleton = new Database_Class
' DAL__Singleton.Initialize "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine Type=5;Data Source=" & Request.ServerVariables("APPL_PHYSICAL_PATH") & "Data\webdata - Copy.mdb;"
DAL__Singleton.Initialize "Provider=SQLOLEDB;Server=danielsubuntu,15789;Database=tracking;UID=sa;PWD=SunBrightShine!;"
DAL__Singleton.Initialize "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine Type=5;Data Source=" & Request.ServerVariables("APPL_PHYSICAL_PATH") & "Data\webdata - Copy.mdb;"
'DAL__Singleton.Initialize "Provider=SQLOLEDB;Server=danielsubuntu,15789;Database=tracking;UID=sa;PWD=SunBrightShine!;"
End If End If
set DAL = DAL__Singleton set DAL = DAL__Singleton
End Function End Function

Loading…
Cancel
Save

Powered by TurnKey Linux.