Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

can someone help me modyfy this sample

hi..

i have a problem to use adodc

ive attached the sample of vb program that can load and save the image from database(access). but in the sample using data1 to link to the access. so can u modify it by using the adodc ( Microsoft ADO Data control 6.0 OLEDB ) to link the access?? actually, ive try to modify it, but till now i still can't solve the problem..

can someone please help me..
[422 byte] By [areon25] at [2007-11-11 8:46:18]
# 1 Re: can someone help me modyfy this sample
You can't really use the ADODC to save/load images from a Microsoft Access database. You need to use AppendChunk/GetChunk and ADO:

How To Read and Write BLOBs Using GetChunk and AppendChunk ( http://support.microsoft.com/default.aspx/kb/194975)
pclement at 2007-11-11 17:25:05 >