| View previous topic :: View next topic |
| Author |
Message |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Sun Mar 16, 2008 4:16 am Post subject: [Delphi] Questions DLL's/Database |
|
|
So im gonna make this contacts book or something were you can store your friends phonenumbers, addresses, etc. and I have a few questions,
firstly: can I use a DLL to store the info in? Like use strings which would be saved into the DLL. Or should I create a database were to store 'em?
2nd: How would I make the program load the info from the dll/database? If someone has any examples of this it would be great (with sources).
Thats all for now.
Thanks,
Sky
_________________
|
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
|
| Back to top |
|
 |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Sun Mar 16, 2008 5:33 am Post subject: |
|
|
thanks, but would it be better to use a DB or a DLL?
_________________
|
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Sun Mar 16, 2008 7:13 am Post subject: |
|
|
| DLL is a collection of procedures and functions, so you should use a DB.
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sun Mar 16, 2008 9:06 am Post subject: |
|
|
| HolyBlah wrote: | | DLL is a collection of procedures and functions, so you should use a DB. |
A DB is so heavy duty, though; you should try something like XML
_________________
|
|
| Back to top |
|
 |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Sun Mar 16, 2008 11:00 am Post subject: |
|
|
| samuri25404 wrote: | | HolyBlah wrote: | | DLL is a collection of procedures and functions, so you should use a DB. |
A DB is so heavy duty, though; you should try something like XML |
Okay, my program will not be so complicated or flashy so i wouldnt wanna spend 2 months programming the DB xD
_________________
|
|
| Back to top |
|
 |
|