Search found 4 matches

by samenglish
02.12.2009, 09:56
Forum: Firebird
Topic: Delphi7 + Firebird2 Embedded + ZEOS6.6.5 Stable
Replies: 4
Views: 1075

Actually, not everyone subscribes to that website and I wrote the content I'm refering to so here's a copy ============================= First of all, there were errors in my code. (1) The Access Violation was happening because I tried to ZQuery.Open before I had connected successfully. The way I wa...
by samenglish
02.12.2009, 09:54
Forum: Firebird
Topic: Delphi7 + Firebird2 Embedded + ZEOS6.6.5 Stable
Replies: 4
Views: 1075

I found those answers by tracing the code through the ZEOS source code. Even though I use ZConnection.Protocol="firebirdd2.1" all I needed was "fbclient.dll" in the project\bin folder and "fbclientd.dll" in \windows\system32. A tiny bit inconsistent but it doesn't matte...
by samenglish
01.12.2009, 00:15
Forum: Firebird
Topic: Delphi7 + Firebird2 Embedded + ZEOS6.6.5 Stable
Replies: 4
Views: 1075

Thanks for your reply seawolf. :oops: you mean the structure of the database file has actually changed? I thought newer versions of FB simplly had more/better functionality in their libraries, I didn't consider that the fdb file structure itself would change significantly. I'll take this into accoun...
by samenglish
30.11.2009, 03:51
Forum: Firebird
Topic: Delphi7 + Firebird2 Embedded + ZEOS6.6.5 Stable
Replies: 4
Views: 1075

Delphi7 + Firebird2 Embedded + ZEOS6.6.5 Stable

Delphi 7 + Firebird 2.0 Embedded + ZEOS 6.6.5 I have an existing FDB created using a SYSDBA account on another PC that has FB 1.5 Classic Server installed. I want to use this FDB. I connect using protocol firebirdd-2.0. Host is blank. Database is full path. If I use user='SYSDBA' and password='maste...