Devistator
Technical User
Not a professional. Lost my db guru and having problems with ms sql.
Help will be appreciated.
this is one of the errors i'm receiving, but actually the db is not getting read or updated by the asp.
"Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'dbo.Companies'.
/main.asp, line 124 "
here is the line:
Set rsCompany = conn.Execute(SQLQuery)
Help will be appreciated.
this is one of the errors i'm receiving, but actually the db is not getting read or updated by the asp.
"Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'dbo.Companies'.
/main.asp, line 124 "
here is the line:
Set rsCompany = conn.Execute(SQLQuery)