Read recordsets and operate on each record using VB6 code.

E

EarlCPhillips

An activity table contains the date, start and end times and number of
volunteers scheduled on that date and time. I want to read these in date and
time order and then populate an array with how many are scheduled on a given
day at a given hour, e.g. 8AM--10, 9AM--22, 10AM--28, 11AM--42, 12PM--10,
etc. giving a cumulative total of volunteers for a given time on a given date
so managers do not schedule more than can be supervised. Have connection
defined and attempt to open. It tells me "Cannot start your application. The
workgroup information file is missing or opened exclusively by another user."
How do I get it to open and allow me to read one record at a time within a
VB6 window?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top