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. halbqc

    ADO and dBASE IV

    Catch the error handle and try again.(That's the only way I've found): Sub SubName On Error GoTo errHandler Restart: '*** Put your code here Exit Sub errHandler: '*** Retry 5 times with that error (I'm using dBase III) If Err.Number = vbObjectError - 245755 Then...
  2. halbqc

    ODBC dBase III Driver numeric+(2 precision) type not supported

    I'm trying, with a VB, to access a dBase III table with ODBC dBase Driver, but it seems to be not accepted with a NUMERIC (with 2 precision) field in it. see: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetdbase_data_types.asp Changing to an other ODBC...

Part and Inventory Search

Back
Top