Search found 136 matches

by Terence
13.07.2006, 08:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL 5
Replies: 2
Views: 777

..continued..

Its inlcuded for windows and you have to rename to libmysql50.dll if using from own distri.
by Terence
13.07.2006, 08:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maximum open cursors exceeded
Replies: 5
Views: 1166

Hm, looks pretty ok for me.
What happens if you leave the "close" 's out.
by Terence
12.07.2006, 16:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maximum open cursors exceeded
Replies: 5
Views: 1166

If you only use ExeSql, you don't have to close a query.
Did you use TZquery for qInsert, or else?
How does your init part look like, or did you complety used dropping and setting of zeos object properties in object inspector ?
by Terence
12.07.2006, 10:09
Forum: Announcements
Topic: New Tutorial on how to use ZeosLib's DBOs V 6.1.5
Replies: 4
Views: 8413

Ahh, looks like the articel i just found in web in german ;)
by Terence
11.07.2006, 22:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dblib
Replies: 11
Views: 2855

Do you really have to select the whole table?
I am not sure if the Query is the best component to do so, i think there was some table comps also.
Which database do you use? Interbase?
by Terence
11.07.2006, 22:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MS Excel access with ZeosLib latest
Replies: 2
Views: 1049

Did you run "ReadOnlyQuery.Execute" or "ReadOnlyQuery.Open"?
You should have done "Open."
by Terence
10.07.2006, 22:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Good stability of testing (SVN) versions and suggestions
Replies: 4
Views: 749

I also agree to do some rework and structure refreshing for the orion portal.
If you need help here, i am experienced with that - Tx for the good support cback offers ;)
by Terence
10.07.2006, 09:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeos and unicode
Replies: 1
Views: 857

You have to define use charset UNICODE_FSS when creating firebird database file. Using following code (untested) should create the needed db file: ZConnection.Properties.Add( 'CreateNewDatabase=CREATE DATABASE 'C:\firebirddb.FDB' USER 'SYSDBA' PASSWORD 'masterkey' PAGE_SIZE 4096 DEFAULT CHARACTER SE...
by Terence
08.07.2006, 17:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: GetTableNames refresh error
Replies: 8
Views: 2739

http://cforce.dnsalias.org/files/spec_clearcache.patch Patch done. You can do specific cache clear, like see below. Code untested, please reply if it works. uses ZDbcMetadata; List :=TStringList.Create; ZConnection.Connect; ZConnection.GetTableNames('',List); ZConnection.DbcConnection.GetMetadata.Cl...
by Terence
08.07.2006, 06:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird Libraries
Replies: 7
Views: 1394

I added this strict dll loading compiler switch and exported WINDOWS2 Const defs to new unit called ZPlainFirebirdDriver. Did some code seperation, the fb driver class now also is in ZPlainFirebirdDriver, common used code of Firebird+Interbase residy in "ZPlainFirebirdInterbaseConstants". ...
by Terence
07.07.2006, 13:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: two connections, two different fb srv, one app dir
Replies: 8
Views: 2449

Really not in there, well ok. Zip contains libs for fb15 and 2.0 for windows.
Would be greate if someone out there can make a unix bundle, i never used it on unix and have no idea what exactly is needed (in worst case).

http://cforce.dnsalias.org/files/firebird2.zip
by Terence
07.07.2006, 13:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: invalid operation in non auto commit mode
Replies: 11
Views: 5721

Sry, i don't agree. If using zeos as multi RDBMS api i offer m app with all this dbs. I have no idea what db will be taken and threfore don't want to make if else decision for every code piece called in api depending to decide how Starttransaction is undertstood this time. For the new version i will...
by Terence
07.07.2006, 13:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird Libraries
Replies: 7
Views: 1394

That is true, you have to rename the libs at the moment. For embedded you had on windows always to do also in mysql for both versions, so it doesn't seemed to strange to me to expect. But using espcape names makes sense, its just firebird drivers hadn't non strict dll loading before. Anyone who want...
by Terence
07.07.2006, 10:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: two connections, two different fb srv, one app dir
Replies: 8
Views: 2449

The binary files (dlls, and things) are for easy using zeos - no need to download two firebird distris and rename files , else we will need a howto!
Sry for the svn dir, i thought i removed it from zip.

Why copyrights - Firebird ist open source i thought?
by Terence
06.07.2006, 21:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: modified version of db tool source
Replies: 0
Views: 490

modified version of db tool source

I needed some modifications and enhancements of a trashy tool you supplied with examples, as far as i know. If someone needs, here is the source
DbTool