Search found 1 match

by carlosk
23.11.2005, 02:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with double backslash in TZQuery SQL property
Replies: 1
Views: 651

Problem with double backslash in TZQuery SQL property

I am trying to execute a very simple INSERT query on MySQL 4.1 using a TZQuery object INSERT INTO mediaobjects (description, filename, filepath, medialength, reallength, volume) VALUES ('File1', 'File1.mpg', 'AFolder\\', '00:00:10:08', 0.0001194444, 0) where TABLE `mediaobjects` ( `MO_ID` int(11) NO...