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!
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!