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 strongm 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
  • Order by date
  1. JFritzler

    SqlClient.DataReader locks records? (ADO.Net)

    Thanks!, I'll try it!
  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

    SqlClient.DataReader locks records? (ADO.Net)

    Ok, I will post it there. But I can't close the reader because I have more rows to process (to "read"). I need to use the "update" sql to mark the current row as being processed so it won't be processed the next time this feature is executed.
  4. 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 =...
  5. 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...
  6. JFritzler

    ADO.Net SqlDataReader Record Locking? timeout!

    I'll post this in that forum, but this is not specific to ASP.Net at all.
  7. 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...
  8. JFritzler

    Printing Problem

    Gux, I also have the same problem. We have users who can preview the report in the CR viewier control but when they click on the Print Button nothing happens. No dialog box, nothing. We've even had them try and register some of the cr dlls by hand. Have you had any luck? Thanks!
  9. JFritzler

    Crystal Reprts won't print!

    Jenniferlynn, You said that you fixed the problem by registering an ocx. Was this a CR ocx? (if so, which one?) or was it one of your software's ocx's? We are having the problem where users click on the Print Button in the viewer, but nothing happens. Thanks!
  10. JFritzler

    Crystal Viewer Won't Print

    DocFKNx, did you ever find a solution to this problem? I am having the same trouble on 3 of our 100 users. They can see the report but when they click the built-in stock Print Button it does nothing. Thanks
  11. JFritzler

    Asynchronous Webservice EndInvoke Gets MissingMemberException

    I found my problem. I added a parameter to the BL and the method call in the *asmx, but forgot to put it in the actual CALL to the BL method in the asmx method body. Oops
  12. 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 =...
  13. JFritzler

    Microsoft Data Link

    Try this, Right-click and select New->Text Document. After it makes the file Rename it from *.txt to *.udl Now when you click on it, it should open up as a data link
  14. 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...
  15. 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...
  16. JFritzler

    Problems with registry API

    Howdy Naftali, 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. Any Ideas?
  17. JFritzler

    CR8 on WinNT

    More info: I get "Run-time error '339' Component 'CRVIEWER.DLL' or one of its dependencies not correctly registered: a file is missing or invalid"
  18. 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