Setup Deployment

If you are using access, you just need the .mdb file. If you are using other databases like MySQL/MSSQL, then just execute a *.sql script.

*.sql will look like
CREATE DATABASE ......
 
Back
Top