RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
There are bindings for everything. Sqlite is one of the most popular, invisible, databases out there. See http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers It is already bundled with Php 5. Regards Sean Cross IT Systems Development Manager Catalyst Risk Management PO Box 230 50 Dalton St

RE: [DUG] Databases with Delphi

2007-07-02 Thread Jeremy Coulter
roup - Delphi List' > Subject: Re: [DUG] Databases with Delphi > > Question: Do any of these databases embedded in products have any > issues if there is already the same database installed in another > product? > > For instance the coming Firefox Version 3 comes with a

RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
roup - Delphi List' > Subject: Re: [DUG] Databases with Delphi > > Question: Do any of these databases embedded in products have any > issues if > there is already the same database installed in another product? > > For instance the coming Firefox Version 3 comes with a SQLite b

Re: [DUG] Databases with Delphi

2007-07-02 Thread John Bird
Question: Do any of these databases embedded in products have any issues if there is already the same database installed in another product? For instance the coming Firefox Version 3 comes with a SQLite back end (to manage bookmarks etc). If someone also wants to use say SQLite on the same PC ar

RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
om: [EMAIL PROTECTED] [mailto:delphi- > [EMAIL PROTECTED] On Behalf Of Nick > Sent: Tuesday, 3 July 2007 10:10 a.m. > To: NZ Borland Developers Group - Delphi List > Subject: Re: [DUG] Databases with Delphi > > Sean, > > Looks pretty good. > Is there some gui out there where I

Re: [DUG] Databases with Delphi

2007-07-02 Thread Nick
Sean, Looks pretty good. Is there some gui out there where I can quickly add/edit/delete databases without using the command line that would be great. (im searching but if you know one) Cheers Sean Cross wrote: I like sqlite. Small, fast and single file. The db engine comes in a single d

RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
I like sqlite. Small, fast and single file. The db engine comes in a single dll. Not very good for multi-user though. I use the Aducom components, but there are others. http://www.aducom.com Regards Sean Cross IT Systems Development Manager Catalyst Risk Management PO Box 230 50 Dalton S