Database Access Component is an article in which author explains about database access component which helps in retrieving data from the databases or from any other tabular structure with the help of ActiveX data objects. Here there are few steps...
ASP.NET/COBOL.NET Database Access Example is an useful tutorial for the programmers to know how to establish the Sql Server database connection, get the data of the table and shows it on the datagrid control using Cobol.NET. In this tutorial the...
Comparing Database Access to Different XML Parsing Methods is an ASP.NET tutorial in which author gives details about various XML parsing methods and compare its performance result with database accessing method. In this tutorial the author...
Database access using UDL is a tutorial in which you can get the details about accessing the database data with the help of UDL. UDL is simply a text file with an extension of .udl. In this tutorial the author clearly shows you how to create data...
Strong name is a strong need of an assembly which is the main objective of this online tutorial. The need of a strong name for an assembly arises while installing an assembly which would be shared for many applications on the same machine. The...
Reserved Database Keywords is an ASP.NET reference with hundreds of reserved words that should not be used in the user defined objects, names of tables and columns of Access, ODBC and T-SQL databases. If the users use these words unknowingly then...
VDB is an abstract database access library for Delphi 6. Of course, Delphi already comes with four database libraries: BDE, IBX, dbGo, and dbExpress. VDB is not a replacement for these -- rather it is an abstraction for them. With VDB, you can...
Acacia Database select is an important database tool for the database administrators to build their database table with selection field to allow users to select their required field quickly. It promotes users step by step to access their table....
Data Access is an ASP.NET component which is helpful for the web users who uses ASP.NET based web applications that allows them to access data from any database. This Data Access utility is built in C sharp and then it is compiled by using .NET....
Server-Side Data Access is an ASP.NET tutorial in which the author demonstrates about several process of accessing SQL based datas. The author describes the process of executing select query to a SQL database inorder to populate the database. In... |