瀏覽代碼

Reverting back to access

pull/3/head
Daniel Covington 7 月之前
父節點
當前提交
7ce6e765ef
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      App/DAL/lib.DAL.asp

+ 2
- 2
App/DAL/lib.DAL.asp 查看文件

@@ -21,8 +21,8 @@ dim DAL__Singleton : set DAL__Singleton = Nothing
Function DAL()
If DAL__Singleton is Nothing then
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
set DAL = DAL__Singleton
End Function

Loading…
取消
儲存

Powered by TurnKey Linux.