Guides you through the process of starting the ADO.NET Connection Editor and cataloging the SQLServerDB connection.
Start the ADO.NET Connection Editor
- From your Windows
Start menu, select
Micro Focus
Visual COBOL >
ADO.NET Connection Editor.
Catalog the SQLServerDB Connection
- On the main window of the
ADO.NET Connection Editor, click
Add. This starts the
Add an ADO.NET Connection wizard.
- Click
Next.
- In the
Data Source Name field, type
SQLServerDB, which is the name of your connection, and then click
Next.
- In the
.NET Data Providers grid, select
SqlClient Data Provider, then click
Next.
- Modify the following fields on the
Connection Settings grid, providing the specified values:
Field
|
Value
|
Data Source
|
(local)
|
Initial Catalog
|
SQLCLR_Test
|
Integrated Security
|
True
|
- Click
Next to review your settings.
- Click
Finish to add the new connection. This returns you to the main window.
- After the
Data Source Names list refreshes, select the
SQLServerDB entry.
- Click
Test to ensure the connection works properly; then click
OK to clear the message.
Close the ADO.NET Connection Editor
- To close the
ADO.NET Connection Editor, click the
button in the upper right corner of the main window.