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 TouchToneTommy 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: dummieq
  • Content: Threads
  • Order by date
  1. dummieq

    Error code 1002 while posting to Merchant Account

    Hi, I had an application which used to gather credit card information and post it to the third party site which used to authenticate and then post back transaction results. The working module was in asp. Now, I am trying to do this POST completely in .NET by using the uploadvalues method. But I...
  2. dummieq

    Displaying rtf contents in a browser

    Hi, I am facing a problem in displaying content on the web browser. What I want to be able to do is to display an rtf document in the web browser. I set the Mime types in the IIS to application/rtf. But, when I try to view this in the browser, it comes with all the formatting details and a lot...
  3. dummieq

    Title: ASP.NET / C# Question - Insufficient access privilages for ASP.

    Hi, I am having a problem in ASP.NET/C#. I am actually trying to open a file for reading. The code is in C#. However, everytime, I get this error which says that the system is exiting becuase it does not have the privilages to access the folder. I did some search on this problem and came to know...
  4. dummieq

    Problem using TOP in select

    Hi, I am trying to use TOP in Select query to restrict the number of rows. I always get an error saying Incorrect syntax near '20'. for the sql query Select TOP 20 from companies; Can someone tell me how to use Top and what the prb might be. Thanks dummie
  5. dummieq

    Need to display files present on a remote server

    Hi, I want to display pdf files that are there on a different server and be able to view it over the web. What are the configurations I need to take care as far as Web server and the other server on which the files are present are concerned.Also, if you can tell me what APIs I need to use from...
  6. dummieq

    Migrating from SQL server 7 to 2000

    Hi, We have Sql server 7 running. We have installed SQL server 2000 on another machine. We now need to migrate all the data files from m/c running 7 to 2000. What are the issues involved? Should we create login and password again. Thanks a bunch for your help.. regards
  7. dummieq

    Crystal Reports and ASP

    Hi, We have professional edition of Crystal Reports 9. I read that to create a report and be able to display it on the web, we need to use Report Designer Component which is available only in Enterprise and developer editions. Without this, is it impossible to invoke a report in asp and view it...
  8. dummieq

    Can we pass parameters to a crystal report

    Hi, At present, I have a crystal report which when invoked through an ASP page, if it requires input parameters, requests the same by sending a page with respective input fields. I want to send the parameters from the ASP page the very first time I invoke the crystal report so that the...

Part and Inventory Search

Back
Top