Sorting a recordset
From: kiloez (anonymous_at_discussions.microsoft.com)
Date: 03/30/04
- Next message: Mark: "RE: connecting VB dot Net to Oracle 8i"
- Previous message: Alain Beaulieu: "Re: NOT YOUR STANDARD QUESTION: SQL UPDATE in Disconnected Recordset"
- Next in thread: kiloez: "RE: Sorting a recordset"
- Reply: kiloez: "RE: Sorting a recordset"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 06:06:08 -0800
I'm trying to sort a recordset that is getting passed to an ADO data control and getting an error: "Expected end of staement". The code being used is as follows:
Set ctlADO.Recordset = rs
ctlADO.Recordset.Sort = "Amount" DESC
"Amount" is the field name I'm trying to sort on. Any help in sorting this out would be appreciated.
- Next message: Mark: "RE: connecting VB dot Net to Oracle 8i"
- Previous message: Alain Beaulieu: "Re: NOT YOUR STANDARD QUESTION: SQL UPDATE in Disconnected Recordset"
- Next in thread: kiloez: "RE: Sorting a recordset"
- Reply: kiloez: "RE: Sorting a recordset"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|