Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Delphi (http://www.programmingforums.org/forum41.html)
-   -   about creating a database (http://www.programmingforums.org/showthread.php?t=14314)

Xyhm Oct 31st, 2007 9:15 AM

about creating a database
 
I'm aiming to create a simple database application (one relation) and was wondering how to go about. Not the details, just some general pointer about the simplest way.

delphi.about.com has a tutorial, but it's using Microsoft Access (which I don't have) to create the database (and delphi to create the form and the interaction, I assume). Is there a way to create the database itself in Delphi? If so, is that more complicated than using MS Access?

Ancient Dragon Nov 1st, 2007 6:49 AM

Re: about creating a database
 
I don't know a thing about Delphi but in general you can create your own database using any programming language. The simplest database is just a text file that contains the fields that you want in some consistent format. For example *.csv files used by Excel could be considered a database.

Xyhm Nov 1st, 2007 9:13 AM

Re: about creating a database
 
Quote:

Originally Posted by Ancient Dragon (Post 136161)
I don't know a thing about Delphi but in general you can create your own database using any programming language. The simplest database is just a text file that contains the fields that you want in some consistent format. For example *.csv files used by Excel could be considered a database.

True, but I want to take advantage of the database features in Delphi. And although it's simple in principle to create a database using a textfile, it still requires some (potentially time-consuming) work getting all the details right, and it's not very scalable.

Xyhm Nov 11th, 2007 2:50 PM

Re: about creating a database
 
No need for help anymore. Instead of just trying to find a "create a database in five simple steps" type of tutorial I plunged into database creation more seriously, and it's not that hard or messy as it seems at first (and I now finally know what many of those mysterious Delphi components do...).

myworkstation Dec 9th, 2007 8:22 AM

Re: about creating a database
 
you can using "database desktop" tools create database,it's delphi addon.
you can create foxbase、paradox、and so on format.

http://www.mailxmail.com/cursos/imagenes/6702_3_6.JPG

Xyhm Dec 10th, 2007 1:26 PM

Re: about creating a database
 
Okay, thx. I use Access atm. but I might explore alternatives sometime.


All times are GMT -5. The time now is 11:29 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC