![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
Join Date: Mar 2006
Posts: 60
Rep Power: 3
![]() |
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? |
|
|
|
|
|
#2 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4
![]() |
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.
|
|
|
|
|
|
#3 | |
|
Programmer
Join Date: Mar 2006
Posts: 60
Rep Power: 3
![]() |
Re: about creating a database
Quote:
|
|
|
|
|
|
|
#4 |
|
Programmer
Join Date: Mar 2006
Posts: 60
Rep Power: 3
![]() |
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...).
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Dec 2007
Posts: 8
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#6 |
|
Programmer
Join Date: Mar 2006
Posts: 60
Rep Power: 3
![]() |
Re: about creating a database
Okay, thx. I use Access atm. but I might explore alternatives sometime.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Storing BLOBs in a database - problem | jonyzz | Other Programming Languages | 8 | Jan 31st, 2007 4:38 AM |
| Creating an Access Database programmatically... | Carl | Visual Basic .NET | 2 | Jun 4th, 2006 6:12 AM |
| creating user problem ORACLE database | gpreetsingh | Coder's Corner Lounge | 1 | Feb 19th, 2006 3:33 AM |
| Need help creating a database, php related | TheFalseDragon | PHP | 14 | Jun 23rd, 2005 2:19 AM |
| Using ODBC to connect to a remote database in a C program | bigi | C++ | 1 | Mar 8th, 2005 3:19 PM |