Hello
I currently have a VB6 application that process's record from an SQL database. As VB6 can only do process one record at a time I want to convert it to B4J and process multiple records simultaneously.
From reading other post about multi threading in B4J everything will run on the main thread unless you use JServer and create a background worker thread which could poll the DB and process a record, but I am still only able to process one record at a time.
I would like a separate thread to process each record.
Is there a method of achieving what I want to do ?
Regards
John.
I currently have a VB6 application that process's record from an SQL database. As VB6 can only do process one record at a time I want to convert it to B4J and process multiple records simultaneously.
From reading other post about multi threading in B4J everything will run on the main thread unless you use JServer and create a background worker thread which could poll the DB and process a record, but I am still only able to process one record at a time.
I would like a separate thread to process each record.
Is there a method of achieving what I want to do ?
Regards
John.