Search found 3 matches
- 03.09.2007, 16:22
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: escape string
- Replies: 8
- Views: 4886
- 03.09.2007, 12:32
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: escape string
- Replies: 8
- Views: 4886
- 01.09.2007, 14:31
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: escape string
- Replies: 8
- Views: 4886
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...