Search found 14 matches

by rfwoolf
11.12.2008, 23:01
Forum: SQLite
Topic: Please help me connect
Replies: 8
Views: 924

..and I take it you've tried your fair share of googling? For example I found this:
http://wiki.lazarus.freepascal.org/Zeos_tutorial
by rfwoolf
11.12.2008, 22:08
Forum: SQLite
Topic: Please help me connect
Replies: 8
Views: 924

nope
by rfwoolf
11.12.2008, 22:03
Forum: SQLite
Topic: Please help me connect
Replies: 8
Views: 924

Ummm, double-check that you've chosen the right protocol on your TZConnection ???

I should add that I'm only guessing - I use ZeosLib with Firebird - but some of the principals in connecting are the same.
by rfwoolf
11.12.2008, 21:44
Forum: Firebird
Topic: TZTable to read fewer records at a time
Replies: 5
Views: 954

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?
by rfwoolf
11.12.2008, 21:26
Forum: SQLite
Topic: Please help me connect
Replies: 8
Views: 924

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.
by rfwoolf
04.10.2008, 23:39
Forum: Firebird
Topic: TZTable Filter "bug" costs me about 32 hours of st
Replies: 1
Views: 434

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...
by rfwoolf
04.10.2008, 15:55
Forum: Firebird
Topic: Copying the required dlls for the database client system dir
Replies: 11
Views: 1452

Thank you :) I will still have to test this on a "virgin" machine. Thanks for the help as always :)
by rfwoolf
01.10.2008, 01:21
Forum: Firebird
Topic: Boolean Fields (as CHAR fields in Firebird)
Replies: 8
Views: 4028

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...
by rfwoolf
01.10.2008, 01:19
Forum: Firebird
Topic: Bug: Calling TZTable.Refresh will ignore #'s in FIELDNAMEs
Replies: 5
Views: 593

Thanks so much seawolf. Becauase this was urgent I just went through all my fields with # in them and took out the '#' (this did unfortunately still take me a long time to do and your fix would have been much easier). Hopefully others will benefit from this in the future! :)
by rfwoolf
30.09.2008, 01:08
Forum: Firebird
Topic: Bug: Calling TZTable.Refresh will ignore #'s in FIELDNAMEs
Replies: 5
Views: 593

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...
by rfwoolf
30.09.2008, 01:00
Forum: Firebird
Topic: Copying the required dlls for the database client system dir
Replies: 11
Views: 1452

Okay so I can please confirm - if the DLL is inside the same directory as the EXE it will see it?
by rfwoolf
29.09.2008, 03:24
Forum: Firebird
Topic: Copying the required dlls for the database client system dir
Replies: 11
Views: 1452

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...
by rfwoolf
28.09.2008, 21:03
Forum: Firebird
Topic: Boolean Fields (as CHAR fields in Firebird)
Replies: 8
Views: 4028

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...
by rfwoolf
28.09.2008, 20:56
Forum: 6.6 - stable
Topic: find mysqllib.dll?
Replies: 14
Views: 3236

Be sure to set the correct protocol on your ZConnection component because that gave me the same error when I started using ZEOS components (which was... yesterday)