Welcome to MSDN Blogs Sign in | Join | Help

Microsoft Access Team Blog

Get product announcements, tips and tricks, and news directly from the team @ Microsoft.
Beginners guide to ODBC

The folks @ UtterAccess have produced an useful article titled The Beginner’s guide to ODBC.

This is an attempt to equip the developers who want to use Access as a front-end client to any RDBMS (Relational DataBase Management System) backend (ie, SQL Server, DB/2, Oracle, MySQL, PostgreSQL) with the right questions to explore and ask during design and development. As we cannot cover every special case or all the nuisances that each developers must deal with, it is hoped that,by reading over this document, you will be better equipped to find the needed answers for your specific case. The article assumes that you are familiar with developing an Access application, understand the fundamentals of data types used in Jet and VBA and know basic SQL and is familiar with Data Access Objects (DAO) library and/or ActiveX Data Objects (ADO) library, but are otherwise new to working with ODBC data sources. The objective is to provide you with a set of questions about design and development and know how to ask them.

The first thing that you should be familiar with is potential issues that can crop up when developing against a RDBMS. This is, in no way, a complete list, but hopefully broad and high-level enough to give you an idea of where to start in investigating or anticipating any problems they that you may encounter in development.

Posted: Friday, June 19, 2009 1:13 AM by Clint Covington
Filed under:

Comments

George Hepworth said:

I like to give credit where credit is due. Although a lot of folks contributed to the final result, the primary author behind the article was "BananaRepublic".  Good work by him and his collaborators.

# June 20, 2009 11:49 AM

Renaud Bompuis said:

A very useful resource, thanks for letting us know.

One thing I'd like to see here is a discussion about which driver should be chosen when talking to SQL Server from Access.

I've had strange issues when using the latest "SQL Server Native Client" for instance, and there is little help in addressing them.

For instance, inserting in "nvarchar(MAX)" fields from Access bombs if you're using the "SQL Server Native client" driver instead of the older "SQL Server" driver.

# June 21, 2009 9:21 PM
New Comments to this post are disabled
Page view tracker