Tutorial: Powerbuilder

End of Report

// Retrieve from database ll_row_count = dw_employee.Retrieve() powerbuilder tutorial

If ll_row_count < 0 Then MessageBox("Error", "Retrieve failed. Check database connection.") End If End of Report // Retrieve from database ll_row_count