Alter Table Query to Change Accept Zero Length Property ?

  • Thread starter Thread starter DCCNET.NEWS
  • Start date Start date
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.
 
No. You can set the Allow Zero Length property only through the DAO or ADOX
libraries.
 
Back
Top