..and I take it you've tried your fair share of googling? For example I found this:
http://wiki.lazarus.freepascal.org/Zeos_tutorial
Search found 14 matches
- 11.12.2008, 22:08
- Forum: SQLite
- Topic: Please help me connect
- Replies: 8
- Views: 1016
- 11.12.2008, 22:03
- Forum: SQLite
- Topic: Please help me connect
- Replies: 8
- Views: 1016
- 11.12.2008, 21:44
- Forum: Firebird
- Topic: TZTable to read fewer records at a time
- Replies: 5
- Views: 1024
TZTable to read fewer records at a time
My customer says he has over 2,000 contacts in his contacts table. Is there a way in Delphi to tell the TZtable to only read a few hundred records at a time to display in the DBGrid, and when the user scrolls down it will ask the TZTable to read the next few hundred?
- 11.12.2008, 21:26
- Forum: SQLite
- Topic: Please help me connect
- Replies: 8
- Views: 1016
Just a guess...
I think the relevant library has to be in your working directory - the directory where your application is running from - or in the system32 or system folder or wherever - so check what happens if you put libsqlite.so in your folder.
- 04.10.2008, 23:39
- Forum: Firebird
- Topic: TZTable Filter "bug" costs me about 32 hours of st
- Replies: 1
- Views: 457
TZTable Filter "bug" costs me about 32 hours of st
I have spent the past 5 days on and off trying my best to find out why my application isn't working since I changed to FireBird and Zeos. Because my application has a 3rd party set of components it was a lot of code to read through and a lot of testing to try and find the problem. I wasn't getting a...
- 04.10.2008, 15:55
- Forum: Firebird
- Topic: Copying the required dlls for the database client system dir
- Replies: 11
- Views: 1581
- 01.10.2008, 01:21
- Forum: Firebird
- Topic: Boolean Fields (as CHAR fields in Firebird)
- Replies: 8
- Views: 4196
Hi Seawolf. Thanks for your answer. Yes I already have changed it to length 5 and replaced all the 'Y' with 'True' and all the 'N' with 'False. This worked fine (and took me hours and hours to do) until I realised that one section of my application now doesn't work because I don't have proper boolea...
- 01.10.2008, 01:19
- Forum: Firebird
- Topic: Bug: Calling TZTable.Refresh will ignore #'s in FIELDNAMEs
- Replies: 5
- Views: 645
- 30.09.2008, 01:08
- Forum: Firebird
- Topic: Bug: Calling TZTable.Refresh will ignore #'s in FIELDNAMEs
- Replies: 5
- Views: 645
Bug: Calling TZTable.Refresh will ignore #'s in FIELDNAMEs
I am running Firebird 2.1. I have a table with a field "ESTIMATEITEM#" - everything is working fine but if I specifically call .REFRESH it generates an error "Project XXX raised exception class EDatabaseError with message 'TABLE: Field 'ESTIMATEITEM' not found'. As you can see it is c...
- 30.09.2008, 01:00
- Forum: Firebird
- Topic: Copying the required dlls for the database client system dir
- Replies: 11
- Views: 1581
- 29.09.2008, 03:24
- Forum: Firebird
- Topic: Copying the required dlls for the database client system dir
- Replies: 11
- Views: 1581
Copying the required dlls for the database client system dir
In the installation instructions it says: Copy the required dlls for your database client to the windows system directory (usually Windows\ System or winnt\system32) or use the database client installer. and so I went to my Firebird install directory, and copied and pasted "fbclient.dll" i...
- 28.09.2008, 21:03
- Forum: Firebird
- Topic: Boolean Fields (as CHAR fields in Firebird)
- Replies: 8
- Views: 4196
Boolean Fields (as CHAR fields in Firebird)
As you know Firebird doesn't have a BOOLEAN field type. Their "solution" is to create a domain of type CHAR, with length 1, with values "Y" or "N". But this only causes me problems in Delphi. 1) Does TZTable have a nice way of solving this problem so that the field is r...
- 28.09.2008, 20:56
- Forum: 6.6 - stable
- Topic: find mysqllib.dll?
- Replies: 14
- Views: 3481