You are not logged in.

#1 2008-07-18 20:12:06

abijr
Member
Registered: 2008-05-18
Posts: 71

Text database in C

I am making an app for my father's business and
need to make a list of the stuff he sells
I only need 2 columns so I don't want to go through the hazzle
of sql.

I'm looking of any tutorials that could help me in my task.

The language I'm using is C.

::D Thanks in advance

Offline

#2 2008-07-18 22:47:55

BinkyTheClown
Member
From: The Circus
Registered: 2008-06-11
Posts: 85
Website

Re: Text database in C

You should try sqlite.

http://www.sqlite.org/


Heeeeeey cat!!!

Offline

#3 2008-07-19 00:26:51

rizzix
Member
Registered: 2005-10-22
Posts: 55

Re: Text database in C

Offline

#4 2008-07-21 23:20:42

abijr
Member
Registered: 2008-05-18
Posts: 71

Re: Text database in C

Thanks for the suggestions!

Offline

#5 2008-07-21 23:25:32

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Text database in C

This may not be what you're looking for, but have you considered something like OpenOffice Base to quickly create the database, connect to it, and design any forms that you might need?

Offline

#6 2008-07-21 23:34:14

marxav
Member
From: Gatineau, PQ, Canada
Registered: 2006-09-24
Posts: 386

Re: Text database in C

And to add on top of skottish's suggestion, if the number of rows is limited (65,000 or so) consider Calc or gnumeric with Autofilter for quick queries.

Offline

Board footer

Powered by FluxBB