Data Display and Navigation With Tables |
|
|
|
Practical Learning: Creating an ODBC Data Source |
|
Data Navigation With a Microsoft Access Table |
Besides the MMC, if you have Microsoft Access, you can use it to display data from a SQL Server table. To use a SQL Server table in Microsoft Access, you must create a project (in Microsoft Access). This would require you to connect to the database. Microsoft Access makes it easy to display data from a SQL Server table because it automatically imports the tables of the database you select. |
Practical Learning: Navigating Data With Microsoft Access |
|
Data Navigation With a Microsoft Visual Studio Data Grid |
Unlike Microsoft Access, Microsoft Visual Studio doesn't have a formal definition of database table. It provides only means of getting a table, through classes such as DataTable or Windows Forms controls. The most usual control used to display data in a table setting is called DataGrid. The Microsoft .NET Framework's DataGrid control resembles a table as it organizes its information in series of columns and rows. Like Microsoft Access, to use a Microsoft SQL Server table in Visual Studio, you must create a project. |
Practical Learning: Navigating Data in Visual Studio .NET With a Data Grid |
Data Navigation With a Borland's Database Grid |
Borland provides various programming environments, two of which are C++ Builder and Delphi. We provide tutorials for Borland C++ Builder and Delphi on this site. When it comes to databases, both environments share most characteristics. Let's call it VCL the combination that allows both Borland C++ Builder and Delphi to share so many characteristics. The level of database support provided by C++ Builder and Delphi is almost unequalled. They come with their own means of creating tables through Paradox that ships with the compilers. The version of Paradox that ships with C++ Builder and Delphi is mostly used to create tables. These tables have all the necessary characteristics and requirements of a database table. Tables created in Paradox are extremely easy to use. This means that Paradox is as close to C++ Builder and Delphi as SQL Server is to Microsoft Visual Studio .NET. If you don't want to use Paradox (Paradox is usually considered a "desktop" database environment, like Microsoft Access), you can create a database that supports Microsoft SQL server. To do this, you would need (to have created) a data source, which we reviewed above. To display data in a table format, the VCL (Visual Component Library) provides the DBGrid control. |
Practical Learning: Data Navigation in Borland C++ Builder and Delphi |
|
|
||
Copyright © 2005-2016, FunctionX | ||
|