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 Rhinorhino 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. SatishPutcha

    SQL Connection issue only with one particular ISP

    Hello All, My problem seems quite odd [ponder]. I have three internet connections. One is a DSL connection through a wireless router and another a PCMCIA data-card. The third one which is also a broadband connection with static IP direct (no router) to my laptop. Now I am able to connect to...
  2. SatishPutcha

    Add image to word document with FSO

    Hello Everybody, I have to create a word document where I need to add a user selected image and then present the doc for download. Till now only text was being added on-the-fly and it was quite a simple thing. But now am not sure how to add images? How can I do that with FSO? Any...
  3. SatishPutcha

    How to create an Outlook Calendar?

    Hello I would like to include an Outlook Calendar in my application. Can anyone please suggest ways to going about it? Should I use Outlook Interop or the Outlook Add-in? Thanks and Regards Satish Kumar
  4. SatishPutcha

    Backup strategy

    Hello Everybody This is my scenario; I have developed an ERP system that runs on ASP-SQL for a multi-location business. Now, we have taken a web-hosting plan and they host the IIS and the SQL Servers. However, while we have two locations(Live and Back-up) from where to access the ASP...
  5. SatishPutcha

    Fastest way to display a report with 1200 products

    Hello Everybody I am creating a report(using ASP only) of products and their quantities. There are 1200-odd products to be displayed. As of now the report takes around 15-20 seconds to load. I also need to calculate the quantities on Customer Orders(ordered but not yet delivered). The SQL...
  6. SatishPutcha

    Get records for ID or all

    Hello Everybody, Recently I moved an ASP-Access system to ASP-SQL2k5 database. I am also now using Stored Procedures. My problem is: I have a table called tblLocations with LocationID(PKey int) and LocationName(nvarchar(100)). Now when using a stored procedure I send a parameter LocationID to...
  7. SatishPutcha

    Query returns different rows in ASP and Access

    Hello Everybody, I have a POS system developed in ASP with an Access database(the migration to MS-SQL on too). It has around 60 tables and 300 ASP pages. Now I have seen that a query when executed in ASP at times returns different number of records as opposed to when I run the query directly...
  8. SatishPutcha

    Update one table based on count from another

    Hello All I heve two tables Publishers and Books. Publishers has: PublisherID PublisherName BookCount Books has: BookID PublisherID BookName. I want a query that will update the BookCount field for every Publisher taking the number of books each one of them has in the Books table. What...
  9. SatishPutcha

    Background image not "ending"

    Hello Everybody I have to use a background image on my web page which will act as a "frame"(as in framed photograph) for my content. The issue am having is that while the top, left and right corners of the frame are fine, the bottom corner is not being seen at all. I tried reducing the size...
  10. SatishPutcha

    Reset drop down selection

    Hello All I have a drop down box with cities. When a user selects a city I am showing a confirm box. Now if the user selected OK then of course I keep the new selection in the drop down. But if the user selects "Cancel" I want to revert back to the earlier selection instead of the new one...
  11. SatishPutcha

    "&" getting converted into %26 in query string

    Hello Everybody I am trying to create a querystring in Javascript that I append to my form action. I want it like searchterm=abel&Submit=Go&searchtype=property&extra=quickSearch But why is it showing like this in the address...
  12. SatishPutcha

    DotNetNuke error

    Hi Everybody I am trying to use DNN3.1.1 on IIS5.1 and XP Pro. The installation went fine but now when I tried to access what has been installed I am getting a Object reference not set to an instance of an object. Any ideas why this is? Thanks and Regards Satish Kumar
  13. SatishPutcha

    Smarty error: unable to read template resource

    Hello Everybody I am trying to use Smarty Template engine to create the pages on my site but I am getting the error "Smarty error: unable to read template resource: templates/telemarket.tpl". I have looked around on the net but cannot find a specific reason why this error is occuring. Can...
  14. SatishPutcha

    Best way to connect to DB in a large project

    Hello Everybody I have taken up my first PHP-mySQL project and it is quite huge. I have to create a database connection and I intend to put in a file that I will include in my PHP pages and keep reusing. I wanted to know if it is a good practice to use inbuilt mySQL functions for this purpose...
  15. SatishPutcha

    Component for setting page margins

    Hello All I am having major problems setting page margins while printing out a price list. I want to set the the left and right page margins to 0 when printing. I tried the TemplatePrinter(for IE5.5+ with JScript) but I think I was doing something wrong and it did not work well. Is there an...
  16. SatishPutcha

    Clean install -XP Pro on IBM ThinkPad

    Hello Everyone I have an IBM ThinkPad G40 that came with XP HOme OEM. So I now bought the Retail version of XP Pro. The issues I hope can be clarified are: 1) Do I need to uninstall XP Home before I install Pro? 2) Since this is an IBM it came with the Access IBM (Blue Button) and there is...
  17. SatishPutcha

    How to do "WITH MOVE" in MSDE?

    Hello to Everybody I have the backup-ed file of an SQL database. I am trying to restore it using "MSDE"(SQL Server 2000 Desktop Engine). However, I am getting the error "The physical file name d:\database\db1_backup.mdf cannot be found. Use WITH MOVE to identify a valid location" Now since I...
  18. SatishPutcha

    Unable to insert records into Excel table

    Hello Everybody I am using VC++ 6.0 and trying to insert records into an Excel 2003 sheet using ODBC. The table has been created and the ranges named but it is only inserting one record and then I am getting rhe "cannot expand named range" error. Now when I change the range definition I am...
  19. SatishPutcha

    Unable to POST login data using HTTPWebRequest

    Hello All I have given below the code snippet of the HttpWebRequest that I am sending to the login page. The login.asp is the login page but it is ALSO the page where the login validation occurs. Now my problem is that using C# I am unable to login and go to the next page but I am able to do...
  20. SatishPutcha

    Errors using command line to compile

    Hello All I have installed the 106 MB Microsoft.NET SDK. I tested by compiling and executing "HelloWorld.cs" from the command prompt(I do not have VS.NET). It all went smoothly. Now I tried to compile and run a cs program that should simply show me a window. But I am getting the error: The...

Part and Inventory Search

Back
Top