Compatibility with varchar(max)

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
jsdawson
Posts: 3
Joined: Thu 26 Jul 2007 23:17

Compatibility with varchar(max)

Post by jsdawson » Wed 01 Aug 2007 16:16

I'm a little confused about what was changed to add varchar(max) compatibility to version 4. I have a Delphi 7 app using version 2.50.5.2 and it seems to work fine with varchar(max) on SQL Server 2005.

I don't have a problem upgrading, but I need to know what changed in order to know if it's really necessary.

Thanks,
John

jsdawson
Posts: 3
Joined: Thu 26 Jul 2007 23:17

Post by jsdawson » Thu 02 Aug 2007 20:02

Anyone?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 03 Aug 2007 08:09

We performed profound testing of VARCHAR(MAX), NVARCHAR(MAX), VARBINARY(MAX) data types before release of DbxSda 4. You do not need to perform changes in your application in case of upgrade to DbxSda 4.

Post Reply