0
   

data binding problems

 
 
Jffreew
 
Reply Thu 5 Apr, 2012 06:03 am
can't seem to get the data binding to work using IE 5:

Here is the syntax:

<OBJECT ID="dsoComposer" classid="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33"
HEIGHT=0 WIDTH=0 VIEWASTEXT>
<PARAM NAME="Server" VALUE="servername">
<PARAM NAME="Connect" VALUE="dsn=DBTool">
<PARAM NAME="SQL" VALUE="select TblName from tables">
</OBJECT>

I do check on the dsocomposer object with a call

var state = dsocomposer.readystate. I'm using interdev to debug. It comes back with a state of 4. 4 is that the object has been initialized.

However when I try to do the next call:

while (!dsoComposer.recordset.EOF)
{
dsoComposer.recordset.MoveNext();
}

It says that the dsoComposer is alreay closed. I'm not sure what I'm doing wrong. Any ideas?


Edit [Moderator]: Link removed
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Question • Score: 0 • Views: 720 • Replies: 1
No top replies

 
BillRM
 
  1  
Reply Thu 5 Apr, 2012 06:20 am
@Jffreew,
IE 5?

I could not even find the browser market share figure for IE 5 it is so low so why are you concern about this old browser?

Did you mean IE6 perhaps?
0 Replies
 
 

 
  1. Forums
  2. » data binding problems
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/26/2024 at 02:47:22