with vb.net 2005 + access03
i used ACE engine in my connection string to connect to a access database
my connection string is :_
kindly adviseCode:CNN_path = Application.StartupPath & "\xg1T.mdb" CNN_string = "PROVIDER=Microsoft.ACE.OLEDB.12.0;Data Source=" & CNN_path & ";Jet OLEDB:Database Password=!!@@pass;"
with built in vb.net installer
while installing the package on client system
how can i (include + run the ACE) engine on client system
and
please tell me is the .net frame will be installed automatically by the .msi if not how to make it so




Reply With Quote