G
Guest
Hi there
I have an .asp application that uses an accounting package for some of it's
data. This links to a warehouse stock system. I am not running an ODBC link
straight to the accounting system, but instead run a data refresh every 5
minutes that synchronises all the stock in the warehouse in to an SQL table -
my .asp application links to this.
I believe I am having issues with queries that are executed during this
scheduled refresh of data - the application does not fail, but I am getting
reports of inaccurate data resulting from queries at apparently random times
of the day.
Does anyone know if I am able to either lock the table during a refresh (and
how my ado programming will recognise this status) so that I can catch the
query and display a message along the lines of "Data refreshing, please wait"
and then requery once the refresh has completed - any more practical
suggestions would be musch appreciated.
Thanks very much for your time
Stuart
I have an .asp application that uses an accounting package for some of it's
data. This links to a warehouse stock system. I am not running an ODBC link
straight to the accounting system, but instead run a data refresh every 5
minutes that synchronises all the stock in the warehouse in to an SQL table -
my .asp application links to this.
I believe I am having issues with queries that are executed during this
scheduled refresh of data - the application does not fail, but I am getting
reports of inaccurate data resulting from queries at apparently random times
of the day.
Does anyone know if I am able to either lock the table during a refresh (and
how my ado programming will recognise this status) so that I can catch the
query and display a message along the lines of "Data refreshing, please wait"
and then requery once the refresh has completed - any more practical
suggestions would be musch appreciated.
Thanks very much for your time
Stuart