PDA

Click to See Complete Forum and Search --> : Terminate a Particular Process


sodhichd
Jan 4th, 2000, 09:43 AM
I have made a VB application which opens two databases.

The First one is a Foxpro data file and the second is
an oracle database.

I am using DAO and ODBC to connect.

I have a program on the command button which starts
converting the foxpro database to oracle database
and is inserting in the oracle table.

I have made a progress bar to show the progress of the
processing done.

I want to put a Cancel button on my application which
should allow me to cancel my earlier process of
converting the database at my will.

I have tried DoEvents and on a third button I
have written end. It ends my application but not the
single process.

Basically we will have to find the process id.

Any idea!!

With Regards

Manjinder Sodhi.