Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JFritzler
  • Content: Threads
  • Order by date
  1. JFritzler

    SqlClient.DataReader locks records? (ADO.Net)

    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 =...
  2. JFritzler

    SqlClient.DataReader locks records? (ADO.Net)

    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 =...
  3. JFritzler

    ADO.Net SqlDataReader Record Locking? timeout!

    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...
  4. JFritzler

    ADO.Net SqlDataReader Record Locking? timeout!

    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...
  5. JFritzler

    Asynchronous Webservice EndInvoke Gets MissingMemberException

    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 =...
  6. JFritzler

    Connections? (easy question)

    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...
  7. JFritzler

    Registry access & Power Users

    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...
  8. JFritzler

    CR8 on WinNT

    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!!!!

Part and Inventory Search

Back
Top