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!

DTC - major problem - please F1

Status
Not open for further replies.

Deadline

Programmer
Feb 28, 2001
367
US
Hello..
I am trying to use 2 Recordset DTC and 2 ListBox DTC in Interdev, in the following fashion.

Whenever I update the first listbox, the second one should get populated(Kind of master-detail)

I followed the method given in
But whenever I use the following method
Code:
SUB Recordset1_ondatasetcomplete
	Listbox1_onchange
END SUB
I get the following error:
Code:
ADODB.Parameter error '800a0d5d' 

Application uses a value of the wrong type for the current operation. 

/asp/_ScriptLibrary/Recordset.ASP, line 609

If I remove that function, the program works, but it doesn't populate the second drop down box, when the page first loads. Otherwise it works fine..

Please suggest me a solution.. Thank you...
RR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top