Reports the SQL statement that the DataWindow control is currently submitting to the database.
Obsolete method
GetSQLPreview is
obsolete. You should replace all references to GetSQLPreview as soon
as possible. The SQL syntax
is available as an argument in the DBError and SQLPreview events.
PowerBuilder DataWindow control or child DataWindow
string dwcontrol.GetSQLPreview ( )
Returns the current SQL statement for dwcontrol. Returns the empty string ("") if an error occurs. If dwcontrol is NULL, the method returns NULL.
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |