InterviewSolution
Saved Bookmarks
| 1. |
How Do You Trap Errors From The Database In The Datawindow? |
|
Answer» Write some code in the DBError EVENT For EXAMPLE: IF SQLCA.SQLCode <> 0 THEN Write some code in the DBError Event For example: IF SQLCA.SQLCode <> 0 THEN |
|