Database


Articles

Sort by: Page 2 of 2 | Previous | 1 2
DateTitleAuthorType
20 Oct 2003 Making the Connection: Accessing Your Database using ADO.NET
This series on ADO.NET continues with a look at connecting to your database. In particular, a number of IDbConnection-implementing classes are discussed, including that found in BDP.NET, the Borland Data Provider.
Cary Jensen Contributed Article
14 Jul 2003 Using ADO.NET with C#Builder Personal by Bob Swart
In this article, Bob Swart shows you how to use C#Builder Personal in combination with "plain" ADO.NET to connect to a MSDE database, create a table, insert records, select the records from this table again and show them in a datagrid.
Bob Swart Contributed Article
9 Jan 2004 Working with Commands in ADO.NET
This article takes a look at classes that implement the IDbCommand interface, and how you use them to execute SQL statements against your connected database.
Cary Jensen Contributed Article

Server Response from: ETNASC03