|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
anyone know what's wrong with this script...?
I'm trying to access a database on my pc ...I get the error invalid class string...? any ideas... ![]() PHP Code:
|
|
#2
|
|||
|
|||
|
ok...one problemsolved, I needed a period between ADODB and RECORDSET...did that and now new errors arise....argh...
I am now getting this error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /bus106/carlosAssgn2.asp, line 22 and the line of code is: rst.open strQuery, strProvider any thoughts on this? Last edited by IBM : April 10th, 2003 at 01:01 PM. |
|
#3
|
|||
|
|||
|
???
anyone??? ![]() |
|
#4
|
||||
|
||||
|
Normally the driver parameter is used in this format
"Driver={Microsoft Access Driver (*.mdb)};Dbq=c:\somepath\mydb.mdb;" I am not sure if the brackets make a big difference Also make sure the Drivers really exist on your server. |
|
#5
|
|||
|
|||
|
Thank you
![]() I'll have to check on that next wed....But will come back and read what you suggested. Thanks again. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > help plz.... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|