Create a Access Database at runtime
Posted: Tue 10 Jun 2014 11:27
Hi,
I need create a empty access database at runtime execution. I try to create directly using the ExecSql from the UniConnection but doesn't work...
how I can create the database on execution time? is possible?
using:
Delphi 6 up 2
unidac 5.3.9
thanks a lot
I need create a empty access database at runtime execution. I try to create directly using the ExecSql from the UniConnection but doesn't work...
Code: Select all
Connection.ExecSQL('CREATE DATABASE c:\temp\tmp.mdb');
using:
Delphi 6 up 2
unidac 5.3.9
thanks a lot