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

Database

 
GeneralRe: how to make select fast use ODBC Pin
Tomasz Sowinski23-May-01 2:36
Tomasz Sowinski23-May-01 2:36 
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 
if you have a key that can be used for a sort order (ORDER BY) then you can say something like:

SELECT TOP 10 whatever FROM whatever ORDER BY key DESC

it will give the first 10 items entered into the table, ie, the bottom 10 of the recordset

Smile | :)


---
"every year we invent better idiot proof systems and every year they invent better idiots"
GeneralRe: SQL Query for last rows Pin
21-May-01 4:18
suss21-May-01 4:18 
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 

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.