Database Connectors simplifies the process of working with relational databases. It lets you use the traditional COBOL 
		OPEN OUTPUT verb to create a new database table. 
	 
 
	 You can use a sample COBOL program that comes with 
		Database Connectors to create a new database table in which to store your COBOL information. To do this, perform the following: 
	 
 
	  
		- Create a new Visual Studio Solution and add the COBOL sample program. 
		
 
 
		- Add COBOL directives to allow your application to work with 
		  Database Connectors. 
		
 
 
		- Set up configuration variables and files to direct the operations of 
		  Database Connectors. 
		
 
 
		- Run the sample program to create a new database table. 
		
 
 
		- Check the resulting database table for columns and indexes.