I want to save in an access database

Please support our C advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Mar 2007
Posts: 7
Reputation: noora000 is an unknown quantity at this point 
Solved Threads: 0
noora000 noora000 is offline Offline
Newbie Poster

I want to save in an access database

 
0
  #1
Mar 13th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: I want to save in an access database

 
0
  #2
Mar 13th, 2007
>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.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 7
Reputation: noora000 is an unknown quantity at this point 
Solved Threads: 0
noora000 noora000 is offline Offline
Newbie Poster

Re: I want to save in an access database

 
0
  #3
Mar 17th, 2007
Thank you joeprogrammer, but I want a simple code in C, I need oly C language in my software..
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: I want to save in an access database

 
0
  #4
Mar 17th, 2007
>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.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 1810 | Replies: 3
Thread Tools Search this Thread



Tag cloud for C
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC