Search found 16 matches

by mrossij
08.01.2014, 14:59
Forum: ZeosLib 7.0 Stable Forum
Topic: [solved] Problem with TZquery
Replies: 6
Views: 2102

Re: Problem with TZquery

Excuse my forgetfulness: in fact 'status' is an index field.
by mrossij
08.01.2014, 14:57
Forum: ZeosLib 7.0 Stable Forum
Topic: [solved] Problem with TZquery
Replies: 6
Views: 2102

Re: Problem with TZquery

Thank you so much EgonHugeist. Thanks for the explanation. In fact, I was given the same answer, although I was surprised me. Why not leave the 'where' clause as built ?. However, so is the implementation of Zeos and we have to accept it. As always, give me a clear answer! :D . Thank you once again....
by mrossij
31.12.2013, 18:54
Forum: ZeosLib 7.0 Stable Forum
Topic: [solved] Problem with TZquery
Replies: 6
Views: 2102

Re: Problem with TZquery

Thank you very much for response Miab3, but I do not understand. Is correct that this query: 'select status from orders where no_orden = '2' '; that specifies a field n_orden into the where , when I run the post the update-query created by Zeos uses a WHERE changed? For me this is not correct! It sh...
by mrossij
27.12.2013, 23:52
Forum: ZeosLib 7.0 Stable Forum
Topic: [solved] Problem with TZquery
Replies: 6
Views: 2102

Re: Problem with TZquery

Hi,
no one can assume something about this topic?
by mrossij
23.12.2013, 11:11
Forum: ZeosLib 7.0 Stable Forum
Topic: [solved] Problem with TZquery
Replies: 6
Views: 2102

[solved] Problem with TZquery

Hi, I have a TzQuery like this: Qry.Sql.Text: = ' select status from orders where no_orden ='' xxx'' '; By performing these steps: Qry.Edit; Qry.FieldByName ('status'). AsString: = '5'; Qry.Post; the query is executed on the MySQL database (activating the log) in this way: UPDATE orders SET STATUS =...
by mrossij
19.02.2013, 11:51
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] Possible to set the Identifier Quote String ?
Replies: 7
Views: 1608

First of all, sorry for the delay but I had big problems to my work. The change is perfect and works perfectly. I've tried both to insert the parameter to the component in designing mode, both in the program as a code: ZConnName.Properties.Values['identifier_quotes'] := ''; All ok! Thanks for the us...
by mrossij
15.02.2013, 10:08
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] Possible to set the Identifier Quote String ?
Replies: 7
Views: 1608

Ok good moving house.

Thanks
by mrossij
15.02.2013, 09:59
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] Possible to set the Identifier Quote String ?
Replies: 7
Views: 1608

Thank you, it would be a wonderful change!

Mario
by mrossij
15.02.2013, 09:53
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] Possible to set the Identifier Quote String ?
Replies: 7
Views: 1608

Probably was not provided the opportunity to indicate which string to use for the Quote. The only possibility that remains is to change the routine GetIdentifierQuoteString so: TZAdoDatabaseInfo.GetIdentifierQuoteString function: string; begin Result: = ''; end; Other databases accept a syntax witho...
by mrossij
13.02.2013, 17:29
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] Possible to set the Identifier Quote String ?
Replies: 7
Views: 1608

[patch_done] Possible to set the Identifier Quote String ?

Ciao, I'm writing a program that connects to a database Gupta SQLBase (Unify). I connect with Ado. When I use a TZtable, if I do a delete (tb1.delete) I get an error message: "[Unify] [ODBC Driver] [SQLBase] 00909 PRS INC Invalid character" Running the program in debug I found that the del...
by mrossij
19.11.2012, 09:49
Forum: Feature Requests
Topic: [solved] A question and a proposed modification to the code
Replies: 9
Views: 2892

Egon,
from Saturday to Sunday I tried the changes you made and is.... perfect!.
Thank you for your availability, really great!
by mrossij
16.11.2012, 19:53
Forum: Feature Requests
Topic: [solved] A question and a proposed modification to the code
Replies: 9
Views: 2892

I'm downloading now the sources from SVN/testing.
As soon as I can, do the tests.

See you soon.
by mrossij
14.11.2012, 11:57
Forum: Feature Requests
Topic: [solved] A question and a proposed modification to the code
Replies: 9
Views: 2892

Oh, thanks for the idea!.
It would be much better.
How should I do?

Thanks very much.
Mario.
by mrossij
13.11.2012, 23:18
Forum: Feature Requests
Topic: [solved] A question and a proposed modification to the code
Replies: 9
Views: 2892

Very well, it works. However, I think that I will continue to modify the source of the unit ZdbcGenericResolver because it is more easier for me. My projects have dozens of tables into "Data Modules" and forms and I should specify this properties for each dataset. Anyway, thanks for your a...
by mrossij
13.11.2012, 19:33
Forum: Feature Requests
Topic: [solved] A question and a proposed modification to the code
Replies: 9
Views: 2892

Hi EgonHugeist, thanks for the reply.
Unfortunately, I can not apply your advice.
As I enter the property ?
For example, if I have a TZtable tbOrders, how set the required property?:
I do not understand how to set it.
(tbOrders.properties....... )

Tnks in advance.