The text of this article is not in this database — only its details are. Read it on the old site: Get a Database Table properties programmatically
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Get a Database Table properties programmatically
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
sri kPosted Feb 26, 2008, 10:56 PM
Hi Mahesh Can you please advise how to get a column's max defined size i tried to use listBox1.Items.Add(dc.MaxLength) but it returns -1 Thanks Sri
PetePosted Aug 22, 2006, 11:52 AM
Hi Mahesh, When I run your code, for each column: the IsUnique values are always = False the auto-increment values are always = False and the allow-null values are always = True These are not accurate. What could wrong ? Thanks in Advance Pete