473,396 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

To enter and access database of MS access or any DBMS usibg C.

hello people,
Can any body give me the code or the basic logic to
enter and also access data from a Database management system using
C?...also tell me the actuall syntax to run an .exe file using C along
with the headers to be included.I want to do it in Windows environment
only....using turboC

Dec 15 '05 #1
8 1199
In article <11*********************@g14g2000cwa.googlegroups. com>,
Sree <gi*****@gmail.com> wrote:
hello people,
Can any body give me the code or the basic logic to
enter and also access data from a Database management system using
C?...also tell me the actuall syntax to run an .exe file using C along
with the headers to be included.I want to do it in Windows environment
only....using turboC


Allow me to be the first to say this - and I say it from the deepness of my
heart, with all the kindness and love one has come to associate with the
helpful posts you get in this newsgroup:

Not portable. Can't discuss it here. Blah, blah, blah.

Dec 15 '05 #2
Sree <gi*****@gmail.com> wrote:
Can any body give me the code or the basic logic to
enter and also access data from a Database management system using
C?...also tell me the actuall syntax to run an .exe file using C along
with the headers to be included.I want to do it in Windows environment
only....using turboC


Your post is off-topic for comp.lang.c. Please visit

http://www.ungerhu.com/jxh/clc.welcome.txt
http://www.eskimo.com/~scs/C-faq/top.html
http://benpfaff.org/writings/clc/off-topic.html

for posting guidelines and frequently asked questions. Thank you.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Dec 15 '05 #3
Sree wrote:

Can any body give me the code or the basic logic to enter and also
access data from a Database management system using C?...also tell
me the actuall syntax to run an .exe file using C along with the
headers to be included.I want to do it in Windows environment
only....using turboC


Not here. See the references below, especially the off-topic and
welcome ones.

--
Some useful references about C:
<http://www.ungerhu.com/jxh/clc.welcome.txt>
<http://www.eskimo.com/~scs/C-faq/top.html>
<http://benpfaff.org/writings/clc/off-topic.html>
<http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/> (C99)
<http://www.dinkumware.com/refxc.html> (C-library}
<http://gcc.gnu.org/onlinedocs/> (GNU docs)
Dec 15 '05 #4
Sree wrote:
Can any body give me the code or the basic logic to
enter and also access data from a Database management system using
C?...also tell me the actuall syntax to run an .exe file using C along
with the headers to be included.I want to do it in Windows environment
only....using turboC


I think you are asking how to write and compile a C program. You need
to
obtain a C compiler for the Windows environment (try a Windows ng) and
a good book about the C language, for instance:-

http://cm.bell-labs.com/cm/cs/cbook/

oh, and just ignore Kenny McCormack
--
Nick Keighley

Dec 16 '05 #5
In article <11*********************@z14g2000cwz.googlegroups. com>,
Nick Keighley <ni******************@hotmail.com> wrote:
....
oh, and just ignore Kenny McCormack


Truth hurts, doesn't it?

Really, my post says exactly the same things as yours, and does it in an
entertaining fashion to boot. Yours (and everyone else's) is just dull,
dull, dull.

Dec 16 '05 #6
Christopher Benson-Manica wrote:
[a welcome post with introductory c.l.c links, with subject:
OT, welcome (was: Re: To enter and access database of MS access or any
DBMS usibg C.)]

That was a useful subject prefix, as was the one you used for the standard
Google response: "OT, Google boilerplate".

Perhaps a better label than OT though is TA (for "topicality advice"),
since I believe that by consensus strictly such posts are not off-topic,
and because other types of OT post are not as unconditionally ignorable by
regular readers. This would make it easy and safe for those of us who
have reread enough posts containing solely advice such as proper Google
quoting to filter them out by subject line.

--
http://members.dodo.com.au/~netocrat
Dec 17 '05 #7
Netocrat <ne******@dodo.com.au> wrote:
Perhaps a better label than OT though is TA (for "topicality advice"),
since I believe that by consensus strictly such posts are not off-topic,


That indeed seems to be the case. "Topicality advice" doesn't seem to
fit the Google boilerplate, however - I propose MT for "Meta topical",
which could also include various other meta-topics which certain
participants might prefer to ignore.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Dec 18 '05 #8
On Sun, 18 Dec 2005 20:02:10 +0000, Christopher Benson-Manica wrote:
[re subject header markers]
"Topicality advice" doesn't seem to fit the Google boilerplate, however
- I propose MT for "Meta topical",
How about a combination: MTA for "meta topical advice".
which could also include various other meta-topics which certain
participants might prefer to ignore.


(Or to at least be warned about) posts containing solely FAQ or
newsgroup redirections, quoting or legibility advice, or welcome links.

--
http://members.dodo.com.au/~netocrat
Dec 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

346
by: rkusenet | last post by:
http://biz.yahoo.com/rc/040526/tech_database_marketshare_1.html Interesting to see that database sales for windows is more than Unix.
11
by: Rosco | last post by:
Does anyone have a good URL or info whre Oracle and Access are compared to one another in performance, security, cost etc. Before you jump on me I know Oracle is a Cadillac compared to Access the...
9
by: Daven Thrice | last post by:
If I have a fairly big Access MDB, that is relational, and has, say, 100 objects (forms, reports, modules, etc.), what is the path to get this database "online". Is there a way to put the tables...
2
by: Remco Groot Beumer | last post by:
Hello, In regards to my previous posted mail on this topic: thanks for the feedback. The 30% is told to me by a collegea. .NET is not my working area, but it's something our company provides. So...
0
by: Francesco | last post by:
Ciao a tutti... Premetto che non sono molto pratico di MySql (anche se ho già fatto qualche piccola applicazione che sfrutta questo DBMS) Ho un problema da risolvere molto importante. Ho un...
22
by: Nuno Fonseca | last post by:
Anyone knows if it is possible to make a database connection over TCP/IP to an MS ACCESS database? If yes please give me an example or any documentation please. Best regards, Nuno
43
by: sinister | last post by:
Is MS Access a true RDBMS?
6
by: LurfysMa | last post by:
I am working on an electronic flashcard application. I have one version up and running using Visual Basic (6.0) and Access 2000. My long-range plans are to put it up on a website and sell...
2
by: scott.alfon | last post by:
Hello, i need your help. I want to implement a php-script where I can access to different database types as PostSQL, MySQL etc. Is that possible? Furthermore I want to include an access...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.