ADOX set 'Allow Zero String' = Yes

  • Thread starter Thread starter Doug Bell
  • Start date Start date
D

Doug Bell

Hi,
I have 2 questions I hope someone can help me with:
1. After referencing ADOX I don't have any Help files. ie Click F1 and get a
blank help. Can I load the Help files somehow.

2. I am appending a column and have worked out how to set the column
property (ADOX Attributes) for Allow Nulls but how do I set the column
property for "Allow Zero Length String"

Thanks for any assistance,

Doug
 
I worked out Question 2:

oCol.Properties("Jet OLEDB:Allow Zero Length") = True
but still would like some assitance with Question 1.

Doug
 
Back
Top