mike55 Posted July 12, 2007 Posted July 12, 2007 I am using crystal reports and using the push method to provide the data to the crystal report from a dataset. Everything is working correctly, in that I am getting back the data and displaying it in my report. The one think that I am having problems with is the sql image type. How can I represent this in an vb.net dataset table, i.e. what is the corresponding datatype System.X? Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Administrators PlausiblyDamp Posted July 13, 2007 Administrators Posted July 13, 2007 Not 100% on this but a Byte array is probably the easiest way to represent them. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
mike55 Posted July 18, 2007 Author Posted July 18, 2007 Yea, that's what I used in the end. When I drag my picture field on my report, it does not display any of the data that exists in the database table. I have tried to insert a picture object and link that to my dataset field but no luck. I managed to do this before using an IBlobField, the problem now is that I can't remember how I did it. Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.