Hello,

Can you please help me I want to know the functions used to save a data in access database, I have the code to save in a file but is it possible to save in a database in C language.

Reegards,
Noora

Recommended Answers

All 3 Replies

>I want to know the functions used to save a data in access database
Usually ODBC is used to accomplish this, which can connect to numerous database types using the same API, and it's even been ported to multiple platforms.

Thank you joeprogrammer, but I want a simple code in C, I need oly C language in my software..

>Thank you joeprogrammer, but I want a simple code in C
That's an oximoron.

>I need oly C language in my software..
Well, either you use an API like I suggested previously, or you write it all from scratch, which is unthinkable if all you need is a little database I/O.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.