Does anyone know if SqlClient.DataReader locks the rows that is it currently reading?
I have a recursive call that that tries to execute "update" commands on the current row but it times out. (These are simle commands like "update table set field = value where primatykeyfield =...
Does anyone know if SqlClient.DataReader locks the rows that is it currently reading?
I have a recursive call that that tries to execute "update" commands on the current row but it times out. (These are simle commands like "update table set field = value where primatykeyfield =...
I am using an ADO.Net SqlDataReader to read through a rather large query. As I process the data I want to execute an "update set x = y" statement on the database using a different command and a different connection (different connect string, timeout value is different) for the row I...
I am using an ADO.Net SqlDataReader to read through a rather large query. As I process the data I want to execute an "update set x = y" statement on the database using a different command and a different connection (different connect string, timeout value is different) for the row I...
I am using the WSDL generated webservice class in a asp.net project to call an asynchronous webserivce and then do something when it completes.
~one~ of my web services doesn't work, here is what I have
One aspx page starts the call...
Dim mAsyncResult As IAsyncResult =...
We are building a SQL Server/MSDE application with VB6 using ".udl" files to setup connections.
We have the following on our Novell network:
W2K Computers running SQL Server Developer Edition (each with 1+ database)
W2K & W98 Computers running a MSDE database (the mdf and service is...
I have a user using our app on an "Active Directory" (Win 2K) set up and when logged in as a Power User the VB API call to RegOpenKeyEx doesn't seem to work for a key in "HKEY_LOCAL_MACHINE". It reads it fine when they log in as Admin.
Why can't the Power user read the...
I am developing a VB/CR8/Access Project and want to be able to run it on WinNT machines. When I make my install (Using InstallSheild Prof 6.3) it works fine for Win 95/98/2K, but it will not install correctly on Win NT.
Anyone else have this happen?
Thanks!!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.