Alter Table Query to Change Accept Zero Length Property ?

D

DCCNET.NEWS

I need to set the Allow Zero Length property of a column to true
programmatically.
Is there a way to use an ALTER TABLE query to modify an existing column's
Allow Zero Length Property?
Or any other way using an ADO connection from VB6? This would be for Access
2000 and/or 2002.
 
A

Allen Browne

No. You can set the Allow Zero Length property only through the DAO or ADOX
libraries.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top