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...
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...
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...
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.
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...
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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.