Thread: odbc with vc++

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    3

    Question odbc with vc++

    I use directplay to implement a server side database. While
    I access the content from client side through the ODBC, than the
    disaster was happened.
    I think it's not the quiz about ddplay. I ever implemented
    a chatroom by ddplay. Due to I use ODBC to access data not
    DAO. The problem is I can retrive data from database, but can't do any transactions with database( occur error messages )

    Anyone who can give me any advice about odbc with vc?

    If I add try....catch, then the error messages will become
    attempt to update and delete failure.....

    Below was my error messages
    Debug Error!
    Program: E:\T2UDB.exe
    abnormal program termination
    (Press Retry to debug the application)
    -------------------------------------------------------------
    Application occur execpet unknown software exception (0x80000003)in position 0x77f7f570

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You will have to be more precise about the problem you are having. Perhaps posting some code where the problem occurs. Otherwise, try reading the help.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help With ODBC Code
    By zzman in forum C Programming
    Replies: 9
    Last Post: 08-22-2008, 03:18 PM
  2. Oracle cursor in ODBC
    By Mortissus in forum C Programming
    Replies: 4
    Last Post: 09-10-2007, 01:19 PM
  3. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  4. problem connecting to db using odbc
    By WaterNut in forum Windows Programming
    Replies: 4
    Last Post: 05-28-2004, 02:37 PM
  5. Linking error using ODBC with C and BCC32
    By D@nnus in forum C++ Programming
    Replies: 0
    Last Post: 11-17-2001, 05:11 AM