Creating a Windows Application Using an MSDE Database |
|
Introduction |
One of the ways you can use or test an MSDE database is to create Windows application. Your computer may have everything that is necessary already. To proceed, you would start by creating a database. |
Practical Learning: Creating an MSDE Database |
|
Windows Application Test |
If you will use a database environment other than Microsoft SQL Server or MSDE, for example if you will use MS Access, Paradox, etc, in order to create a graphical application that uses your SQL database, you can first create a data source. The data source serves as an intermediary object or a translator between your SQL database and Microsoft Windows. Before creating a data source for MySQL, first download the ODBC Connector from the MySQL web site. If you will use either Microsoft SQL Server or MSDE for our lessons, you can skip the following section. |
Windows Creation |
After creating the database, you can create a Windows application. To do this, you can use the C# language. If you know C#, fine. If you don't know it, you can learn C# from FunctionX. Normally, you can use a free C# programming environment. For example, you can download SharpDevelop. In order to use C# in Microsoft Windows, you need the .NET Framework. If you are using Microsoft Windows XP or Windows Server 2003, you already have it. If you are using Windows 2000, you may not have it (yet). To get the .NET Framework, you can download it free from the Microsoft web site. This site assumes that the .NET Framework is installed in your computer. In our Introduction to C# lesson, we review how to use the csc compiler. |
Practical Learning: Creating a Windows Application |
|
|
||
Home | Copyright © 2004-2014 FunctionX, Inc. | |
|