Mastering PowerBuilder

HomePrevious Lesson: Platform Services
Next Lesson: Extending PFC

SQL Parsing Service

This service n_cst_sql, allows you to assemble and parse the SQL statements. To assemble the SQL statement, call of_Assemble() function. This function takes an array of type n_cst_SQLAttrib as the parameter, so, declare an array variable of n_cst_SQLAttrib type and populate it with values. To parse the SQL statement into tables, columns, WHERE clause and so on, call the of_Parse() function.
HomePrevious Lesson: Platform Services
Next Lesson: Extending PFC