[FIX] Clean up/minimize VisualBasic sample code for parser test; remove IBM licensing
[ohcount] / test / expected_dir / frx1.frx / visualbasic / comment
1 '---------------------------------------------------------------------------
2 '
3 ' SOURCE FILE NAME: Demo.frm
4 '
5 ' SAMPLE: Visual Basic Demo with user interface for the sample modules
6 '
7 ' For more information about samples, refer to the README file.
8 '
9 '---------------------------------------------------------------------------
10 'This procedure calls ConnectOLEDB() in the module dbConn to get
11 'a connection object.
12 'define the error handler
13 '  On Error GoTo cmdConnectOLEDB_Error
14 'connect to database
15 'generate a message of success
16 'config status of the buttons
17 'show instructions