Dec 29, 2004 #1 M mcsilicate Newcomer Joined Dec 28, 2004 Messages 1 Please help me. How I can set up a Database for application before installation finish?
Dec 29, 2004 #2 M michael_hk Centurion Joined Nov 24, 2003 Messages 199 Location Hong Kong 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 ......
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 ......