Ask a Question related to ASP, Design and Development.
-
Navin #1
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
Ado Sort -Relate, Compute By, or Sort operations cannot be done on
column(s) whose key length is unknown or exceeds 10 KB.
hi,
guys
i have asp application running on iis 5.0 windows 2000
i use the ado sort property ......
shown below....
Rs.sort="person,lower_manager,lower_ccat_id,sac_na me"
i get the following error..
Microsoft Cursor Engine (0x80004005)
Relate, Compute By, or Sort operations cannot be done on column(s)
whose key length is unknown or exceeds 10 KB.
if give only a single column in the sort property it works fine....
Rs.sort="sac_name"
can brillant minds advise where the problem..............lies..
tried at microsoft site but no clues..
regds,
Navin Mahindroo
Navin Guest
-
DataGrid 2 Column Sort
Hey gang. I know the DataGrid can use the sort methods to do sorting but is there any way to sort by 2 columns? The first column may be user... -
Sort DataGrid Column
I have a DataGrid with two columns: Name and Topic. I'm trying to sort each column alphabetically. The first columns, Name, works and sorts... -
How to sort datagrid column programmatically?
I want to sort datagrid column programmatically. Is it possible? -
Sort on Date Column
1. I have sorts on Date and Name column heads Initial sort is on ORDER BY Date DESC Date Name... -
memory sort and disk sort
I check the sysprofile table and find there are 700 times disk sort, I think it is lack of sort memory. I want to turn all the disk sort into the... -
Ken Schaefer #2
Re: Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
Don't use .Sort
Use an SQL statement, and use the ORDER BY clause instead.
Cheers
Ken
"Navin" <navinsm2@rediffmail.com> wrote in message
news:5dc7f532.0309082308.2729d4ec@posting.google.c om...
: Ado Sort -Relate, Compute By, or Sort operations cannot be done on
: column(s) whose key length is unknown or exceeds 10 KB.
:
: hi,
: guys
: i have asp application running on iis 5.0 windows 2000
: i use the ado sort property ......
: shown below....
:
: Rs.sort="person,lower_manager,lower_ccat_id,sac_na me"
:
: i get the following error..
:
: Microsoft Cursor Engine (0x80004005)
: Relate, Compute By, or Sort operations cannot be done on column(s)
: whose key length is unknown or exceeds 10 KB.
:
:
: if give only a single column in the sort property it works fine....
: Rs.sort="sac_name"
:
: can brillant minds advise where the problem..............lies..
: tried at microsoft site but no clues..
:
: regds,
: Navin Mahindroo
Ken Schaefer Guest



Reply With Quote

