Ex_soft was the solution proposed on the blog not satisfactory to you? if not?
why not?
-Carlos
Practice makes perfect, but if no one is perfect, why practice?
> Date: Mon, 13 Dec 2010 03:55:34 -0800
> Subject: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461
> Try this maping:
Error still exists...
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to nhus...@googlegroups.com.
To unsubscribe from this group, send email to
nhusers+unsubscr...@googlegroups.com.
For more opti
Try this maping:
Had the same issue but with fluent nhibernate...
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to nhus...@googlegroups.com.
To unsubscribe from this group, send email to
nhusers+u
which is the schema creation script generated by NH?
are you creating the schema using NH?
--
Fabio Maulo
El 10/12/2010, a las 04:54, Ex_Soft <4othe...@gmail.com> escribió:
>> 11000
>
>
> import="true">
>
>
>
>
>
>
>
> length="11000" not-null="false" />
>
>
> 11000
using (ITransaction transaction = session.BeginTransaction())
{
TestTableTypes
TestTableTypes;
string
tmpString = new string('я', 2001);
#if !TEST_CLOB_BY_OBJECT
TestTab
11000
--
Fabio Maulo
El 08/12/2010, a las 10:10, Ex_Soft <4othe...@gmail.com> escribió:
>> Have you tried setting the length of the property ? (int the mapping)
> No. What length should I set? I don't know string's length that I will
> save.
>
> --
> You received this message because you are su
So, is there any acceptable solution of this problem?
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to nhus...@googlegroups.com.
To unsubscribe from this group, send email to
nhusers+unsubscr...@googlegroups.com.
> The bug is not described by your code below. Read the post carefully.
I'm so sorry... :(
//tmpString = new string('я', 2000);
tmpString = new string('я', 2001);
//tmpString = new string('я', 3000);
//tmpString = new string('я', 3999);
//tmpString = new string('я', 4000);
//tmpString = new strin
ractice makes perfect, but if no one is perfect, why practice?
> Date: Tue, 7 Dec 2010 23:22:09 -0800
> Subject: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461
> From: 4othe...@gmail.com
> To: nhusers@googlegroups.com
>
> > http://thebasilet.blogspo
> Have you tried setting the length of the property ? (int the mapping)
No. What length should I set? I don't know string's length that I will
save.
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to nhus...@googlegr
Have you tried setting the length of the property ? (int the mapping)
2010/12/8 Ex_Soft <4othe...@gmail.com>
> > http://thebasilet.blogspot.com/2009/07/nhibernate-oracle-clobs.html
> > ...
> > In reality this is a bug with the microsoft oracle client driver.
>
> using System.Data.OracleClient;
>
> http://thebasilet.blogspot.com/2009/07/nhibernate-oracle-clobs.html
> ...
> In reality this is a bug with the microsoft oracle client driver.
using System.Data.OracleClient;
...
//tmpString = new string('я', 2000);
//tmpString = new string('я', 2001);
//tmpString = new string('я', 3000);
//tmpSt
> I encountered this a long time ago.
U R right. I have faced with this error in NHibernate 1.2.0.3001.
BTW, in NHibernate 3.0.0 this error still exists.
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to nhus...@goo
13 matches
Mail list logo