integrity constraint in access, in general, using sql in access

I am writing software that basically stores all information in an access file (*.mdb). I am re desiging the database schema, which means new design within the .mdb file.

My questions are previously integrtiy constraints did not exist in the database in much of any degree. I am assuming Access can do this.

However can I use SQL to create the tables and constraints programatically? Or do I need to use the access program?

How well does access interact with code that is strictly written in SQL, and not trying to use access specific features?

My previous experience was with Oracle and JDBC, so I am curious how much I need to relearn to work in MFC + Access (via ODBC).

Gol
[720 byte] By [Golovko] at [2007-11-19 10:48:04]
# 1 Re: integrity constraint in access, in general, using sql in access
You can use DDL statements with access (look for more in MS Access help)
Also you can use DAO,ADOX to manage the schema..
hspc at 2007-11-9 13:41:54 >