Re: [lazarus] SqlDB with Firebird

2006-03-11 Thread Michael Van Canneyt
? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives Hi! I experimented with this setup. I mean Lazarus + sqldb + embedded firebird. All I can say it works. If I remember correctly, I had

Re: [lazarus] SqlDB with Firebird

2006-03-11 Thread Michael Van Canneyt
On Sat, 11 Mar 2006, Matthijs Willemstein wrote: On Fri, 2006-03-10 at 17:08 -0600, Matt Henley wrote: I installed Firebird Classic on my Windows XP machine. In Lazarus, I added a TIBConnection to a blank form. I put the full path to an example database (C:\Program

Re: [lazarus] SqlDB with Firebird

2006-03-11 Thread Matt Henley
On 3/11/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 11 Mar 2006, Matthijs Willemstein wrote: On Fri, 2006-03-10 at 17:08 -0600, Matt Henley wrote: I installed Firebird Classic on my Windows XP machine. In Lazarus, I added a TIBConnection to a blank form. I put the full

Re: [lazarus] SqlDB with Firebird

2006-03-11 Thread Michael Van Canneyt
On Sat, 11 Mar 2006, Matt Henley wrote: On 3/11/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 11 Mar 2006, Matthijs Willemstein wrote: On Fri, 2006-03-10 at 17:08 -0600, Matt Henley wrote: I installed Firebird Classic on my Windows XP machine. In Lazarus, I added

Re: [lazarus] SqlDB with Firebird

2006-03-11 Thread Matt Henley
Sounds good. I have noted a decided lack of documentation on the embedded mode. Just coming from an ascii text datafile and sqlite background. Its a bit confusing. In their download area, they have an embedded server download for windows but not for linux. Will try with classic although

[lazarus] SqlDB with Firebird

2006-03-10 Thread Matt Henley
I figured I would start a new topic on this. I installed Firebird Classic on my Windows XP machine. In Lazarus, I added a TIBConnection to a blank form. I put the full path to an example database (C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB) in the Database Field of the Object

Re: [lazarus] SqlDB with Firebird

2006-03-10 Thread anteusz
as the Subject archives at http://www.lazarus.freepascal.org/mailarchives Hi! I experimented with this setup. I mean Lazarus + sqldb + embedded firebird. All I can say it works. If I remember correctly, I had to rename fbembed.dll to fbclient.dll to make it work. And maybe the password needs

Re: [lazarus] SqlDB with Firebird

2006-03-10 Thread Matthijs Willemstein
On Fri, 2006-03-10 at 17:08 -0600, Matt Henley wrote: I installed Firebird Classic on my Windows XP machine. In Lazarus, I added a TIBConnection to a blank form. I put the full path to an example database (C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB) in the Database Field