Database maintainance through c

M

Manmeet Mittal

Guys, Is it possible to create database in c language which can handle
full information of students or related to any topic.
 
T

Tom St Denis

Manmeet said:
Guys, Is it possible to create database in c language which can handle
full information of students or related to any topic.

No. Go use C# if you want to do that sort of task.

Tom

[* ask a stupid question ... ]
 
W

Walter Roberson

Guys, Is it possible to create database in c language which can handle
full information of students or related to any topic.

Any "sufficiently powerful" programming language can be used to
create any deterministic program. Some languages just make it easier
(or faster, or easier to maintain, etc.) than others do for any
particular task.

Unless you have a very good reason, it is seldom worth implementing a
real database from scratch: you might as well take advantage of
pre-written databases (and interfaces thereto) such as MySQL.
 
M

Morris Dovey

Manmeet Mittal (in
(e-mail address removed)) said:

| Guys, Is it possible to create database in c language which can
| handle full information of students or related to any topic.

Of course.
 
M

MQ

Tom said:
No. Go use C# if you want to do that sort of task.

WTF? C can be used to write database software (DBMS), there are many
examples of this. I hope this is what the OP meant, otherwise....

C is a programming language, not a database. A database is just a
piece of software used to manage data, written in whatever the hell
language you want.

Secondly, in this context C# has just about as much to do with
databases as C does, which is nothing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,184
Messages
2,570,979
Members
47,579
Latest member
CharaS3188

Latest Threads

Top