Search found 1 match

by bzaujec
14.10.2005, 01:42
Forum: 6.1.5
Topic: SqlParser in 6.1.5
Replies: 0
Views: 833

SqlParser in 6.1.5

Hi ,
is there a way to access prepared sql statement in 6.1.5
like in 5.x version ? I mean :

In 5.x: TZZMySqlQuery.SqlParser.UpdateText;
PreparedSql := TZZMySqlQuery.SqlParser.Text;

In 6.1.5: ??

Thanks