FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Databases

 


Thomme
Hi,

I have to make a program (in pascal!) wich can make, use and edit a database, I have NO idea how to start with it, can someone just tell me anything about making or using databases in pascal?
TYVM !

Thomme
MrBlueSky
I assume this is a project for school?

Do you have to use a 'real', production database like MySQL? Or do you have to implement your own database (storing data in files in a structured way)?

And do you have experience with Pascal? A little, or a lot? And are you allowed to use Delphi (a RAD language based on Pascal)? Probably not, but if you are, it would make things a lot easier.
jackill
For FreePascal is library: http://www.freepascal.org/packages/mysql.html

In Java using database is very simple with DBMS drivers...
djclue917
Thomme wrote:
Hi,

I have to make a program (in pascal!) wich can make, use and edit a database, I have NO idea how to start with it, can someone just tell me anything about making or using databases in pascal?
TYVM !

Thomme


Search for a database library written in Pascal (or has bindings for Pascal). Of course, that library should be for the database engine that you'll be using (e.g. MySQL, PostgreSQL, etc.). I hope that helps... Smile
blueray
If you are using the borland delphi then you could use the dbexpress.
Go google and type in the dbexpress.
Reply to topic    Frihost Forum Index -> Computers -> Computer Problems and Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.