I want to connect to a remote Oracle Database.
I created the odbc DSN and used Oracle odbc driver.
The code is like this...
Set ws = DBEngine.Workspaces(0)
Set daodatabase = ws.OpenDatabase("", False, False, "ODBC;DSN=odbc_dsn;uid=ora95;pwd=oraadmin;")
Set daorecordset =...
I have developed a vb application and being used by 3 users now the user wants the application to shut down the PC when he comes out of the application. How can I do it?
Please help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.