HOME > ASP > ASP Forum > ช่วยหน่อยค่ะ มัน error อันนี้อ่ะค่ะ Technical Information Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile)
ช่วยหน่อยค่ะ มัน error อันนี้อ่ะค่ะ Technical Information Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile)
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x5e0 Thread 0x300 DBC 0x10c46ac Jet'.
/ASPThaiFree/forum/admin/functions/ASPThai_Net_Connections.asp, line 125
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
'ASPThai.Net Site Full Edition v1.0
'ASPThai.Net Forum 9.0 Full
'ASPThai.Net Guestbook 7.0
'ASPThai.Net Mailing List 6.0
'ASP Applications Free
'ASPThai.Net Site Free Edition v1.0
'ASPThai.Net Forum 9.0 Lite
'ASPThai.Net Guestbook 6.0
'ASPThai.Net Webboard 6.0
'ASPThai.Net Polls
'ASPThai Mailing List
'ASPThai.Net Journal
'ASPThai.Net Internet Search Engine
'ASP Example
'Text File Graphical Hit Counter
'Database Graphical Hit Counter
'User Online With Application
'Database Active User Online
'Random
'Format Date/Time
'Database Login Page
'Text File Guestbook
'Database Webboard
'Login Block IP
'None Database ASP Upload With Out Component
'Database ASP Upload With Out Component
'ASP Page Len
'ASPThai.Net Site Search Engine
Dim strDatabaseType
Dim strMainDbPathAndName
Dim strForumDbPathAndName
Dim strAdminDbPathAndName
Dim strCon
Dim adoCon
Dim strSQL
Dim rsCommon
Dim strTrue
Dim strFalse
Dim strDatabaseDateFunction
'Database Type
strDatabaseType = "Access"
'strDatabaseType = "SQLServer" 'NOT IN FREE VERSION!
'strCon = "Provider=Microsoft.Jet.OLEDB.3.51; Data Source=" & strDbPathAndName&";uid=aspthai;password=aspthai" 'This one is if you convert the database to Access 97
'strCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & strDbPathAndName&";uid=aspthai;password=aspthai" 'This one is for Access 2000/2002
'strCon = "DSN=DSN_NAME"&";uid=aspthai;password=aspthai" 'Place the DSN where you see DSN_NAME
strDatabaseDateFunction = "Now()"
strTrue = True
strFalse = false
End Function
Function MSSQLConnection()
End Function
Function GetMainConnections()
Set adoCon = Server.CreateObject("ADODB.Connection")
adoCon.connectionstring = strCon
adoCon.Open
Set rsCommon = Server.CreateObject("ADODB.Recordset")
End Function
%>