
August 30th, 2007, 01:29 AM
|
|
Contributing User
|
|
Join Date: Aug 2007
Posts: 37
 
Time spent in forums: 7 h 49 m 17 sec
Reputation Power: 2
|
|
|
Array data type of Firebird with .Net
Presently, I'm facing a problem to store an array value to the varchar array type field of Firebird 2.0 using C#.Net.
The actual problem is like that, I want to store only 50 array element in the varchar array type field that is actually having capacity to store 100 elements.
So, when I'm going to store data less then 100 then error is generated.
If you have any solution to store data in array field than its actual size than Please help.
Thanks in advance.
D.
|