Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, November 22, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > Visual Basic.Net > Database > SQL Server
Search:
What's New - What's Hot
Listings for Data Provider Data Provider (1)
 


How To Update a SQL Server Database by Using the SqlDataAdapter Object in Visual Basic .NET        
Total Hits: 37  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article contains Microsoft Visual Basic .NET code samples that demonstrate how to use the SqlDataAdapter object to update a SQL Server database with data modifications that are run on a DataSet object that is populated with data from a table in the database....

HOW TO: Reuse the SqlCommand and OleDbCommand Objects in Visual Basic .NET (Q317150)        
Total Hits: 618  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to reuse the SqlCommand object in your Visual Basic .NET code....

HOW TO: Read and Write a File to and from a BLOB Column by Using Chunking in ADO.NET and Visual Basic .NET (Q317034)        
Total Hits: 783  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to use the Microsoft SQL Server READTEXT and UPDATETEXT statements to read and write data from BLOB (LongVarBinary) columns in a database table....

HOW TO: Debug Stored Procedures in Visual Studio .NET (Q316549)        
Total Hits: 430  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article explains two ways that you can debug SQL Server stored procedures and the necessary configuration settings and steps for each approach....

HOW TO: Render DataTable Columns as XML Attributes Instead of Elements Using Visual Basic .NET (Q310345)        
Total Hits: 277  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article demonstrates how to render DataTable columns as Extensible Markup Language (XML) attributes. A DataTable represents one table of in-memory relational data. You can create a DataTable and use it independently, or other Microsoft .NET Framework objects can use the DataTable, most commonly as a member of a DataSet object....

HOW TO: Update a SQL Server Database Using the SqlDataAdapter Object in Visual Basic .NET (Q308055)        
Total Hits: 2517  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article contains Microsoft Visual Basic .NET code samples that demonstrate how to use the SqlDataAdapter object to update a SQL Server database with data modifications that are run on a DataSet object that is populated with data from a table in the database....

DOC: Error in SqlCommandBuilder Code Sample (Q316758)        
Total Hits: 264  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article refers to the following Microsoft .NET Framework Class Library namespace.When you execute the code in the MSDN documentation for the SqlCommandBuilder class, you may receive this Exception.
An unhandled exception of type 'System.Data.MissingPrimaryKeyException' occurred in system.data.dll...

HOW TO: Execute SQL Parameterized Stored Procedures Using the ODBC .NET Provider and Visual Basic .NET (Q309486)        
Total Hits: 599  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step describes how to call a parameterized SQL Server stored procedure using the ODBC .NET Managed Provider and Visual Basic .NET....

HOW TO: Page Through a Query Result for Better Performance        
Total Hits: 322  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article provides guidelines about how to implement paging. This article provides a few examples of paging and describes the advantage of each method....

FIX: Cannot Close Form When Tag Property Is Bound to Read-Only Field        
Total Hits: 100  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

If the Tag property of a Windows Forms control is bound to a read-only field in a DataSet object, you cannot move the focus away from the control, and you cannot close the form....

HOW TO: Use QueryPerformanceCounter to Time Code in Visual Basic .NET        
Total Hits: 655  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you test code to identify performance bottlenecks, it is best to use the highest resolution timer that the system has to offer. This step-by-step article describes how to use the QueryPerformanceCounter function to time application code.
...

HOW TO: Retrieve an Identity Value from a Newly Inserted Record from SQL Server by Using Visual Basic .NET (Q320141)        
Total Hits: 1873  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to retrieve the identity value when you add a record into a SQL Server table with an identity field.
...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net