Search found 3 matches

by V1RUS
03.09.2007, 16:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: escape string
Replies: 8
Views: 4842

thanks a lot. i'll wait for your change ;)
by V1RUS
03.09.2007, 12:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: escape string
Replies: 8
Views: 4842

can you write example ?
by V1RUS
01.09.2007, 14:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: escape string
Replies: 8
Views: 4842

escape string

i have a console program. uses ZConnection,ZQuery; var Connection : TZConnection; Dataset : TZQuery; login : string; begin Connection := TZConnection.Create(nil); Dataset := TZQuery.Create(nil); Dataset.Connection := fConnection; Dataset.ReadOnly := FALSE; Connection.Protocol := 'mysql-5'; //actuall...