Thread: Firebird (InterBase) connectivity with C...

  1. #1
    Registered User wazilian's Avatar
    Join Date
    Oct 2001
    Posts
    26

    Firebird (InterBase) connectivity with C...

    Has anyone out there connected to a Firebird (InterBase) database with C? I have looked at some of the docs for Firebird, but a lot of it is for PHP and Java. Which is great and all, and I've done lots of stuff using Java's JDBC, but I need to perform this connection and query with Firebird and C. Any ideas is greatly appreciated. Thanks.
    wazilian
    King of Wazil

  2. #2
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    if Firebird supports ODBC you can use ODBC C api functions. Its well documented -- just goodle and you will find lots of information. There are several books and free c++ classes about it too.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DataBase Connectivity using C
    By geajith in forum C Programming
    Replies: 1
    Last Post: 01-04-2006, 04:50 AM
  2. Database Connectivity
    By fkheng in forum C Programming
    Replies: 2
    Last Post: 07-01-2003, 10:49 AM
  3. Network Connectivity Programming.
    By Util_Mark in forum C++ Programming
    Replies: 3
    Last Post: 07-10-2002, 07:16 AM
  4. database connectivity with C?
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 12-13-2001, 04:52 PM
  5. database connectivity in c with cgi
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 08-31-2001, 01:32 AM