Re: Microsoft OLE DB Provider for SQL Server in MS Access
- From: "Mary Chipman [MSFT]" <mchip@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 07 Apr 2006 11:36:52 -0400
Access doesn't support some of the data types that SQL Server does.
DSN's only work with ODBC. Access uses DAO/ADO/VBA when writing code
to access SQL Server from Access directly, and ODBC for linking tables
or using pass-through queries. You can't change any of that. HTH,
--Mary
On Wed, 5 Apr 2006 11:08:02 -0700, Cliff
<Cliff@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
If the data in a SQLServer database now contains "BigDecimal" type data MS.
Access can no longer report/display the data. #Deleted# appears in the
columns. I am able to read the data in the Microsoft Development environment
with a Data Connection using the Provider=SQLOLEDB.1.
In Access I'm using a DSN with the SQLServer driver, SQLSRV32.DLL, 4/28/2004
I cannot find the OLE DB Provider listed in the ODBC Data Source
Administrator Drivers list.
Is there a way to have MS Access use SQLOLEDB instead of SQLSVR32 ?
Or another solution to read "BigDecimal" data from MS Access?
- Prev by Date: Re: Accessing Excel data - Some columns are not coming through
- Next by Date: IRowsetFastLoad + Runtime Schema
- Previous by thread: Re: Accessing Excel data - Some columns are not coming through
- Next by thread: IRowsetFastLoad + Runtime Schema
- Index(es):
Relevant Pages
|
Loading