Sign In
Smart Client Data
This blog describes some of the Data features specific to Smart Clients. This includes Windows Forms, Devices and Visual Studio Tools for Office. The Smart Client Data team, AKA VB Data, is responsible for features such as the Data Sources Window, Typed
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Blogicles
Occasionally Connected Data
Post Whidbey Thinking
Presentations
Whidbey Q & A
Archive
Archives
August 2006
(1)
April 2006
(2)
February 2006
(3)
November 2005
(5)
October 2005
(3)
September 2005
(2)
August 2005
(6)
July 2005
(4)
June 2005
(6)
November, 2005
MSDN Blogs
>
Smart Client Data
>
November, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Smart Client Data
Embedding SQL Server Express into Custom Applications
Posted
over 7 years ago
by
SmartClientData
2
Comments
Rob Walters, from the SQL Team, and I worked on an article for working with SQL Express in Windows Forms applications. There are a couple of quirks when it comes to Click Once that have been included in this MSDN article. http://msdn.microsoft.com...
Smart Client Data
Building SQL manually considered harmful
Posted
over 7 years ago
by
SmartClientData
3
Comments
I just got done fixing a painful bug. The long and short of it is that I had code like this (simplified a lot for brevity): Public Sub StoreSyncDate() Dim sql As String = "insert into SyncTimes (ObjectID, SyncDate) values ({0}, '{1}')" sql = String...
Smart Client Data
How do I get to the generated code?
Posted
over 7 years ago
by
SmartClientData
1
Comments
In order to get to the code that is auto-generated by Visual Studio, follow these steps: 1. In the menu, select View -> Solution Explorer 2. In Solution Explorer, click the “Show all Files” icon at the top 3. Expand the file (e.g. Dataset1.xsd) that...
Smart Client Data
Data Sources window is inactive in Design View
Posted
over 7 years ago
by
SmartClientData
14
Comments
On certain machines, after installing Visual Studio 2005, the contents of the Data Sources window disappears when a design surface that allows drag and drop from the Data Sources window is active. For example, the Windows Forms designer, User Control...
Smart Client Data
Installing Northwind on SqlExpress
Posted
over 7 years ago
by
SmartClientData
23
Comments
When performing a default install of Visual Studio 2005 an instance of Sql Server Express edition is installed. Unfortunately there are no sample databases included with Sql Express. ( http://lab.msdn.microsoft.com/express/sql/ ) I've had more than...
Page 1 of 1 (5 items)