ADOX MSAccess, Allow Zero Length
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am creating an MSAccess DB using ADOX in C++/MFC. I don't seem to be able to set the "Allow Zero Length" field to "Yes" (as seen in Access design view) from my code. Does anyone know how to do this? I've tried the adColNullable and adColFixed Attributes, but they seem to have no effect on an adWChar field. Thanks.... Blade[DMS]