Search found 3 matches

by misio
24.03.2006, 14:28
Forum: MySQL
Topic: Help me understand this...
Replies: 4
Views: 1756

file name is for saving logs into file. Here is my code adding new lines into memo zsqlmonitor/events/ontrace: procedure TMDIChild.ZSQLMonitor1Trace(Sender: TObject; Event: TZLoggingEvent; var LogTrace: Boolean); var g: integer; linia: string; begin linia:=Event.AsString; if Pos('msg:', linia) > 0 t...
by misio
21.03.2006, 14:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How to avoid "cannot update this query type" ?
Replies: 14
Views: 3339

the problem i have is where name of table is for egzample: Table NAme - two strings and nothing works :Q and second problem: strange as this could be this select SELECT * from `TABLE_NAME` could also cause the problem remove the ` character and the problem is solved this works but ... thn query dont...
by misio
17.03.2006, 13:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [MySQL] alter table:
Replies: 2
Views: 782

[MySQL] alter table:

i using Zquery ALTER TABLE `web642_proby`.`kontakty` CHANGE COLUMN `gg` `gg` char(10) NOT NULL; and my app change structure good BUT there is error message "Can not open Resultset" ?? but i dont want to results i want only change table structure. Zeos makes this query to work ok but why th...