I'm using a series of SQL commands (being executed from a legacy ASP script) to create some tables in an access 2003 database.
I have got as far as creating my tables and constraints using 'CREATE TABLE' but due to the lack of documentation on msdn, i'm struggling to configure some of the more specific field options.
Firstly, I'd like to be able to set a 'Default Value' for a Date field.
Secondly, When creating boolean (BIT) fields in Access itself, there is an option to set the 'Format' for the field, whereby you can set it to True/False.
I'd like to be able to set this from my CREATE TABLE statement rather than having the standard -1/0 values.
I've searched high and low and haven't been able to find any documentation for either of these issues.
Any help/guidance would be much appreciated.
I have got as far as creating my tables and constraints using 'CREATE TABLE' but due to the lack of documentation on msdn, i'm struggling to configure some of the more specific field options.
Firstly, I'd like to be able to set a 'Default Value' for a Date field.
Secondly, When creating boolean (BIT) fields in Access itself, there is an option to set the 'Format' for the field, whereby you can set it to True/False.
I'd like to be able to set this from my CREATE TABLE statement rather than having the standard -1/0 values.
I've searched high and low and haven't been able to find any documentation for either of these issues.
Any help/guidance would be much appreciated.