This demo needs to create a new SQL Server table
named Autorefresh containing identity values,
default values, and triggers that help illustrate
the CursorAdapter's new autorefresh capabilities
in VFP 9.

When you run the form Autorefresh_sql.scx, it will
pop up a "Connect to SQL Server" form. In order to
create the table the demo requires, you must connect to
a SQL Server database in which you have permissions
to create and drop tables. The defaults are to use
the server "local" and the database "Northwind".
The Northwind sample database is normally installed
with permissions that will allow you to do this.
You are free to specify a different server and data-
base if you wish.

If SQL Server is set up to allow Windows Authentication,
you can click the "Use Windows Authentication" checkbox
and VFP will attempt to connect using your Windows login.
Otherwise, you will need to enter a valid userid and pass-
word in the boxes provided.

When you click the Connect button, the form will try to
connect to SQL Server using the specified credentials.
It can take up to 15-20 seconds for the connection to
succeed or fail. If it fails, you will be allowed to change
the credentials and try again. If you click the Cancel
button, the demo will be cancelled.