locked
DATABASE CONNECTIVITY IN C RRS feed

  • Question

  • can we connect database through C

    i couldn't find much content on the topic

    or only file handling is the only option.

    Tuesday, February 20, 2007 6:12 PM

Answers

  • PRO - C i guess is used for database connectivity.

     

    No my friend, file handling is not only the option available, as far as my knowledge goes, you can connect database wtih C.

    Tuesday, February 20, 2007 6:30 PM
  • I don't think that we can connect database with except files. If yes then...let me know pls.
    Wednesday, February 21, 2007 9:04 AM
  • i thnk u can use the file handling option only if u know the correct format of database file that u r going to access...
    Wednesday, February 21, 2007 2:03 PM
  • dear friends any method if u ppl could suggest.

    Tuesday, March 6, 2007 3:44 PM
  • any methods send i need for my project
    Wednesday, March 7, 2007 1:13 PM
  • oh surely we can connect DB in C. I made an application in java(jsp) which did the same, will try to find how to do this in C.
    Wednesday, March 7, 2007 5:03 PM
  • dear try it tell me bout it at the earliest.
    Wednesday, March 7, 2007 6:56 PM
  • I dont think thats possible. To my knowledge, only File handling is possible. If someone comes up with some ideas, pl let Us know..
    Thursday, March 8, 2007 5:38 AM
  • dear friends not much content was posted for help here plz try to find out DBMS connectivity in C
    Friday, March 16, 2007 6:03 PM

  • Finally the answer is here. I connected to MySQL database yesterday.
    Kindly help yourself :)

    Get an ODBC driver for MySQL, for instance here: http://dev.mysql.com/downloads/connector/odbc/3.51.html#win32

    and that's it.

    If you specifically have any other DB in mind do ask, will try to connect that too.
    Saturday, March 17, 2007 1:35 AM
  • thanks dear now i will try this and hope this works, u have really taken the problem seriously, hanks a lot again.
    Saturday, March 17, 2007 1:33 PM

All replies

  • PRO - C i guess is used for database connectivity.

     

    No my friend, file handling is not only the option available, as far as my knowledge goes, you can connect database wtih C.

    Tuesday, February 20, 2007 6:30 PM
  • I don't think that we can connect database with except files. If yes then...let me know pls.
    Wednesday, February 21, 2007 9:04 AM
  • i thnk u can use the file handling option only if u know the correct format of database file that u r going to access...
    Wednesday, February 21, 2007 2:03 PM
  • dear friends any method if u ppl could suggest.

    Tuesday, March 6, 2007 3:44 PM
  • any methods send i need for my project
    Wednesday, March 7, 2007 1:13 PM
  • oh surely we can connect DB in C. I made an application in java(jsp) which did the same, will try to find how to do this in C.
    Wednesday, March 7, 2007 5:03 PM
  • dear try it tell me bout it at the earliest.
    Wednesday, March 7, 2007 6:56 PM
  • I dont think thats possible. To my knowledge, only File handling is possible. If someone comes up with some ideas, pl let Us know..
    Thursday, March 8, 2007 5:38 AM
  • dear friends not much content was posted for help here plz try to find out DBMS connectivity in C
    Friday, March 16, 2007 6:03 PM

  • Finally the answer is here. I connected to MySQL database yesterday.
    Kindly help yourself :)

    Get an ODBC driver for MySQL, for instance here: http://dev.mysql.com/downloads/connector/odbc/3.51.html#win32

    and that's it.

    If you specifically have any other DB in mind do ask, will try to connect that too.
    Saturday, March 17, 2007 1:35 AM
  • thanks dear now i will try this and hope this works, u have really taken the problem seriously, hanks a lot again.
    Saturday, March 17, 2007 1:33 PM
  • oh no prob buddy!
    Saturday, March 17, 2007 5:18 PM