Welcome to MSDN Blogs Sign in | Join | Help

August 2005 - Posts

Working with local databases

Overview In Visual Studio 2005 we added a number of features to help developers build and deploy applications that need a local data store. Here's a quick peek at how it works. In order to work with a local database file, you can simply add the file to

Drag Once w/Custom Controls

Article written for CoDe magazine describing how to customize the controls listed in the Data Sources Window for Drag Once Databinding http://www.code-magazine.com/Article.aspx?quickid=0411071 Steve

Drag Once Databinding

Article written for CoDe magazine relating to the Drag Once Databinding features in Smart Client Applicaitons www.Code-Magazine.com/Article.aspx?quickid=0409051 Steve

Increasing query time-outs with TableAdapters

Tuning your SQL queries for the best performance can be part of life when you’re writing a database application. Sometimes life is hard, and you just can’t get things running as quickly as you’d like. With the default command time-out at 30 seconds, how
Posted by SmartClientData | 5 Comments
Filed under:

Setting NullValue property for typed dataset

In Whidbey DataSet designer, you are able to set Typed DataColumn's NullValue property to the following values if the DataType is string 1 (Empty) 2 (Nothing) (null for C#) 3 (Throw exception) 4 any string you can type in. The first three options are
Posted by SmartClientData | 13 Comments
Filed under:

Navigating a large DataSet with the Document Outline - Zoom

In 2005 we now have a new DataSet Designer. While we had planned to implement Zoom functionality it turned out to be more difficult then we had hoped. Long term we plan to leverage the new design framework that’s used by the Class designer. However, this
Posted by SmartClientData | 1 Comments
Filed under:
 
Page view tracker