!--a11y-->
Windows Form Sample 
This sample is a Windows form and illustrates the following concepts:
· SAPClient programming
· Dealing with exceptions
· Asynchronous method calls
· Debugging and tracing
· Working with SAP Tables (sorting, converting to ADO .NET, data binding)
· Synchronous, transactional and Queued RFC updates
The Windows form sample uses the RFC_CUSTOMER_GET function module. It accepts as input a customer name string (for example, A*) and returns in a datagrid all customers that match that selection.
To use the sample, you have to enter an SAP customer search selection criteria. All functions are available from the sample’s application menu.
To use the option Save Results to SQL Server you must set the SQL logon parameters in the component SqlConnection1 on form1. To do this, click on the property ConnectionString and use the drop down box. Let the Wizard construct the connection string for you. You also need a table named cust in the Northwind database, and a stored procedure called Insert_cust. The SQL script to create both of these objects is located in the subfolder SQL.