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 SkipVought 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: *

  1. ALWilliams

    Differing Results From Desktop App to ASP

    I wrote a desktop app that mines our SQL DB and passes the results to a Crystal Report for viewing. I've attempted to convert this to ASP for ease of deployment / use but when I run the 'same' code I get differing results. When I run the SQL thru SQL manager I get ~ 200 rows yet when via the...
  2. ALWilliams

    SQL Server getting Lost after a large number of iterations

    I am yes as i was kinda using a common sub to commit to the db. Copied this code into the routine and only closed it at the end and not only is it quicker (which you'd expect) it works. Cheers.
  3. ALWilliams

    SQL Server getting Lost after a large number of iterations

    Thanks for the alternative suggestions but I'd still like to understand why the method Im using is failing after this many iterations. One of the reasons I dont just dump it straight in is due to me needing to perform some work upon it (not much albeit) prior to sending to SQL. I'm just...
  4. ALWilliams

    SQL Server getting Lost after a large number of iterations

    Ive some code which reads a CSV file and line by line inserts it into an SQL server. However, the file has ~ 12,000 entries yet when the code gets to ~ 3933 it raises the following error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The...
  5. ALWilliams

    DAO Problem

    Thanks for the response jason...I've tried to provide some feedback to the points 1. Permissions are fine, the user has full access to the data. 2. Server specs should make this 'ok' 3. Yes all disposed of cleanly 4. Not too sure what you mean here (newbie alert!) - the database is on our...
  6. ALWilliams

    DAO Problem

    I have a simple ASP page that uses a timer to populate some MI figures every 30 seconds or so. There are 4 entries, 3 of these being mined from SQL server and the other from an Access Database. The app works perfectly from my laptop but when I publish to the webserver the Access one fails with...
  7. ALWilliams

    Losing Focus upon Postback to URL window

    Thats pretty much exactly what I have but when it postsback the focus is on the URL line and not the second textbox for some reason. I've amended it to exactly your code and its now working!!! Damn computers!!! Thanks.
  8. ALWilliams

    Losing Focus upon Postback to URL window

    Firstly I am new to ASP so apologies if i have missed the obvious here!!! I have a page with two text boxes on it. The idea is for upon initial load the focus is on box1. I am after scanning a barcode into this box which I want it to navigate away upon finding the CRLF from the barcode...
  9. ALWilliams

    vb .net 2008 windows service problem

    Upon installing and running the service it appears it isnt doing anything. I have also tried another persons sample service code (write an entry into the event log for each timer execution) and this appears to be totally intermittent. The only thing I get regularly is the service start and...
  10. ALWilliams

    Problem running code stored on network yet works locally

    nice one - i solved it also myself by installing sdk 2.0 and applying full trust from there - cant believe the option wasnt in 3.5.
  11. ALWilliams

    Problem running code stored on network yet works locally

    I have installed this but I still no not have an option for framework 3.5!!
  12. ALWilliams

    Problem running code stored on network yet works locally

    I'm downloading the SDK now so will feed back if I cant get it to work - thanks so far!
  13. ALWilliams

    Problem running code stored on network yet works locally

    It is installed on both. The issue here is when the code is stored on a network location and loaded onto my laptop and run from my laptop I get this error.
  14. ALWilliams

    Problem running code stored on network yet works locally

    I've done what the document says using 1.1 and still get the same error.
  15. ALWilliams

    Problem running code stored on network yet works locally

    I only have version 1.1 on my machine yet am developing in 3.5. Should there be a 3.5 framework configuration option or is it all the same?
  16. ALWilliams

    Problem running code stored on network yet works locally

    All, I have been developing some vb .net 2008 code on my local machine and all has been fine. I deceided to put the code on the network and off my local disk but every time I try and execute the code from this location I get a security error. I have searched forums but cannot find a...
  17. ALWilliams

    Problem with Crystal Report Basic Report in Vb.net 2008

    I am currently writing an app in vb .net 2008 and as part of this I was trying to use crystal reports to populate a report and wanted to print and maybe export the report as PDF. I have code that can connect to a SQL server and using a report and a query populate the viewer. However for this...
  18. ALWilliams

    Problems connecting to remote SQL 2005 Express from VB .Net 2008 Xprs

    It ended up being that the application needed to be trusted so added this option and it started to work fine. Thanks.
  19. ALWilliams

    Problems connecting to remote SQL 2005 Express from VB .Net 2008 Xprs

    Tried that and got the same error message.

Part and Inventory Search

Back
Top