Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 1 of 3) 68 Result(s) found 

 

BackupDatabase - Backing-up a SQL Server database
Total Hit (2963)
Rating
CreateConnString - Using the OLEDB dialog to create an OLEDB connection string
Total Hit (2792)
Rating
CreateDataAdapter_OleDb - Create an initialized OLEDB Data Adapter
Total Hit (2930)
Rating
CreateDatabase - Creating a SQL Server database
Total Hit (3112)
Rating
CreateDataReader - Create a DataReader over any connection
Total Hit (4192)
Rating
CreateDataReader_Sql - Create a SqlClient Data Reader
Total Hit (2566)
Rating
DbObject - A base data class for common DB operations
Total Hit (3033)
Rating
Discovering if the input connection string is for the Oracle managed provider
Total Hit (2500)
Rating
Discovering if the input connection string is for the SQL Server managed provider
Total Hit (2784)
Rating
ExecuteBatch - Executing a batch of OleDb commands
Total Hit (3558)
Rating
ExecuteSqlScripts - Executing an array of script files
Total Hit (2503)
Rating
Extracting the database's name or path from the connection string
Total Hit (2762)
Rating
GetDatabaseTables - Retrieving the table names of a database
Total Hit (2929)
Rating
GetMdacVersion - Retrieve the installed MDAC version
Total Hit (2851)
Rating
GetOleDbType - Retrieving the OleDbType for the specified system type
Total Hit (4284)
Rating
GetSqlServerDatabases - Retrieving the name of the installed SQL Server databases
Total Hit (2542)
Rating
GetTableColumns - Retrieving the column names of a table in a database
Total Hit (2656)
Rating
IsSqlServerDatabasePresent - Checking whether a SQL Server database is present
Total Hit (2393)
Rating
RestoreDatabase - Restoring a SQL Server database
Total Hit (2680)
Rating
SetCommandsTransaction - Assign a transaction to the DataAdapter's commands
Total Hit (2885)
Rating
Calculated columns that refer to relationships
Total Hit (2907) The DataSet is a container of multiple DataTables, and it allows to create parent-child relationships between two tables, as shown below: «Code LangId=2» ' create a relationship between the Categories and the Products tables, ' against the CatID column ds.Relations.Add(New DataRelation("CatPr ....Read More
Rating
Close the DataReader before changing database
Total Hit (2675) The ChangeDatabase method of the ADO.NET Connection object requires an open connection to execute correctly. Even if the connection is open, you can still have an InvalidOperationException when invoking this method; this happens when you are reading data from the connection by means of a DataReader ....Read More
Rating
Determine how many records the DataReader is about to return
Total Hit (2699) The DataReader is the ADO.NET counterpart of the forward-only, read-only recordset in classic ADO. For this reason you never know how many rows the DataReader is about to return. In most cases you don't need this information, because you tipically process each row as soon as it is being returned, an ....Read More
Rating
Determine how many records the DataReader is about to return
Total Hit (2931) The DataReader is the ADO.NET counterpart of the forward-only, read-only recordset in classic ADO. For this reason you never know how many rows the DataReader is about to return. In most cases you don't need this information, because you tipically process each row as soon as it is being returned, an ....Read More
Rating
Include schema information in a DataSet's DiffGram
Total Hit (2809) In the .NET Framework, the DataSet's WriteXml method when used to create a DiffGram does not provide the capability to include schema information along with the data. This is more of a design choice than an objective difficulty, though. When you return a DataSet object from a Web service method your ....Read More
Rating
MDAC 2.6 is required for .NET applications
Total Hit (2667) All ADO.NET applications require MDAC 2.6 or later (MDAC 2.7 is recommended). MDAC 2.7 comes with Visual Studio .NET but no MDAC version is included in the Microsoft .NET Framework SDK and the .NET Framework redistributable package. If your .NET application attempts to open a connection without a va ....Read More
Rating
Persist ADO.NET extended properties
Total Hit (3720) Many ADO.NET classes, including DataSet, DataTable, and DataColumn, use the ExtendedProperties property to enable users to add custom information. Think of the ExtendedProperties property as a kind of generic cargo variable similar to the Tag property of many ActiveX controls. You populate it with n ....Read More
Rating
The DataTable's Compute method
Total Hit (3058) The DataTable class has a method, Compute, that executes SQL-like functions on the rows locally stored in the DataTable. It supports functions such as COUNT, SUM, MIN, MAX, AVG and others. Here's an example to calculate the average salary for the employees stored in the tableEmployees DataTable: ....Read More
Rating
Very great tutorial for ADO.net and XML
Total Hit (2713) Step By Step Powerpoint presentation of all aspects of ADO.net and XML in .net
Rating
This is a link to a different site A whole chapter of ADO.net and XML
Total Hit (2131) A whole chapter of ADO.net and XML from "Beginning Visual Basic .NET Databases" book
Rating


(Page 1 of 3) 68 Result(s) found  1 2 3

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.