Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: RecordSet DTC - Please help


Message #1 by "Cathy L. Price" <cathyp@l...> on Mon, 18 Mar 2002 15:09:23
I have dragged (drug?) a command object from the project explorer and 
dropped it onto my ASP page, creating a RecordSet Control bound to my SQL 
table. I then selected the fields of the table in the project explorer 
and dragged them over to my ASP page to create bound Texbox DTC's. Then I 
placed a RecordsetNavbar on the page and, using its property page,  
pointed it to the same SQL table. I have had to hand code nothing on this 
page... Yet my page will not display in my browser and the following line 
is identified in the error message in the browser:
	var rsTmp = DE.Recordsets('Command1')
If this is system generated code from the RecordSet DTC, how can this 
page not run? I love InterDev but I am going in circles. 

Any help is sincerely and muchly appreciated!!! 
Cathy

  Return to Index