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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error with DataGrid

Status
Not open for further replies.

TheDrParker

Programmer
Nov 21, 2001
55
US
I'm having a proglem with a DataGrid that I'm using (Not in ASP.Net). The recordset is from my SQL Server like so:

sql = "Select * From Districts"
Set TheRecordSet = Server.CreateObject("ADODB.Recordset")
TheRecordSet.Open sql, conn, 3,3

and it works for everything else.

The DataSource for the DataGrid is TheRecordSet, but it keeps giving me this error.

"Microsoft JScript runtime error '800a01b6'
Object doesn't support this property or method
/_ScriptLibrary/DataGrid.ASP, line 159"

Please help as I'm about the lose my mind. 8(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top