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 Rhinorhino 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: FGorilla
  • Content: Threads
  • Order by date
  1. FGorilla

    MDB2 Database Class Query Results

    Hi I'm probably being incredibly stupid but nevermind. I've got a simple database class using MDB2 which has the following function. public function query($sql) { $_result = null; try { $this->connect(); $_result =& $this->_connection->query($sql); if (PEAR::isError($_result)) {...
  2. FGorilla

    mdiChild Background Worker from mdiParent

    Hopefully a relatively simple question but I can't seem to find the answer. If I start a backgroundworker on a child form and then want to check it from the parent form to see if it's running how would I go about it? I've tried calling Form1.BackgroundWorker.IsBusy() but regardless of whether...
  3. FGorilla

    Data from one database to another

    Hi Hopefully someone can advise as to the best way to do this. I am new to VB.NET so am trying to get to grips with the best method for doing things. What I need to do is run a series of SQL queries on an Oracle database and then send the results of these to an SQL server database. I have...

Part and Inventory Search

Back
Top