A
AW
XP + VB2008 Standard + MS Sql Express 2005
I can run QueriesTableAdapter1.Query1(par1,par2,par3)
and it works just fine BUT if I try to it run multiple times I get a
bunch of messages about threading and it seems to hang.
So, I thought, I need to know when the Query finished to wait before
sending a new Query BUT my bing searches find nothing.
Is there NO way to determine a stored Query is finished?
Do I need the Pro version of VB 2008 to do this?
Am I asking the dumbest question in the universe?
Thanks?
I can run QueriesTableAdapter1.Query1(par1,par2,par3)
and it works just fine BUT if I try to it run multiple times I get a
bunch of messages about threading and it seems to hang.
So, I thought, I need to know when the Query finished to wait before
sending a new Query BUT my bing searches find nothing.
Is there NO way to determine a stored Query is finished?
Do I need the Pro version of VB 2008 to do this?
Am I asking the dumbest question in the universe?
Thanks?