Assigning blobs

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ccmcbride
Posts: 101
Joined: Tue 01 May 2007 16:36

Assigning blobs

Post by ccmcbride » Wed 05 Nov 2008 23:25

Using : msSQL 2005, Delphi 7, sdac 4.50.0.39,

Microsoft SQL Server: 09.00.3073
Microsoft SQL Native Client: 9.00.3042.00

This line works, and after the assignment, the fields are equal (as they should be)
fMaster.FieldByName('ServReq').Assign(dmMain.tblArchive.FieldByName('ServReq'));

using mssql 2008, Delphi2007, sdac 4.50.0.39
the same line of code,
fMaster.ServReq is full of garbage immediately after the line.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 06 Nov 2008 12:04

Try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com.

ccmcbride
Posts: 101
Joined: Tue 01 May 2007 16:36

Post by ccmcbride » Tue 11 Nov 2008 03:17

I have done so.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 12 Nov 2008 12:28

I have received your email. Thank you for information. We have answered you by e-mail.

Post Reply