Hi
Do you know how to setup ODBC (Data Sources) settings by using a Java program ? My application uses an Access database which I need to setup manually through Windows - Administrative Tools - ODBC settings (at the beginning of installation) . But I want to do this automatically (by a program) as part of the installation on a new computer.
Is there a way to setup these parameters, using Java ? or other langs ?
Thanks
Do you know how to setup ODBC (Data Sources) settings by using a Java program ? My application uses an Access database which I need to setup manually through Windows - Administrative Tools - ODBC settings (at the beginning of installation) . But I want to do this automatically (by a program) as part of the installation on a new computer.
Is there a way to setup these parameters, using Java ? or other langs ?
Thanks
Comment