Database connectivity gives desktop and Web applications much of their value. .NET developers have products and framework objects that can tie a front-end application to SQL Server, MySQL, Sybase, ...
In my environment, the databaseConnection class will now build SqlConnection objects that point to the DEMO database. Now, I'll briefly explain what the application does, and then I'll explore how the ...