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 Mike Lewis 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. youdao

    Error 3197 with VB6 app accessing SQL server data via DAO

    I have a VB app that hits MS SQL Server data via DAO-JetWorkSpace-ODBC. I encountered the following error on Update statement: Run-time error '3197': The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. The...
  2. youdao

    Error 3228 and 3027 when accessing SQL Server via DAO

    I encountered this very strange problem on my laptop. Environment: Visual Basic 6 SP4 DAO 3.6 Microsoft Jet 4.0 SP6 Microsoft SQL Server 7 SP3 Desktop version Window 98 Second edition Purpose: Update SQL server data via DAO/ODBC/JetWorkSpace Code: Dim engTest As DBEngine Dim wksTest As...
  3. youdao

    Error 3228 and 3027 when accessing SQL Server via DAO

    I encountered this very strange problem on my laptop. Environment: Visual Basic 6 SP4 DAO 3.6 Microsoft Jet 4.0 SP6 Microsoft SQL Server 7 SP3 Desktop version Window 98 Second edition Purpose: Update SQL server data via DAO/ODBC/JetWorkSpace Code: Dim engTest As DBEngine Dim wksTest As...
  4. youdao

    How to hit Paradox data from VB6

    I am completely new to Paradox. I am not sure the exact version of the data, only know it is Paradox version 5.x or below. First I tried ODBC, but got an error saying that I can not use Jet Engine to access an ISAM source. If you know how to use ODBC, please give me a sample statement Dim...
  5. youdao

    How to delete hypothetical index _WA_SYS_%

    Thanks, Terry. I only want to get rid of them to allow the thirty party program to run. That is just one time deal. Youdao
  6. youdao

    How to delete hypothetical index _WA_SYS_%

    I have a thirt-party program that can compare two database schema for a commercial ERM software. However, those hypothetical index starting with _WA_Sys_ are causing problem for the program. I was able to delete those index one by one and table by table. Is there a better way to delete all the...

Part and Inventory Search

Back
Top