I had to re-install Windows 7 and all of my other software because of a virus corruption.
I have a real tough problem now that I can't seem to fix.
I have Office 2007 (and consequently Access 2007).
I have an intranet website that I had to re-enab le after doing the install of ev erything and the website doesn't recognize the file dsn anymore.
I've reached the end of my rope, so maybe somebody knows what I need to do.
Here's the file dsn contents:
[ODBC]
DRIVER=Microsoft Access Driver (*.mdb)
UID=admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
PageTimeout=5
MaxScanRows=8
MaxBufferSize=2048
FIL=MS Access
DriverId=25
DefaultDir=C:\Inetpub\DBQ=C:\Inetpub\
Here's my connection string setup:
Session( "strOLEDB" ) = "filedsn=c:\inetpub\ Session("strProvider") = Session("strOLEDB")
Here's my dbOpen function:
function openConnection ( indexCol )
' response.write Session("strServerName") & "<BR>"
' response.write Session("strProvider")
' response.end
openConnection = dbOpen( indexCol, Session( "strProvider" ) )
end function
Here is the output of my special db error handler with the error particulars:
While Running the procedure this problem occured--------------------------------------------------------------------------------
UPDATE_query. db Connection Error
Error Number = -2147467259
NativeError = 0
Description = [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
SQLState = IM002
Source = Microsoft OLE DB Provider for ODBC Drivers
Any help that you can provide would be huge.
Thanks in advance,
Jerry Scannell
I have a real tough problem now that I can't seem to fix.
I have Office 2007 (and consequently Access 2007).
I have an intranet website that I had to re-enab le after doing the install of ev erything and the website doesn't recognize the file dsn anymore.
I've reached the end of my rope, so maybe somebody knows what I need to do.
Here's the file dsn contents:
[ODBC]
DRIVER=Microsoft Access Driver (*.mdb)
UID=admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
PageTimeout=5
MaxScanRows=8
MaxBufferSize=2048
FIL=MS Access
DriverId=25
DefaultDir=C:\Inetpub\DBQ=C:\Inetpub\
Here's my connection string setup:
Session( "strOLEDB" ) = "filedsn=c:\inetpub\ Session("strProvider") = Session("strOLEDB")
Here's my dbOpen function:
function openConnection ( indexCol )
' response.write Session("strServerName") & "<BR>"
' response.write Session("strProvider")
' response.end
openConnection = dbOpen( indexCol, Session( "strProvider" ) )
end function
Here is the output of my special db error handler with the error particulars:
While Running the procedure this problem occured--------------------------------------------------------------------------------
UPDATE_query. db Connection Error
Error Number = -2147467259
NativeError = 0
Description = [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
SQLState = IM002
Source = Microsoft OLE DB Provider for ODBC Drivers
Any help that you can provide would be huge.
Thanks in advance,
Jerry Scannell