Board index » delphi » Portable databases
Craig Reynolds
![]() Delphi Developer |
Sun, 12 Oct 2003 10:52:28 GMT
|
Craig Reynolds
![]() Delphi Developer |
Sun, 12 Oct 2003 10:52:28 GMT
Portable databases
Is it possible with any of the DB formats available to delphi to make a
program that anables you to simply carry around a copy of the program, the DB, and Whatever DLL's it may need? This would probvably involve creating whatever connections are necessary -- |
M.H. Avegaar
![]() Delphi Developer |
Sun, 12 Oct 2003 15:11:15 GMT
Re:Portable databasesThe default database support for Delphi is provided by the BDE, which can not be easily moved. Try a BDE replacement like DBISAM instead (for a list see http://www.kylecordes.com/bag/index.html). ps. If you only want to use a simple table you can use the TClientDataSet "Craig Reynolds" <reynoldscra...@hotmail.com> schreef in bericht Quote> Is it possible with any of the DB formats available to delphi to make a |
Craig Reynold
![]() Delphi Developer |
Sun, 12 Oct 2003 16:20:27 GMT
Re:Portable databasesDo you happen to know of any free alternatives to the BDE? The reason I want to do this is that I have a small application that I have Quote"M.H. Avegaart" <avegaartNOS...@mccomm.nl> wrote in message Quote> The default database support for Delphi is provided by the BDE, which can |
M.H. Avegaar
![]() Delphi Developer |
Sun, 12 Oct 2003 16:52:05 GMT
Re:Portable databasesIf you want to keep using the MS Access database you should use a DAO or ADO BDE replacement (still requires DAO or ADO and the MS Jet drivers to be installed on the target PC !). There is no freeware DAO TDataSet component available. For ADO, Delphi 5 Enterprise includes ADOExpress and for other versions you can try the freeware ADO DataSet from http://www.agric.za/freeway/ADOds.htm. "Craig Reynolds" <reynoldscra...@hotmail.com> schreef in bericht Quote> Do you happen to know of any free alternatives to the BDE? |
Craig Reynold
![]() Delphi Developer |
Sun, 12 Oct 2003 17:04:51 GMT
Re:Portable databasesUnfortunatley I am stuck with Delphi 4 std -- Quote"M.H. Avegaart" <avegaartNOS...@mccomm.nl> wrote in message Quote> If you want to keep using the MS Access database you should use a DAO or |
Bruce Biddl
![]() Delphi Developer |
Sun, 12 Oct 2003 21:30:41 GMT
Re:Portable databasesHi Craig Have a look at this BDE32 component - freeware Regards Bruce Quote"Craig Reynolds" <reynoldscra...@hotmail.com> wrote in message Quote> Is it possible with any of the DB formats available to delphi to make a |
Dan Brenna
![]() Delphi Developer |
Sun, 12 Oct 2003 22:11:08 GMT
Re:Portable databasesOn Wed, 25 Apr 2001 17:04:51 +0800, "Craig Reynolds" Quote<reynoldscra...@hotmail.com> wrote: records, and if the manipulations are very simple, you might be able to use a simple text file and make your own "engine" to find things. If you need very complicated searches, for example, this probably would be too much work to write. But if all you need is to filter on dates, author, title, then it should be simple enough to just read through a text file and do string comparisons. Slow, but works. Dan |
Craig Reynold
![]() Delphi Developer |
Sun, 12 Oct 2003 22:18:57 GMT
Re:Portable databasesIt would be feasable at this stage I guess, but its a lot of work that I would rather not do. Given that the DB is goinf to grow over the years, it's also likely that this will become inefficient and unweildy eventually -- Quote"Dan Brennand" <D...@CMDCsystems.com> wrote in message Quote> On Wed, 25 Apr 2001 17:04:51 +0800, "Craig Reynolds" |
Craig Reynold
![]() Delphi Developer |
Sun, 12 Oct 2003 22:21:13 GMT
Re:Portable databaseslooks good, but is not quite what I'm after. It seems that Delphi's DB interfacing is not quite as free as what I have experienced when using VB, but I guess it is something that I am going to have to deal with at some stage. Hopefully I will eventually be able to use ADOExpress or something simple. -- Quote"Bruce Biddle" <bruce.bid...@ntlworld.comNO_SPAM> wrote in message Quote> Hi Craig |
Craig Reynold
![]() Delphi Developer |
Mon, 13 Oct 2003 17:04:34 GMT
Re:Portable databasesactually, having thought about it, I think that I will look into it. -- Quote"Bruce Biddle" <bruce.bid...@ntlworld.comNO_SPAM> wrote in message Quote> Hi Craig |
Craig Reynold
![]() Delphi Developer |
Mon, 13 Oct 2003 22:15:13 GMT
Re:Portable databasesYou wouldn't happen to know what files I need to make this work with access by any chance. -- Quote"Bruce Biddle" <bruce.bid...@ntlworld.comNO_SPAM> wrote in message Quote> Hi Craig |
3. Using SQl to be portable to any database
4. more than 640K of memory -- portable solution
5. Communications with Portable Terminals
6. 12V portable electronic Cooler/warmers
7. portable stored procedure: How?
8. delphi/sql apps portable (stringtables)?