Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can u any one tel what is the maximum size of datacolumn ?
Is it depends upon RAM memory size?
Posted
Updated 7-Nov-11 23:22pm
v3
Comments
Vikas_Shukla_89 8-Nov-11 5:30am    
hey..i think thats depends upon d datatype u r using for that perticular column.

1 solution

See this DataColumn.MaxLength Property
In this i see that datacolumn.maxlength is type of Int32
Property Value
Type: System.Int32

so i thing maximum size of DataColumn is equal to Int32.MaxValue
 
Share this answer
 
Comments
Rajesh Anuhya 8-Nov-11 5:34am    
you done +5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900