MSLoader and VARBINARY

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bernr
Posts: 17
Joined: Fri 14 Dec 2007 22:07

MSLoader and VARBINARY

Post by bernr » Wed 20 Feb 2008 20:35

I seem to be having a problem with the MSLoader component not transfering VARBinary data. Is it suppose to?


Delphi 2007
SDAC 4.35.1.15
Bern

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 22 Feb 2008 07:55

TMSLoader supports VARBINARY fields. Try to use ftVarBytes data type.

bernr
Posts: 17
Joined: Fri 14 Dec 2007 22:07

Post by bernr » Sat 01 Mar 2008 23:27

I tried using ftVarBytes, but it is still not transfer the binary fields.

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

Post by Antaeus » Thu 06 Mar 2008 09:03

Please describe the problem in more details or us a complete small sample at sdac*crlab*com to demonstrate it, including script to create and fill table.
Also supply the exact version of SQL server and client. You can see it in the Info sheet of TMSConnection Editor.

Post Reply