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)) {...
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...
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...
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.