Description
Values passed to the SQLPreview DataWindow event to indicate what SQL statement is being sent to the DBMS.
Values
| 
                               PowerBuilder enumerated value  | 
                           
                               Numeric value  | 
                           
                               Meaning  | 
                        
|---|---|---|
| 
                               PreviewSelect!  | 
                           
                               1  | 
                           
                               A SELECT statement  | 
                        
| 
                               PreviewInsert!  | 
                           
                               2  | 
                           
                               An INSERT statement  | 
                        
| 
                               PreviewDelete!  | 
                           
                               3  | 
                           
                               A DELETE statement  | 
                        
| 
                               PreviewUpdate!  | 
                           
                               4  | 
                           
                               An UPDATE statement  | 
                        
See also


