TheDrParker
Programmer
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(
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(