Click here to Skip to main content
16,006,378 members
Home / Discussions / Database
   

Database

 
GeneralRe: how to make select fast use ODBC Pin
bighare23-May-01 2:47
bighare23-May-01 2:47 
GeneralRe: how to make select fast use ODBC Pin
bighare24-May-01 15:39
bighare24-May-01 15:39 
GeneralADO Parameters Pin
Richard Hudson21-May-01 22:44
Richard Hudson21-May-01 22:44 
GeneralRe: ADO Parameters Pin
28-May-01 1:44
suss28-May-01 1:44 
GeneralADO Parameters Pin
Richard Hudson21-May-01 22:44
Richard Hudson21-May-01 22:44 
GeneralSQL Query for last rows Pin
21-May-01 4:00
suss21-May-01 4:00 
GeneralRe: SQL Query for last rows Pin
l a u r e n21-May-01 4:04
l a u r e n21-May-01 4:04 
GeneralRe: SQL Query for last rows Pin
21-May-01 4:18
suss21-May-01 4:18 
Thanks Lauren,

I figured that out myself too Smile | :)

The problem is that I want the last ten rows displayed in ascending order without having to use RecordSet.Previous.

The recordset should contain the last ten rows (I know the value of last item in the table regarding to the query) in ascending order so I can display them using

while vRS.EOF = False Then
<display vrs.fields("value").value="">
vRs.MoveNext

...and I don't want to swim through a big recordset using FETCH...

any ideas ?

Thanks,
Steven
GeneralRe: SQL Query for last rows Pin
l a u r e n21-May-01 11:50
l a u r e n21-May-01 11:50 
GeneralRe: SQL Query for last rows Pin
3-Jul-01 9:33
suss3-Jul-01 9:33 
GeneralSQL Server Logs Pin
16-May-01 4:33
suss16-May-01 4:33 
GeneralUnable to initialize DAO/Jet db engine Pin
Rob Bechamp16-May-01 3:27
Rob Bechamp16-May-01 3:27 
GeneralMicrosoft OLE DB access to Oracle Database Pin
Chris Meech15-May-01 10:31
Chris Meech15-May-01 10:31 
GeneralRe: Microsoft OLE DB access to Oracle Database Pin
Tomasz Sowinski15-May-01 10:41
Tomasz Sowinski15-May-01 10:41 
GeneralRe: Microsoft OLE DB access to Oracle Database Pin
Chris Meech16-May-01 3:20
Chris Meech16-May-01 3:20 
GeneralData converting from access to excel Pin
Daniel Metor13-May-01 21:10
Daniel Metor13-May-01 21:10 
GeneralCRecordset::Open error - Connection is busy with results for another hstmt Pin
Gaul11-May-01 19:29
Gaul11-May-01 19:29 
Generalquerry execution takes too long Pin
10-May-01 0:12
suss10-May-01 0:12 
GeneralRe: querry execution takes too long Pin
Ranjith14-May-01 10:53
Ranjith14-May-01 10:53 
GeneralRe: querry execution takes too long Pin
Anders Molin15-May-01 11:29
professionalAnders Molin15-May-01 11:29 
QuestionWhat is wrong??? Pin
8-May-01 8:48
suss8-May-01 8:48 
AnswerRe: What is wrong??? Pin
Makub22-May-01 8:47
Makub22-May-01 8:47 
Generalpl Help !! Passing parameter along with SQL query in ADO's Pin
Dhanush7-May-01 23:14
professionalDhanush7-May-01 23:14 
GeneralDBCC Pin
7-May-01 8:44
suss7-May-01 8:44 
GeneralDB_NUMERIC Pin
Nick Blumhardt3-May-01 14:11
Nick Blumhardt3-May-01 14:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.