Advanced PowerBuilder

HomePrevious Lesson: Exercises
Next Lesson: Introduction

Embedded & Dynamic SQL

Till now, you have learned how to use the SELECT statement in a DataWindow. You also came to know that, when you issue an Update() function, PowerBuilder automatically generates INSERT, DELETE and UPDATE statements, depending on the row status, effectively saving the information back to the database.

We now extend our coverage of SQL to two particular subsets: embedded SQL and dynamic SQL. We'll also take a look at dynamic DataWindows, cursors and stored procedures.

In This Session You Will Learn About:

Estimated Session Time

240+ minutes

Prerequisites:

HomePrevious Lesson: Exercises
Next Lesson: Introduction