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

  1. LadyReader

    SQL to Progress query speed

    We use both Syteline/Progress and SQL databases. For my asp.Net programs I need to use data that's on Progress. I set up stored procedures in TSQL that access Progress. The TSQL Select queries take so long to run (45 seconds to 10 minutes) that I've resorted to retrieving all the records I...
  2. LadyReader

    Blob size limit?

    I found my answer on another forum: it was, indeed, a size issue. I added: <httpRuntime maxRequestLength="102400" executionTimeout="360"/> to my web.config file and I was able to upload a 20Meg pdf file with no problems.
  3. LadyReader

    Blob size limit?

    Thank you both for your responses. The error was: "Internet Explorer cannot display the webpage" Using breakpoints I found that the app doesn't even get to the page load for the postback. But, as I said, the code works fine for other documents. Now that I know this isn't a size issue, I agree...
  4. LadyReader

    Blob size limit?

    I have a asp.net app that allows users to attach supporting documents to a record. The document image is loaded into SQL Server 2000. The users attach Excel, txt, jpegs, etc, including pdfs. The table looks like: Col Name Data Type Length Allow Nulls DocumentID int 4 0 Description...

Part and Inventory Search

Back
Top