Error with varchar(max)

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ilgiz
Posts: 1
Joined: Wed 04 Oct 2006 04:55

Error with varchar(max)

Post by ilgiz » Wed 04 Oct 2006 05:01

I have table TableName with field FieldName varchar(max) (MSSQL 2005).
TMSQuery - select FieldName from TableName

When MSQuery.open then Error
"OLE DB Error occured Code 40EDAh"

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

Post by Jackson » Wed 04 Oct 2006 09:24

This behaviour is by design in the current SDAC version.
It will be changed in the next SDAC version.

Post Reply