Home » questions » how to create the data base in rdbms and how to link it in c?

how to create the data base in rdbms and how to link it in c?

2006-08-13 09:08:01, Category: Programming & Design

Answers

  1. mozart

    On 2006-08-13 09:19:17


    Mysql is a free (GNU) RDBMS and is top quality, commercial grade that you can use with any language including C. The client libraries for linking with C are also available.