retrieve column length
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Is there a quick way of running an SQL query that will provide the maximum length of data that can go in a particular column? I created a table, and want to be able to limit text input so that the maximum field length is not exceeded
if you´re using ADO, you can use the DefinedSize propertie. Mauricio Ritter - Brazil Sonorking now: 100.13560 Trank
-
Is there a quick way of running an SQL query that will provide the maximum length of data that can go in a particular column? I created a table, and want to be able to limit text input so that the maximum field length is not exceeded