Search found 322 matches

by zippo
24.07.2006, 16:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: different TZConnection classes for diferent sql servers
Replies: 12
Views: 1768

I think the power of Zeos is right the usage of muli-DB whenever you want. And I agree - 500k extra is nothing (my applications are allways about 5-10 Meg).
by zippo
23.07.2006, 08:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Help with the Update command
Replies: 2
Views: 607

Yes, MySQL has some differences in syntax and in some cases whole SQL statemens.
by zippo
20.07.2006, 07:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Strange behaviour
Replies: 2
Views: 608

The code is from my application, don't worry.. :):):):)

It has never been opened, this code is right after the AfterConnect event of ZConnection. I'll track the problem more precisely and post it here tomorrow (out of office today).
by zippo
20.07.2006, 01:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oralcal modify error
Replies: 3
Views: 979

Primary key - it should be necessary.

Then just update by the primary key.
by zippo
20.07.2006, 00:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Strange behaviour
Replies: 2
Views: 608

Strange behaviour

Hi! It's a long time since I posted a problem here.. :) (It's a good sign for Zeos) Sooo... I noticed a strange behaviour since I upgraded Zeos to latest (I did it 1 week ago) version. in the code try Query.Open; except Query.Open; end; The first time it's an error, but if executed again in the exce...
by zippo
19.07.2006, 19:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4014

At least two ways:

Execute a query "Show Tables like "teblename%" and see if there's your table.

Use ZSQLMetadata component to do it.
by zippo
16.07.2006, 09:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Function refresh_after_post
Replies: 3
Views: 1167

It's called trigger any if I assume you mean MySQL, then you must use the 5.x version. Consult the MySQL manual.
by zippo
10.07.2006, 17:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Good stability of testing (SVN) versions and suggestions
Replies: 4
Views: 735

I also had no problems in MySQL 3.23.x, 5.x and D6, D2006..

Maybe it's time to declare the 6.x versions as stable?

What's about the 7 version? How's going?
by zippo
08.07.2006, 11:14
Forum: 6.1.5
Topic: Accessing Join fields
Replies: 4
Views: 3342

That's right. But I always use different field names... :)
And for the example it should work.
by zippo
07.07.2006, 21:46
Forum: 6.1.5
Topic: Accessing Join fields
Replies: 4
Views: 3342

I use joined tables avery day and I always just state the name of the field after the word "Select". In your example:

Code: Select all

MyQuery.fieldbyname('dnum').asstring;
It has always worked OK for me. Post here if the tip os OK or not!
by zippo
03.07.2006, 17:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [AV] D2006 and cvs branch
Replies: 7
Views: 1282

You're right!

It was the old PATH to BPLs that was glitching the installation. Thanx for the tip!
by zippo
03.07.2006, 15:17
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [AV] D2006 and cvs branch
Replies: 7
Views: 1282

Ah, the problem I ecounter when installing Zeos.. All compile well - when trying to install ZComponents.dpk I got this error --------------------------- ZComponent - Borland Developer Studio 2006 - ZComponent.bdsproj: bds.exe - Entry Point Not Found --------------------------- The procedure entry po...
by zippo
03.07.2006, 15:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [AV] D2006 and cvs branch
Replies: 7
Views: 1282

Suggestion: Can be made na BPL or something for an easier installation? Like Jedi installer (it really rox!). I have also problems installing Zeos to D2006, but since I'm very new to D06 (upgrading from D6...), could be my mistake. BTW: Is the installation process like this? Compile Zcore, Zplain, Z...
by zippo
27.06.2006, 10:51
Forum: User Contributions
Topic: German docu about Zeos and Comps
Replies: 4
Views: 4040

:):):):)
by zippo
27.06.2006, 08:06
Forum: User Contributions
Topic: German docu about Zeos and Comps
Replies: 4
Views: 4040

Nooooo!!! Why german? :) This is exactly what I look for, but in english.. :( Zeos components have many options that I don't understand..