Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 31st, 2007, 9:15 AM   #1
Xyhm
Programmer
 
Xyhm's Avatar
 
Join Date: Mar 2006
Posts: 60
Rep Power: 3 Xyhm is on a distinguished road
Question 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?
Xyhm is offline   Reply With Quote
Old Nov 1st, 2007, 6:49 AM   #2
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
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.
Ancient Dragon is offline   Reply With Quote
Old Nov 1st, 2007, 9:13 AM   #3
Xyhm
Programmer
 
Xyhm's Avatar
 
Join Date: Mar 2006
Posts: 60
Rep Power: 3 Xyhm is on a distinguished road
Re: about creating a database

Quote:
Originally Posted by Ancient Dragon View Post
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 is offline   Reply With Quote
Old Nov 11th, 2007, 2:50 PM   #4
Xyhm
Programmer
 
Xyhm's Avatar
 
Join Date: Mar 2006
Posts: 60
Rep Power: 3 Xyhm is on a distinguished road
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...).
Xyhm is offline   Reply With Quote
Old Dec 9th, 2007, 8:22 AM   #5
myworkstation
Newbie
 
Join Date: Dec 2007
Posts: 8
Rep Power: 0 myworkstation is on a distinguished road
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.

myworkstation is offline   Reply With Quote
Old Dec 10th, 2007, 1:26 PM   #6
Xyhm
Programmer
 
Xyhm's Avatar
 
Join Date: Mar 2006
Posts: 60
Rep Power: 3 Xyhm is on a distinguished road
Re: about creating a database

Okay, thx. I use Access atm. but I might explore alternatives sometime.
Xyhm is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:45 PM.

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