I'm trying to create a new column in an access 2000 database via ADO and it works fine but when I just can't seem to find the right syntax to set the default value to 0.
I've looked evrywhere and tried lots of syntaxes but they all give me a syntax error in alter statement. Could somebody tell me the exact syntax with real table name in an example so that I can finally set the default value?
Either you can set it thru the first alter statement (the one that ceates the column) or you have to execute a second qry to specify this criteria.
If you also know a way to set the allow zero length value to yes, I would gladly mak use of it.
Any help will be VERY appreciated.
I've looked evrywhere and tried lots of syntaxes but they all give me a syntax error in alter statement. Could somebody tell me the exact syntax with real table name in an example so that I can finally set the default value?
Either you can set it thru the first alter statement (the one that ceates the column) or you have to execute a second qry to specify this criteria.
If you also know a way to set the allow zero length value to yes, I would gladly mak use of it.
Any help will be VERY appreciated.