Search found 136 matches

by Terence
26.07.2006, 10:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bytea/blob - PostgreSQL - UNICODE/UTF8
Replies: 16
Views: 5100

hmm, i have no idea? i am using firefox 1.504 on WindowsXPSP2. If i click on the paper clip nothing happens, indeed no link is showed by firfox there. Maybe it has somesth. to do with rights of rank? Would be a bug.. Can any other team memeber click the download link successfully? Btw this patch is ...
by Terence
26.07.2006, 09:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4119

Feature applied on testing branch
by Terence
26.07.2006, 08:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bytea/blob - PostgreSQL - UNICODE/UTF8
Replies: 16
Views: 5100

sry, the download links don't work..
by Terence
25.07.2006, 21:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZSqlMonitor - can't get it work.
Replies: 6
Views: 1581

sry, can't "click" the download, using firefox. -no link?
by Terence
25.07.2006, 21:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery<>TZQuery
Replies: 5
Views: 1701

ok, tx for detailed help ;)
by Terence
25.07.2006, 14:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: strange behave for TZConnection>2 in application
Replies: 1
Views: 479

strange behave for TZConnection>2 in application

I am using in my application two connections, (let'em call Cconnection and Sconnection) one for server database and one for client side database, later i can syncronize the db tables. I have problem when executing sql stament on SConnection (created as second) it looks like as if its executed on dat...
by Terence
25.07.2006, 14:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery<>TZQuery
Replies: 5
Views: 1701

Question is if ReadOnly Property in TZQuery is still usefull then`?
by Terence
25.07.2006, 13:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery<>TZQuery
Replies: 5
Views: 1701

TZReadOnlyQuery<>TZQuery

I am little bit confused about there is a TZReadOnlyQuery and a "TZQuery.Readonly" option.
Do we need both, what is the difference, advantage- disadantage?
by Terence
25.07.2006, 10:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZSqlMonitor - can't get it work.
Replies: 6
Views: 1581

ZSqlMonitor - can't get it work.

Does someone use the Monitor and working? I can't get it work!
Please help.
by Terence
25.07.2006, 09:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: different TZConnection classes for diferent sql servers
Replies: 12
Views: 1801

I agree to mdaems, if he wants to code this, and then he shall do it for all dbms (nothing or all ;) and it doesn't mess up old architecture, why not.
by Terence
24.07.2006, 13:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Howto get generated id/int best ?
Replies: 8
Views: 3372

since Firebird 2 related to that topic : The RETURNING clause syntax has been implemented for the INSERT statement, enabling the return of a result set from the INSERT statement. The set contains the column values actually stored. Most common usage would be for retrieving the value of the primary ke...
by Terence
24.07.2006, 12:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4119

which databse did you use - i need the info just for commit statment.
by Terence
24.07.2006, 11:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4119

Then apply my patch on Testing branch,compile zeos and call
ZConnection.GetTableNames('BISS','',List);
afterwards.

If it works for you, i will commit.
by Terence
24.07.2006, 10:17
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4119

That is there is a filter param for that method, check
Connection.GetTableNames('shema%',List);
by Terence
24.07.2006, 07:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: firebird CREATE DATABASE
Replies: 4
Views: 1367

e.g.
CreateNewDatabase=CREATE DATABASE 'C:\freedb.FDB' USER 'SYSDBA' PASSWORD 'masterkey' PAGE_SIZE 16384 DEFAULT CHARACTER SET ISO8859_1