Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
on creation of a table is it possible to configure the size of the table
like we do with an array upper bounds , say 1 to 100.

The reason I ask is because I'm looking at a ways of making a demo program
other than time limited or number of times program has been run etc.

would be neat if i could just set the max amount of data in a table at design time
and then switch off this feature when required.

If the answer is NO, It would be nice if you could actualy offer up some real suggestions, alternative approaches, guidance please.

thanks in advance
Posted

Here[^] a way to do that.
 
Share this answer
 
Comments
Maciej Los 27-Aug-12 15:07pm    
Good link, 5!
CPallini solution is very good. It shows a way to achieve the problem using database definition.

I think, you can do it programmatically. Each time, when user will add every single record to the database, just check the recordcount. Simple?
 
Share this answer
 
Comments
It is what it is 31-Aug-12 5:17am    
Hi thanks for your input, yes I think CPallini has done a good job with his suggestion, but i'm also interested in having a look at your idea, maybe I should have said I'm not a professional so can I ask you what object does the "recordcount" belong to?, or can you elaborate with a code sample

Thanks

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