flyingeagle855
MIS
I have create a small console application in VS 2005 using VB.
I run an extensive SQL query that takes some time. my question is there a way to loop and add a * to the console.write to show that the proccess is still going.
I am using sqlclient.sqlcommand.executereader to run the query.
I run an extensive SQL query that takes some time. my question is there a way to loop and add a * to the console.write to show that the proccess is still going.
I am using sqlclient.sqlcommand.executereader to run the query.