This is a migrated thread and some comments may be shown as answers.

Open Access / ORACLE and CLOBS

5 Answers 127 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
julien test
Top achievements
Rank 1
julien test asked on 24 Dec 2009, 11:31 AM
Hi,

I'm currently using telerik Open Access preview to make an e-commerce web site. We are in the development phase and we will buy the licensed version just before deploying it in Beta Production. 

I read in this thread (http://www.telerik.com/community/forums/orm/general-discussions/2009-3-1103-4-and-clob-s.aspx) that you made a custom fix for the problem encountered with CLOB oracle datatype.

Is there a place where I can find the fix for this CLOB issue, since I have the same problem ?

Thanks a lot !

5 Answers, 1 is accepted

Sort by
0
Thomas
Telerik team
answered on 28 Dec 2009, 02:14 PM
Hello julien test,

 we fixed this issue and the next patch will contain the necessary changes. Please observe the other thread that you mentioned to find the announcement for a new version.

Best wishes,
Thomas
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
julien test
Top achievements
Rank 1
answered on 28 Dec 2009, 06:27 PM
Hi Thomas,

Thank you for your answer. I tried to do the trick explained in the Thread I mentioned but I encountered a problem...

Could you tell me precisely how I can use this workaround on my mapping ? Here is an extract of my config files generated by OpenAccess:

-> reversemapping.config
one of my entities has the following PHP_TEXTE column:
<column name="PHP_TEXTE" isPk="False" isAutoInc="False" adoType="2005" sqlType="CLOB" length="2147483647" isNull="True" /> 


-> app.config
The corresponding Field is described this way:
<field name="phpTexte"
   <extension key="db-column"
      <extension key="db-type" value="CLOB" /> 
      <extension key="db-column-name" value="PHP_TEXTE" /> 
      <extension key="db-length" value="2147483647" /> 
   </extension> 
</field> 

What do I have to add/modify in order to read and write PHP_TEXTE properly ?

Thanks a lot !

Julien.
0
Thomas
Telerik team
answered on 29 Dec 2009, 10:40 AM
Hello julien test,

we fixed this issue, and the next patch will contain the necessary changes. 

Please stay tuned for the announcement of this patch.

All the best,
Thomas
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
julien test
Top achievements
Rank 1
answered on 29 Dec 2009, 03:35 PM
Hi,

I apologize for being so pushy, I'm a little bit pressured by my dead lines... !

I will wait for this salvation patch to come out ! 

Do you have an idea on when it is supposed be released (and that would be my last question! :)


Best regards,

Julien.
0
Jan Blessenohl
Telerik team
answered on 05 Jan 2010, 03:56 PM
Hi julien test,
I have put it on the plan for end of next week.

All the best,
Jan Blessenohl
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
julien test
Top achievements
Rank 1
Answers by
Thomas
Telerik team
julien test
Top achievements
Rank 1
Jan Blessenohl
Telerik team
Share this question
or