English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-01-30 22:16:33 · 3 answers · asked by maha l 1 in Computers & Internet Programming & Design

3 answers

It depends on what database you are connecting to, but tyupically uou wil need to include a library header file that includes a function that will allow you to connect to toe database and send user name and password as well as select the database and table from the database. Look at www.mysql.com for an example.

2007-01-30 22:24:47 · answer #1 · answered by Runa 7 · 0 0

.

You should have the database in the form of a file, where the data are separated by a separator (comma or space or some other).

Just open the file and you can start using the database. There is no need for database connection here. This is the a quiet easy way of database handling in C.

**********
Vasu M
**********

2007-02-01 01:46:49 · answer #2 · answered by V@su Maniram 3 · 0 0

well data bases r huge instead make small files with required data and then link them as
#include
" . h " makes the file linkable

2007-01-31 06:38:02 · answer #3 · answered by ak88 2 · 0 0

fedest.com, questions and answers