Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Getting an error when trying to submit too an asp page


Message #1 by "Darren Forest" <dforest@a...> on Sat, 2 Mar 2002 17:54:08
The following erro comes up when i submit to an asp page:



Error Type:

(0x80020009)

Exception occurred. 

/cn/asppages/results.asp, line 334



Line 334 falls in the following function:



function _initRecordset2()

{

	Recordset2.advise(RS_ONBEFOREOPEN, _setParametersRecordset2);

	thisPage.createDE();

//Recordset DTC error: Failed to get command text



LINE 334  var rsTmp = DE.RecordSets('Category'); Category is a column in a 

table (access db)



	Recordset2.setRecordSource(rsTmp);

	Recordset2.open();

	if (thisPage.getState('pb_Recordset2') != null)

		Recordset2.setBookmark(thisPage.getState('pb_Recordset2'));

}

  Return to Index