Beginning MYSQL 5.0 With Visual Studio.NET 2005
Short Description
In this tutorial, I will dive into the nitty gritties of MYSQL 5 Application Development using the MYSQL Connector for .NET for Visual Studio.NET 2005 and build a simple Database Application using VC# and MYSQL 5.
Website: dev.mysql.com | Filesize: 203kb
No of Page(s): 12
Content
…
This tutorial is a Level 200 session, which means that pre-requisite knowledge of the products is necessary.
…
This screen enables one to create databases, tables, stored procs, triggers and UDF and execute many of the MySQL built-in functions.
You can refer the code snippet above to create the database and table.
Now that our database and table is created we can build our .NET application and fill data into this table called client with .NET
To make sure our Application will perform as expected, please make sure all the software requirements are installed and ready to go.
Our current objective is to just get some data from our MySQL Table that’s it!
We shall now launch Visual Studio 2005 and follow these steps to build our application.
…
Get the file Download here
Related Books:Related Searches: visual studio 2005, website dev, requisite knowledge, database application, mysql table
Comments
Leave a Reply