PDA

Click to See Complete Forum and Search --> : Acces to SQL Server from Word?


JImKnopf
Sep 21st, 2000, 08:03 AM
I want to get access to a SQL Server database from Microsoft Word. What is the best way to do it and how does it function? Is the best way to do it with ODBC? The Word version is from 1997, and so ADO does not work.

JHausmann
Sep 21st, 2000, 12:17 PM
I'd use (in this order) DAO [create an access database with linked tables to SQL server], ODBC, RDO.

I'd pick ODBC over RDO only because I've used ODBC before.