-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> One of the big things about it is MS is discontinuing support 
> of ODBC. 
> Their preferred method is currently OLE DB. It also what they use to 
> connect to Exchange and other data types.

Here's the reason for that:  OLE/DB is the native language for SQL
Server and Access 2000.  If you use ODBC, the ODBC driver for those DBs
converts your ODBC calls to OLE/DB calls and sends them to the server.
So if you use OLE/DB, you're cutting out a layer of software completely.
You have to handle a few things by hand that ODBC would have handled for
you (dates and Booleans are the biggies that I'm aware of), but it's not
too big a deal.

Best regards,
Zac Bedell

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOtNBm6vhLS1aWPxeEQJt0gCeJjmfxOu43ZwJGE2aJWXXJhS/bzgAoKjF
8IUvY06taZ7Pe9QzUMl7VnAe
=e+qF
-----END PGP SIGNATURE-----


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to