Click here to Skip to main content
15,912,069 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: read paradox file(.DB) Pin
jds120723-Jul-07 4:55
jds120723-Jul-07 4:55 
GeneralRe: read paradox file(.DB) Pin
Dave Kreskowiak23-Jul-07 5:56
mveDave Kreskowiak23-Jul-07 5:56 
QuestionAdding drop shadows to controls Pin
Ahmad Zaidi23-Jul-07 0:58
Ahmad Zaidi23-Jul-07 0:58 
AnswerRe: Adding drop shadows to controls Pin
Tom Deketelaere23-Jul-07 1:32
professionalTom Deketelaere23-Jul-07 1:32 
Questionsql query Pin
Sonia Gupta22-Jul-07 23:52
Sonia Gupta22-Jul-07 23:52 
GeneralRe: sql query Pin
mehul.pandya23-Jul-07 1:08
mehul.pandya23-Jul-07 1:08 
GeneralRe: sql query Pin
originSH23-Jul-07 1:16
originSH23-Jul-07 1:16 
AnswerRe: sql query Pin
andyharman23-Jul-07 1:26
professionalandyharman23-Jul-07 1:26 
Hi Sonia

To get the previous record:
select * from MyTable where ID in (select max(ID) from MyTable where ID < 5)
For the next record:
select * from MyTable where ID in (select min(ID) from MyTable where ID > 5)
Regards
Andy

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message".

GeneralRe: sql query Pin
GuyThiebaut23-Jul-07 2:24
professionalGuyThiebaut23-Jul-07 2:24 
QuestionRe: sql query Pin
andyharman23-Jul-07 5:52
professionalandyharman23-Jul-07 5:52 
AnswerRe: sql query Pin
GuyThiebaut23-Jul-07 22:55
professionalGuyThiebaut23-Jul-07 22:55 
Questiontext file to html Pin
Sebastian T Xavier22-Jul-07 23:22
Sebastian T Xavier22-Jul-07 23:22 
AnswerRe: text file to html Pin
Tom Deketelaere22-Jul-07 23:29
professionalTom Deketelaere22-Jul-07 23:29 
GeneralRe: text file to html Pin
Sebastian T Xavier23-Jul-07 0:14
Sebastian T Xavier23-Jul-07 0:14 
Questionusername and password Pin
saraswathy14322-Jul-07 23:16
saraswathy14322-Jul-07 23:16 
AnswerRe: username and password [modified] Pin
Tom Deketelaere22-Jul-07 23:25
professionalTom Deketelaere22-Jul-07 23:25 
GeneralRe: username and password Pin
saraswathy14323-Jul-07 18:34
saraswathy14323-Jul-07 18:34 
QuestionProblem with VS 2003 Pin
Vimalsoft(Pty) Ltd22-Jul-07 22:34
professionalVimalsoft(Pty) Ltd22-Jul-07 22:34 
AnswerRe: Problem with VS 2003 Pin
originSH23-Jul-07 1:17
originSH23-Jul-07 1:17 
GeneralRe: Problem with VS 2003 Pin
Vimalsoft(Pty) Ltd23-Jul-07 2:11
professionalVimalsoft(Pty) Ltd23-Jul-07 2:11 
QuestionHow to write into the text file line by line without the space in between the line? Pin
sweehin1822-Jul-07 21:47
sweehin1822-Jul-07 21:47 
AnswerRe: How to write into the text file line by line without the space in between the line? Pin
Tom Deketelaere22-Jul-07 22:32
professionalTom Deketelaere22-Jul-07 22:32 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
sweehin1822-Jul-07 22:57
sweehin1822-Jul-07 22:57 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
Tom Deketelaere22-Jul-07 23:11
professionalTom Deketelaere22-Jul-07 23:11 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
Luc Pattyn23-Jul-07 2:46
sitebuilderLuc Pattyn23-Jul-07 2:46 

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.