Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jcrchristy
  • Content: Threads
  • Order by date
  1. jcrchristy

    Connection to Oracle Database ...

    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 =...
  2. jcrchristy

    Can I change the color?

    The top of the vb form (header band) is always dark blue, can i change the color of the header band of the form, if so how please help....
  3. jcrchristy

    Can I shut down my PC usig vb code?

    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

Part and Inventory Search

Back
Top