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