Sign in
Visual Studio Data
Building business applications with Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ADO.Net Data Services
Announcement
BDC
Business Object
Conference
Data and Language Integration
Data Binding
Data Source Wizard
Entity Framework
RIA Services
Sharepoint
Silverlight
SQL Server
SQL Server Compact
SQL Server Express
Tips
Typed Dataset
VB Power Packs
Visual FoxPro
Visual Studio 2010
VS DATA General
VS2008
VS2010
WinForm
WPF
Archive
Archives
August 2010
(3)
July 2010
(2)
June 2010
(2)
May 2010
(3)
April 2010
(1)
March 2010
(3)
February 2010
(3)
January 2010
(2)
December 2009
(5)
November 2009
(3)
October 2009
(3)
September 2009
(4)
August 2009
(4)
July 2009
(7)
June 2009
(10)
May 2009
(6)
April 2009
(1)
March 2009
(1)
November 2008
(1)
October 2008
(1)
November 2007
(1)
March 2007
(2)
October 2006
(1)
August 2006
(1)
June 2006
(1)
May 2006
(2)
April 2006
(4)
March 2006
(2)
February 2006
(3)
January 2006
(3)
November 2005
(4)
October 2005
(6)
September 2005
(11)
August 2005
(2)
July 2005
(6)
June 2005
(4)
May 2005
(9)
April 2005
(10)
March 2005
(8)
February 2005
(13)
January 2005
(10)
December 2004
(15)
November 2004
(9)
October 2004
(4)
September 2004
(6)
August 2004
(12)
July 2004
(13)
June 2004
(38)
May 2004
(23)
April 2004
(29)
March 2004
(31)
February 2004
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Data
Easier Sync
Posted
over 4 years ago
by
Yang Cao
0
Comments
If you’ve been using Data Source Configuration Wizard since Visual Studio 2005, you’ll notice that with Visual Studio 2008 Service Pack 1 , there’s a “small” change – on Choose Your Database Objects page, a new checkbox would allow you to “enable local...
Visual Studio Data
Refresh the Primary Key Identity Column during Insert Operation
Posted
over 4 years ago
by
John Chen Msft
12
Comments
If you have an identity primary key column defined in a database table, its value will be automatically set by the database engine when you insert a new row to the table. The identity value is determined by the column’s Identity Seed and Identity Increment...
Visual Studio Data
Writing Event Handler for controls in a DataRepeaterItem
Posted
over 4 years ago
by
John Chen Msft
1
Comments
In the MSDN Visual Basic Power Packs forum , I had an embarrassing reply on a DataRepeater event handling question, in which the user asked why his event handling code did not work. Here is the original question: “I want to be able to resize a textbox...
Visual Studio Data
How to Workaround Sorting Errors when Updating Self-Referencing DataSet Tables with Visual Studio 2008 SP1
Posted
over 4 years ago
by
Gavin Fu
2
Comments
Hierarchical update is an important feature of typed dataset that refers to the process of saving updated data back to a database while maintaining referential integrity rules. This feature is enhanced in Visual Studio 2008 by introducing a TableAdapterManger...
Page 1 of 1 (4 items)