PDA

Click to See Complete Forum and Search --> : OMG Please help with visual interdev


kea
Jun 12th, 2000, 03:12 AM
Ok, I am just learning ASP and very new to it. I am using visual interdev 6.0 and i went and bought a book to help me through it. Book Name is Web Development with Visual Interdev 6. Here is the problem.

I am to the point of connecting a access database to the project. I create a new database project and add it to the current solution. I set the data link properties to point to the database. I add a data connection. I create a sql query from the data base tables. If i double click on the statement I can view the query results. Now this is where the problem lies.

I follow the book. Create a new html page. Drag the sql statement over to the html page and it creates the recordset connection. I drag and drop the fields that I want. Then add a navbar to cycle through the records. Save the page as html. I view the page and I see the text fields but NO Data. I am completely lost as to what i am doing wrong. I followed step by step and nothing. Blah.

I downloaded the SP3 and have that installed as well.

I am looking for a quick, simple step by step to just view the data that's in my query. All help is welcome. Please hurry cause i am about to be bald from pulling my hair out.

Thanks in advance..

compuGEEK
Jun 12th, 2000, 11:03 PM
Instead of adding a new HTML page, try adding a new ASP page instead.