Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create table - Allow zero length

Status
Not open for further replies.

AntiLiteratos

Programmer
Jul 30, 2003
19
AR
Hello:

With a 'create table' or an 'alter table' SQL statement I can add tables or columns to my Access database.
I can set new columns to non-required using 'null' in the SQL statement, but is there a way to set the 'Allow Zero Length' property to 'yes' as well?

Thanks.

Guillermo.
 
Check this thread for an example using ADOX.
thread705-637770
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top