Sign in
Data
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
ADO.NET Data Services
Astoria
Data
data access
Data Services
Entity Framework
JDBC
LINQ
MDAC
MSDASQL
MSXML
OData
ODBC
OLEDB
PHP
Project Astoria
SQL Server
SQL Server 2008
SQLServer2005
Visual Studio 2008
Visual Studio Orcas
VisualStudio2005
WDAC
XML
Archive
Archives
April 2012
(2)
November 2011
(1)
August 2011
(1)
June 2010
(1)
November 2009
(2)
October 2009
(2)
September 2009
(1)
August 2009
(1)
July 2009
(1)
May 2009
(1)
April 2009
(1)
March 2009
(1)
September 2008
(1)
August 2008
(1)
July 2008
(1)
June 2008
(1)
May 2008
(3)
April 2008
(3)
March 2008
(1)
February 2008
(2)
January 2008
(1)
December 2007
(3)
November 2007
(1)
October 2007
(2)
September 2007
(1)
August 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(1)
April 2007
(1)
March 2007
(3)
January 2007
(1)
December 2006
(3)
November 2006
(1)
October 2006
(1)
August 2006
(1)
July 2006
(3)
June 2006
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Data
64-bit OLEDB Provider for ODBC (MSDASQL) Is Now Available For Windows Server 2003
Posted
over 5 years ago
by
dpblogs
30
Comments
We’re pleased to announce that 64-bit MSDASQL for Windows Server 2003 is now available for download at http://www.microsoft.com/downloads/details.aspx?FamilyID=000364db-5e8b-44a8-b9be-ca44d18b059b . This update will also be available through “Windows...
Data
Microsoft’s Data Access Strategy
Posted
over 6 years ago
by
dpblogs
49
Comments
Over the last 12 months, Microsoft has been talking a lot about two major innovations related to representing and querying data. The first is the new Entity Data Model exposed as part of the ADO.NET Entity Framework, and the second is a set of extensions...
Data
Data Access API of the Day, Part I
Posted
over 7 years ago
by
dpblogs
21
Comments
Why does it seem like Microsoft is coming up with a new Data Access API every time you turn around? First there was DbLib, then ODBC, then DAO, RDO, ODBCDirect, OLEDB, ADO, ADO.NET -- When is Microsoft going to run out of letters? And now what's this...
Data
64-bit OLEDB Provider for ODBC (MSDASQL) Available in Longhorn Server, Starting Beta 3
Posted
over 6 years ago
by
dpblogs
23
Comments
We’re pleased to announce that Longhorn Server Beta 3 will include a 64-bit version of MSDASQL, Microsoft’s OLEDB Provider for ODBC. What is MSDASQL? MSDASQL is an OLEDB provider that allows applications built on OLEDB and ADO (which uses OLEDB...
Data
ODBC DSN Management in the Next Release of Windows (code-named Windows “8” and Windows Server “8”)
Posted
over 1 year ago
by
dpblogs
1
Comments
We’re pleased to announce two new improvements for ODBC Data Source Name (DSN) Management that will be available in the next release of Windows (code-named Windows “8” and Windows Server “8”). What’s New? Improved...
Data
Conceptual Schema
Posted
over 7 years ago
by
brittj
15
Comments
When I first started working on commercial relational databases in the early 1980’s the questions of the day were as basic as “Can the relational database be used for commercial software?” In those days the breakthrough from a programmer perspective...
Data
Data Access API of the Day Part III – Disconnected Programming in a Managed Environment
Posted
over 7 years ago
by
dpblogs
5
Comments
Welcome to Part III of DataAccess API of the Day ; a brief history of the evolution of Microsoft’s Data Access APIs. In Part I we looked at ODBC as Microsoft’s C-based Relational API, and the DAO and RDO automation interfaces that made relational databases...
Data
Incremental Improvement, Important Milestones, and Complementary Goals
Posted
over 7 years ago
by
brittj
4
Comments
Building software is an exercise in incremental improvement, and when an important milestone is reached and new work is made available for the first time the team who worked so hard to build software that is useful, reliable, and secure look forward to...
Data
ODBC DM 3.80 in Windows 7 and Windows Server 2008 R2
Posted
over 4 years ago
by
dpblogs
7
Comments
We’re excited to announce that version 3.8 of the Microsoft ODBC DM (Driver Manager) will be released in Windows 7 and Windows Server 2008 R2. What’s New In Version 3.80? Compared to ODBC 3.5x, there are four major improvements in ODBC 3.80....
Data
Data Access API of the Day Part II – Componentizing Data Access
Posted
over 7 years ago
by
dpblogs
7
Comments
Welcome to Part II of Data Access API of the Day ; a brief history of the evolution of Microsoft’s Data Access APIs. In Part I we looked at ODBC as Microsoft’s C-based Relational API, and the DAO and RDO automation interfaces that made relational databases...
Data
ODBC DM 3.81 in the Next Release of Windows (code-named Windows “8” and Windows Server “8”)
Posted
over 1 year ago
by
dpblogs
1
Comments
We’re excited to announce Microsoft ODBC Driver Manager (DM) version 3.81. It will be released in the next release of Windows (code-named Windows “8” and Windows Server “8”). What’s New in Version 3.81? Compared...
Data
What is 'SQL Server Everywhere Edition'?
Posted
over 7 years ago
by
MSDNArchive
0
Comments
So, what is 'SQL Server Everywhere Edition'? Answer? Check out this Channel 9 video with Anil Nori (Distinguished Engineer), Steve Lasker and Carlton Lane Review this SQL Everywhere FAQ (by Steve Lasker ) Visit the SQL Server Everywhere...
Data
Entities in Olympus and Channel 9...
Posted
over 7 years ago
by
brittj
3
Comments
While watching Jim Gray's PASS video that Alex referenced in the previous post it reminded me that while I’ve been building commercial relational database systems for 20+ years, I've have had the opportunity to work with Jim Gray twice in my career. If...
Data
Connecting to Pre-Release Versions of SQL Server 2008
Posted
over 6 years ago
by
dpblogs
12
Comments
Testing has identified some issues connecting to versions of SQL Server 2008 from applications using the .NET Framework v2.0 SP1 or developers using Visual Studio 2005 or Visual Studio 2008. These connectivity issues should be considered before upgrading...
Data
Data Access API of the Day - Part IV (Programming to the Conceptual Model…)
Posted
over 6 years ago
by
dpblogs
10
Comments
Welcome to Part IV of Data Access API of the Day ; a brief history of the evolution of Microsoft’s Data Access APIs. In Part I we looked at ODBC as Microsoft’s C-based Relational API, and the DAO and RDO automation interfaces that made relational databases...
Data
Entity Framework & Data Services Available in VS2008 SP1 Beta
Posted
over 5 years ago
by
dpblogs
2
Comments
We are very excited about .NET 3.5 SP1 and Visual Studio 2008 SP1 and what this update means for developers who use ADO.NET for data development. This beta marks the entry of the ADO.NET Entity Framework and ADO.NET Data Services (aka project Astoria...
Data
SQL Server 2005 JDBC Driver v1.2 Official Release
Posted
over 6 years ago
by
dpblogs
2
Comments
The Microsoft SQL Server JDBC team is proud to announce the general availability of the v1.2 RTW release. This release continues Microsoft's commitment to the JAVA community and non-Microsoft centric programming platforms. The driver can be found at http...
Data
Best practices with MSXML on the browser
Posted
over 7 years ago
by
MSDNArchive
1
Comments
Adam Wiener, Lead Program Manager for Data Programmability / XML Technologies, has worked closely with the IE team in the lead up to the IE7 release. As part of that process, Adam looked at the use of XML in the browser and concluded: "During this...
Data
Announcing Microsoft SQL Server JDBC Driver 2.0
Posted
over 4 years ago
by
dpblogs
4
Comments
We are excited to announce the newest release of the Microsoft SQL Server JDBC Driver! This version of the JDBC driver provides support for the JDBC 4.0 API, including new national character set conversion methods, new metadata methods, and new data types...
Data
VSLive Keynote - San Francisco
Posted
over 6 years ago
by
dpblogs
10
Comments
Britt Johnston, Director, Data Programmability at Microsoft gave a Keynote speech this morning at VSLive in San Francisco. In his presentation, Britt spoke largely about the idea of Conceptual Data Programming and Microsoft's vision for Data Access, raising...
Data
Welcome to the Microsoft Data blog
Posted
over 7 years ago
by
SamDruk
9
Comments
Welcome to the Microsoft Data blog. I’m Samuel Druker and I lead a group that’s responsible for building technology that enables great data-enabled applications. We have a lot of technologies under our umbrella and no matter what part of the Windows...
Data
Announcing Entity Framework & ADO.NET Data Services RTM!
Posted
over 5 years ago
by
dpblogs
3
Comments
Announcing Entity Framework & ADO.NET Data Services RTM! We are excited to announce the RTM of the Visual Studio 2008 SP1 and the .NET Framework 3.5 SP1, including the RTM of the ADO.NET Entity Framework and ADO.NET Data Services, which raise the...
Data
Data Access Virtual Labs
Posted
over 7 years ago
by
MSDNArchive
2
Comments
MSDN Virtual Labs allows customers to quickly evaluate or learn how to build applications through a series of guided, hands-on labs which can be completed in 90 minutes or less. The best part is, the MSDN Virtual Labs do not require any installation...
Data
Connecting to Pre-Release Versions of SQL Server 2008 – Part Deux
Posted
over 5 years ago
by
dpblogs
2
Comments
Since posting on the topic of design-time and runtime connectivity to pre-release versions of SQL Server 2008 on the Data blog in November, the set of affected clients (applications, runtimes, and operating systems) have been officially released: Microsoft...
Data
Data + XML + “Oslo” = “It’s All Data” (the new Data Developer Center)
Posted
over 4 years ago
by
dmgblogs
2
Comments
After some months of planning and execution, we’re delighted to present you with the newly redesigned and expanded Data Developer Center on MSDN! The expanded part here comes from the fact that the Data DevCenter is now home to what used to be two...
Page 1 of 3 (57 items)
1
2
3