RDS not populating AND not giving an error.

  • Thread starter Thread starter ryan.d.rembaum
  • Start date Start date
R

ryan.d.rembaum

I have seen other posts like this, but could not find one that included
resolution. I am testing the following on a Windows2000 client box
with IIS installed. Working in Visual Interdev 6.0.

I have added the following code to my ASP page:

<OBJECT CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33"
ID="dsoDATATABLE" WIDTH="0" HEIGHT="0">
<PARAM NAME="Connect" VALUE="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\mydb.mdb;">
<PARAM NAME="SQL" VALUE="SELECT * FROM tbleData">
</OBJECT>

<DIV>HI</DIV>
<DIV datasrc="#dsoDATATABLE" datafld="DataID"></DIV>

The connection string works when I use it in
Server.CreateObject(ADODB...etc)

What happens when I load the web page is that the page loads with no
errors. However, nothing is displayed in the DIV section and I am sure
the table has data in it.

Does anyone know what might be causing this?

Thanks!
 
Hi Ryan,

This is ado.net newsgroup and you'll hardly find an answer to Interdev
question here.
 
Hi,

Sorry, I thought RDO was related to ADO.NET. I don't think this is a
really an Interdev question...I thought this one might be the right
place since I saw similar posts. I will try this in another group. If
you have any recommendations as to what a good one might be, I would
appreciate your help!

Thanks!
Ryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top