johnnyboy23
Dec 6th, 2000, 09:42 PM
im using dreamweaver ultrdev
evrytime i run my asp file that i created i get this error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/TMP1nf1w56ia4.asp, line 61
when i look at my html line number 61 vb script i see the below code
Recordset1.ActiveConnection = "dsn=BNW;uid=sa;"
Recordset1.Source = "select * from employee"
im trying to update a record in my sql7 database dsn name =bnw uid =sa
please help me im new to asp and still learning but i have a really good understanding of slq7 and vb6
help needed thanbkyou i have been on this for 3 days
evrytime i run my asp file that i created i get this error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/TMP1nf1w56ia4.asp, line 61
when i look at my html line number 61 vb script i see the below code
Recordset1.ActiveConnection = "dsn=BNW;uid=sa;"
Recordset1.Source = "select * from employee"
im trying to update a record in my sql7 database dsn name =bnw uid =sa
please help me im new to asp and still learning but i have a really good understanding of slq7 and vb6
help needed thanbkyou i have been on this for 3 days