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=3D"clsid:BD96C556-65A3-1=AD1D0-983A-00C04FC29E33"
ID=3D"dsoDATATABLE" WIDTH=3D"0" HEIGHT=3D"0">
<PARAM NAME=3D"Connect"
VALUE=3D"Provider=3DMicrosoft.Jet.=ADOLEDB.4.0;Data
Source=3DC:\mydb.mdb;">
<PARAM NAME=3D"SQL" VALUE=3D"SELECT * FROM tbleData">
</OBJECT>
<DIV>HI</DIV>
<DIV datasrc=3D"#dsoDATATABLE" datafld=3D"DataID"></DIV>
The connection string works when I use it in
Server.CreateObject(ADODB...et=ADc)
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?=20
Thanks!