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 Chris Miller 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: *

  • Users: MDIGX
  • Order by date
  1. MDIGX

    I can't get an ODBC call to work in Visual C++

    Nevermind... I got it working. The double quotes in the SQL were messing things up... But I learned a valuable lesson in SQLError!
  2. MDIGX

    I can't get an ODBC call to work in Visual C++

    I was able to get SQLError to work. Here's my error: "[Microsoft][ODBC Driver Manager]Function sequence error" Does anyone have any ideas?
  3. MDIGX

    I can't get an ODBC call to work in Visual C++

    What would be an appropriate call to SQLError? (I am not a good C++ programmer at all)
  4. MDIGX

    I can't get an ODBC call to work in Visual C++

    What could I be doing wrong? I pulled this code from a kind soul who posted here last week. The switch case at the end tells me that I'm hitting SQL_ERROR when I debug. But I can not find the reason. When the code runs, it just continues on silently as if there was no problem. The sql runs just...
  5. MDIGX

    Split function in Visual C++

    I'm trying to find a split function similar to the one in Visual Basic that can take a comma delimited string and turn it into an array. My C++ is not strong, so any help would be greatfully appreciated. Also... I'm trying to add functionality to existing DLL code that runs on a server, what is...
  6. MDIGX

    Visual C++ to MS Access

    Nevermind... it looks like someone else asked the same question [url=thread116-778921
  7. MDIGX

    Visual C++ to MS Access

    I'm new to Visual C++ but not to programming. I'm trying to find a way to do a simple insert into a table in an access database. Does anyone have any links to a tutorial or sample code that I use to figure out my own solution? I'm attempting to convert a DLL from writing to a txt file to...

Part and Inventory Search

Back
Top