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 derfloh 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: ALWilliams
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. ALWilliams

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

    I'm trying to code a small app where it connects to a remote SQL server 2005 Express database and return some values and display that onto the form. I have managed to get the code to connect to the database (well it never raised any errors) - but when I actually try to do anything I get a...

Part and Inventory Search

Back
Top