Register
Login
Home
Code Complete
Download
Purchase
Your Cart
Forum
Services
Contact us
Tuesday, January 06, 2009
Web
Site
Forum
Unanswered
Active Topics
Forums
Search
Members
Forums
>
Code Complete
>
Code Complete Templates
Firebird Blobs
Last Post 01 Sep 2008 03:35 PM by
danielrail
. 2 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
danielrail
New Member
Posts:13
29 Aug 2008 06:49 PM
Hi,
I've just encountered a problem when dealing with binary BLOBs(BLOB SubType 0) with Firebird. It associates a BLOB field with the type System.Byte[]. The generated code for the "public static List<DTInfoClass> GetSearchData()" has the following line "DTInfoClass info = new DTInfoClass(dr.GetByte[]("BLOB_FieldName"))", and Visual Studio 2008 is complaining that dr.GetByte[]() is a syntax error. And, the parameter type of the constructor DTInfoClass is defined as System.Byte[]. How can a binary BLOB be read?
And, that is the only place in the data layer that VS is returning an error, on compilation and with error insight.
Daniel Rail
eurowise
Basic Member
Posts:107
01 Sep 2008 07:44 AM
Hi Daniel,
The current version of Code Complete does not deal properly with BLOB and binary fields. We will be looking into the issue and se how we can resolve it for the next release.
Regards
Philip
danielrail
New Member
Posts:13
01 Sep 2008 03:35 PM
Hi Philip,
Any idea when it's going to be available? It's just that I'm starting a project that will contain binary BLOB fields. Do you know of a work-around for the moment?
And, if you need a beat tester, let me know.
Daniel Rail
You are not authorized to post a reply.
Code Complete
--Dedicated to the latest news and announcements
--Tips and Tricks
--Code Complete Templates
--Testimonies
--Wish list
--General
--Support
Default Group
--Default Forum
Forums
>
Code Complete
>
Code Complete Templates
Active Forums 4.0
(c) 2009 - Eurowise Soft - Code Complete, The code generator.
|
Terms Of Use
|
Privacy Statement