Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RDS problem

Status
Not open for further replies.

mgid

Programmer
Oct 2, 2000
87
US
I cannot get an RDS datacontrol to initialize and return data. I keep getting "object required" errors. Thanks for any help. Here's my code:

<OBJECT classid=clsid:BD96C556-65A3-11D0-983A-00C04FC29E33 height=1
id=dsoSNAPS width=1></OBJECT>

<!-- Load dso -->
<SCRIPT LANGUAGE=Jscript>
function window.onload()
{
dsoSNAPS.Connect = &quot;Provider=Microsoft.Jet.OLEDB.4.0; Data Source=mydata.mdb&quot;
dsoSNAPS.Server = &quot; dsoSNAPS.SQL = mySQL
dsoSNAPS.Refresh()
}
</SCRIPT>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top