If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > i want to retrieve a binary field value with visual C++ 6.0 and ADO?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-10-03, 14:24
jimmyg jimmyg is offline
Registered User
 
Join Date: Dec 2003
Posts: 2
i want to retrieve a binary field value with visual C++ 6.0 and ADO?

Hello,

I want to retrieve a binary field value with visual C++ 6.0 and ADO?

My Database is a SQL Server 2000.

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-12-03, 12:08
klech klech is offline
Registered User
 
Join Date: Dec 2003
Location: Ann Arbor, MI
Posts: 3
Re: i want to retrieve a binary field value with visual C++ 6.0 and ADO?

Quote:
Originally posted by jimmyg
Hello,

I want to retrieve a binary field value with visual C++ 6.0 and ADO?

My Database is a SQL Server 2000.

Thanks
With an open ADO recordset, you can use the Field("whatever").GetChunk method or try looking at ADO Stream object
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On