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 3 of 3) 68 Result(s) found 

 

Convert DataReader to DataTable
Total Hit (3717) There is no direct way to convert dataraeader to datatable in ADO.net so I wrote this function which is really handy. Happy Prpgramming...
Rating
Dealing with Single Quote (') problem in SQL Server while inserting data.
Total Hit (1940) I dont know how many times I had to face single quote problem during my day to day programming task. When you pass any character or varchar datatype to sql server you have to be very careful if your data contains single quotes. You have to replace (') with ('') so sql server can understand it proper ....Read More
Rating
How to check NULL value in .net ?
Total Hit (2864) IsNull() function of VB6 is not supported in VB.net to check NULL value but there is alternate way to do that «Code LangId=2» If rs("Myfield") IS System.DBNull.Value Then Msgbox("It is NULL") Else Msgbox("It is not NULL") End if«/Code»
Rating
This is a link to a different site Data Binding in Visual Basic .NET
Total Hit (1758) You might wonder why I didn't bind directly to the untyped DataSet. Well, the typed DataSet provides features such as early binding of fields. This enables you to use .CustomerName as a member of the DataSet instead of referencing the Items collection with the value "CustomerName," making the proces ....Read More
Rating
This is a link to a different site Connection strings for various .Net Data Providers
Total Hit (2280) Data Providers for MySQLDirect, ODBC, OLE DB, Oracle (From Microsoft), Oracle (From Oracle), OraDirect (From CoreLab), PostgreSQLDirect and SQL Server ....
Rating
This is a link to a different site How To Use ADO.NET to Retrieve and Modify Records in an Excel Workbook With Visual Basic .NET
Total Hit (610) This article discusses how you can use ADO.NET to retrieve data from a Microsoft Excel workbook, modify data in an existing workbook, or add data to a new workbook. To access Excel workbooks with ADO.NET, you can use the Jet OLE DB provider; this article provides the information that you need so tha ....Read More
Rating
This is a link to a different site Writing Provider-Independent Data Access Code with ADO.NET 2.0
Total Hit (961) When you need to write an application that allows users to select the database provider, the application code itself needs to be completely provider-independent. ADO.NET 2.0 helps you create and deliver database applications even when you don't know what database your clients are using. ....Read More
Rating
This is a link to a different site Working with ADO.net DataTable - Adding, Modifying, Deleting, Filtering, Sorting rows & Reading/Writing from/to Xml
Total Hit (1096) In this article, I am going to explain how to Add, Modify, Delete, Sort, Filter rows of the DataTable and also loading data from xml and writing data into xml. I will also talk about writing/reading Schema of the DataTable.
Rating


(Page 3 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.