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. pdevteam

    Excel macros and ASP (<- is it possible to use ?)

    I'm developing a web-application with ASP which retrieves data from the database. The server is WinNT 4.0 Server, IIS4.0 and SQL Server 7. It passes the data to Microsoft Excel 2000 which is embedded to Internet Explorer. The problem is that I get data to Excel pretty fine, but the problem...
  2. pdevteam

    Excel macros and ASP (<- is it possible to use ?)

    Hello! I wonder if it's possible to use Excel macros within ASP -code? I'm developing an application which retrieves data from SQL Server to Excel. Can I use Excel macros somehow to generate chart automatically from the query contents (only two columns of data are returned - text-col and...
  3. pdevteam

    How can I use Excel macros with ASP code?

    Hi! I'm developing an application with ASP, which should retrieve data from database to Microsoft Excel (2000). This works fine, but the customer wants that the ASP script also produces basic-graph for him. There comes always only two columns of data so I thought that will I be able to use...
  4. pdevteam

    Producing graphs to MS Excel with OWC and asp? Is it possible?(URGENT)

    Hi! I'm developing an web-application, which interacts with database. Query results are passed easily to Excel, but now the customer wants that somekind of graph (pie-chart etc.) is generated automatically from the data. Charts can be done with OWC, but now the problem is that when user...
  5. pdevteam

    How to keep form field contents visible

    Hi! I'm having a custom SQL-query interpreter, implemented with ASP, which is used for modifying SQL-sentences saved to the database. First user gets a list of the editable sentences and clicks the desired sentence and this sentence is passed to query interpreter page as a parameter The...
  6. pdevteam

    How to validate SQL-query with ASP?

    Hi! I'm developing a web-application, which has SQL -query interpreter. The user should be able to store SQL -sentences to the database for further use, but the problem is that now queries with errors in syntax are stored in the database. Is there any good ways to validate the sentence...

Part and Inventory Search

Back
Top