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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by axmug

  1. axmug

    Display data in ASP

    I have the problem resolved. Thank you to everybody for responses.
  2. axmug

    Display data in ASP

    Hi, What FesterSXS posted works. But I have some names with blanks in the database and when I type Request.QueryString("nom") I display in the screen all characters before blank. What I want to do is to display the whole name and I don't know how to do it (I know one way: to delete all blanks...
  3. axmug

    Display data in ASP

    Steven, I know with this code I can send the value rows(0,I) to the other page but once in this other page I want to make a query like "select num, nom from material where num = row (0,I)". I typed the following code: dim cn Set conn= Server.CreateObject("ADODB.Connection") conn.Open "DATA...
  4. axmug

    Display data in ASP

    Steven, I just typed the code and works but now I want to send rows(0,I) value to the page that opens when I click in a link. How can I do it? Thanks.
  5. axmug

    Display data in ASP

    No, the database is SQL Server. But I don't think the problem is in the database. I think the problem is in the possibilities offers ASP. My problem is simple: I want to pass a record number to another page and this number will be determined by the user's click. The problem is how to have...
  6. axmug

    Display data in ASP

    The problem is not in the * in the query because I just tested typing all fields in the query and the error was the same as I posted in the fourth post. I didn't find the solution yet. Anyone knows how to solve it? Thanks.
  7. axmug

    Display data in ASP

    Hi, I just tested all the commands several people typed and the only one that didn't work is the first posted by DotNetGnat. Thanks to everybody for the responses. But the solutions typed here are not exactly what I want to do. The idea is when I click in the link I want appear another page...
  8. axmug

    Display data in ASP

    Hi, One more question. I'm trying to make a link but I can't. The idea is when you mark using mouse the link appears the id number of the name. For example: Response.write "<a href="rs("num")">"rs("Nom")" I point with the mouse above the link and I see the Nom ID number. How can I do it? It...
  9. axmug

    Display data in ASP

    Yes!!! It works now. Thanks for the response.
  10. axmug

    Display data in ASP

    Hi, I want to display data from a database using ASP but I can't. I have a recordset with a connection in a database but appears me the following error in the browser: The page cannot be displayed. Bad arguments number or bad assignement property. The code is: <% dim cnn dim str dim rs dim...
  11. axmug

    Apache SQL Server module

    http://httpd.apache.org/modules/
  12. axmug

    Apache SQL Server module

    I'm talking about an extension called aspdotnet for Apache 2.0. The platform I'm working is Windows XP Professional. Thanks.
  13. axmug

    Apache SQL Server module

    I'm sorry, I didn't explain correctly. It's like when you work using PHP, Apache and MySQL. It's necessary an Apache module to access the database tables from PHP. Well, what I want to know is if there is a way to access to SQL Server tables from ASP loaded as an Apache module. Thanks.
  14. axmug

    Apache SQL Server module

    Hi, I want to work with ASP,SQL Server and Apache and I would like to know if it's possible to connect Apache with SQL Server using a module or something different. I know there is an Apache module for ASP but I don't find anything to connect Apache with SQL Server. I'm working with Windows...
  15. axmug

    Path in Oracle SQL

    I'm sorry. Maybe I didn't explain what I'm looking for. I'm working with an Oracle 9i database using Oracle Discoverer. Discoverer lets me to make querys in the database with a look with colors and so on. What I would like to say is if there is a SQL command that returns the path. For...

Part and Inventory Search

Back
Top