MSI Factory 2.3

ODBC.InstallDriver

ODBC.InstallDriver

This is the first topic This is the last topic  

ODBC.InstallDriver

This is the first topic This is the last topic  

OverviewExamples

string ODBC.InstallDriver (

string Driver )

Example 1

strResult = ODBC.InstallDriver("Microsoft Access Driver(*.mdb)\\0Driver=odbcjt32.dll\\0Setup=odbcjt32.dll\\0FileUsage=1\\0FileExtns=*.mdb\\0APILevel=1\\0ConnectFunctions=YYN\\0DriverODBCVer=02.50\\0s=YYN\\0SQLLevel=0\\0\\0");

 

if strResult == "" then

   Dialog.Message("ERROR", "The driver was not installed");

else

   Dialog.Message("SUCCESS", "The driver was installed to " .. strResult .. ".");

end

Installs the Microsoft Access ODBC driver to the user's system.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us