Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thehutt

    SQL error - missing operator?

    You may want to try: SQL = "update login set username='doug', password='doug' where id = '1'"
  2. thehutt

    Recordset paging and Oracle 8.04

    I found the solution to this error, I had not set my cursorlocation. CursorLocation=3
  3. thehutt

    Recordset paging and Oracle 8.04

    I tried to implement recordset paging in ASP using an Oracle 8.04 database. I get the following error: >ADODB.Recordset error '800a0cb3' > >The operation requested by the application is not supported by the provider. > It appears to me that the Oracle ODBC driver I am using does not support...
  4. thehutt

    Oracle error ORA-01034

    I found the source of the error. As it turns out, Oracle was set up to use more room than was available on the hard drive it was installed on. Changing all everything to the "small" settings in the init file solved the problem. Too bad oracle gives such crappy error messages...
  5. thehutt

    Oracle error ORA-01034

    I'm getting Oracle error ORA-01034 when trying to connect to oracle 8i using anything. All of the Oracle services are running, the PATH seems to be set correctly, and yet it still gives me the same error. I'd like to avoid reinstalling oracle.. any ideas?

Part and Inventory Search

Back
Top