Hi all, I wrote a dialect for an Gupta SqlBase Database which works so far. But now I have a problem with LONG VARCHAR column values. If I map a LONG VARCHAR column to my field in my class, the value of that field ist always System.Char[].
After debugging I found out that the reader holds the db value as System.Char[]. So the conversion happening in NullableType.cs in method Get sets "System.Char[]" as val. I guess I have to use a different Type for my LONG VARCHAR columns but not sure if anyone exists which assumes the value as System.Char[] type in the reader. Do I need to write my own Type for that use case? thank you for any help you can give. regards, Marco -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
