Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Hyukevain
Yak Posting Veteran
66 Posts |
Posted - 2005-05-04 : 14:31:19
|
Hi,I want to create report using Crystal Reports 9.2, the report will be fill with data by using SetdataSource = ADODB.Recordset method.The problem is ADODB.Recordset cannot fill with image type data.So, I just put the image path (not the image) for each record in my table and I want CR to retrieve the image by itself.Is there any example about loading image in Crystal Report by providing the image path not the real image ?The reason why I want to put only image path in my table is when I load the image to my table, the DB size will gone crazy.Sorry for my bad english and any suggestion would be appriciated.Thank'sMike |
|
|
|
|