OLE DB error occured. Code 800401F0h"

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kkccgg
Posts: 3
Joined: Mon 22 May 2006 15:13

OLE DB error occured. Code 800401F0h"

Post by kkccgg » Wed 03 Jan 2007 09:56

Allthough I try to avoid it, I sometimes get this message when Connected:=True
my programs: "EOLEDBError: OLE DB error occured. Code 800401F0h"

If so: how?

What I do now is:
-Version info: Delphi 5.0, SDAC 3.80.0.34

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 05 Jan 2007 13:22

We couldn't reproduce the problem.
Please send us (sdac*crlab*com) a complete small test project to reproduce the problem; it is desirable to use Northwind or Master schema objects, otherwise include definition of your own database objects; don't use third party components.
Also specify exact version of Microsoft SQL Server and OLE DB provider you use. You can see in the Info sheet of TMSConnection Editor.

Post Reply