Thread: SQL, ODBC to Dev

  1. #1
    Disturbed Boy gustavosserra's Avatar
    Join Date
    Apr 2003
    Posts
    244

    SQL, ODBC to Dev

    Hi everyone! Can I use the Windows data base (ODBC) with sql.h header from Dev-Cpp or do I need other package?
    Thanks any help!!
    Nothing more to tell about me...
    Happy day =)

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I'm not sure about the specific file you're referring to, but if all else fails there is a .NET namespace built specifically for that server. It's under System.Data if you're interested.

  3. #3
    Disturbed Boy gustavosserra's Avatar
    Join Date
    Apr 2003
    Posts
    244
    Sorry if I couldnīt explain my problem :-(, I donīt speak english that much =P.
    What I need is a way of use the ODBC database. Correct me if wrong, but ODBC is the database that comes with Windows, used with M. Access. The standard Java provides a driver to use this database. But I do not want to use Java :-\, so I am asking if Dev-Cpp already has a driver for ODBC (as Java), since it has sql headers (that has connect functions and such).
    Again, sorry for the bad english. And I do not want necessarily a direct answer, but any resource that allow me to start.
    Thanks ANY help!
    Nothing more to tell about me...
    Happy day =)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  2. Help With ODBC Code
    By zzman in forum C Programming
    Replies: 9
    Last Post: 08-22-2008, 03:18 PM
  3. Embedded SQL
    By sarac in forum C Programming
    Replies: 1
    Last Post: 05-04-2006, 09:09 AM
  4. Problem with embedded SQL in C/C++ (ECPG)
    By NeuralClone in forum C Programming
    Replies: 4
    Last Post: 10-21-2005, 05:16 PM
  5. ODBC / SQL question
    By endo in forum Windows Programming
    Replies: 1
    Last Post: 07-22-2002, 07:55 PM