Click here to Skip to main content
15,903,385 members
Home / Discussions / Database
   

Database

 
QuestionPassing multiple values to a select statement Pin
Mel Padden7-Jun-07 0:32
Mel Padden7-Jun-07 0:32 
AnswerRe: Passing multiple values to a select statement Pin
ganti.r7-Jun-07 1:33
ganti.r7-Jun-07 1:33 
AnswerRe: Passing multiple values to a select statement Pin
Arun.Immanuel7-Jun-07 4:20
Arun.Immanuel7-Jun-07 4:20 
QuestionMSSQL 2000 Database Conversion to MSSQL 2005 Pin
UweOeder6-Jun-07 23:11
professionalUweOeder6-Jun-07 23:11 
AnswerRe: MSSQL 2000 Database Conversion to MSSQL 2005 Pin
originSH7-Jun-07 5:52
originSH7-Jun-07 5:52 
QuestionBring back certain records Pin
Brendan Vogt6-Jun-07 22:29
Brendan Vogt6-Jun-07 22:29 
AnswerRe: Bring back certain records Pin
Harini N K6-Jun-07 23:00
Harini N K6-Jun-07 23:00 
AnswerRe: Bring back certain records Pin
ScottM17-Jun-07 21:05
ScottM17-Jun-07 21:05 
If there is an identity column in the table that increments by 1 each time you could use the SQL BETWEEN statement like so:

SELECT * FROM table_name WHERE identity_column BETWEEN (page_num * 50 - 49) AND (page_num * 50)

That's if there is an identity column, hope it helps.

Ma se wat? Wink | ;)

There are 10 types of people in the world, those who understand binary and those who dont.

QuestionSubstracting dates in Oracle Pin
Diego F.6-Jun-07 21:49
Diego F.6-Jun-07 21:49 
AnswerRe: Substracting dates in Oracle Pin
Sathesh Sakthivel6-Jun-07 22:19
Sathesh Sakthivel6-Jun-07 22:19 
GeneralRe: Substracting dates in Oracle Pin
Diego F.6-Jun-07 22:50
Diego F.6-Jun-07 22:50 
QuestionImage Data type Comparision Pin
LishaDamian6-Jun-07 20:56
LishaDamian6-Jun-07 20:56 
AnswerRe: Image Data type Comparision Pin
Sathesh Sakthivel6-Jun-07 21:05
Sathesh Sakthivel6-Jun-07 21:05 
Question"data Source=?" to access my website database Pin
multimedia96-Jun-07 19:39
multimedia96-Jun-07 19:39 
AnswerRe: "data Source=?" to access my website database Pin
Paul Conrad7-Jun-07 3:52
professionalPaul Conrad7-Jun-07 3:52 
QuestionSyntax I Can't Understand Pin
Richard Andrew x646-Jun-07 17:05
professionalRichard Andrew x646-Jun-07 17:05 
AnswerRe: Syntax I Can't Understand Pin
Harini N K6-Jun-07 18:55
Harini N K6-Jun-07 18:55 
GeneralRe: Syntax I Can't Understand Pin
Richard Andrew x646-Jun-07 19:36
professionalRichard Andrew x646-Jun-07 19:36 
AnswerRe: Syntax I Can't Understand Pin
dotnetSong6-Jun-07 19:08
dotnetSong6-Jun-07 19:08 
GeneralRe: Syntax I Can't Understand Pin
Richard Andrew x646-Jun-07 19:36
professionalRichard Andrew x646-Jun-07 19:36 
QuestionUnique Long ID's in SQL Server 2005 Pin
Mike L.6-Jun-07 14:14
Mike L.6-Jun-07 14:14 
AnswerRe: Unique Long ID's in SQL Server 2005 Pin
Mike Dimmick6-Jun-07 14:49
Mike Dimmick6-Jun-07 14:49 
GeneralRe: Unique Long ID's in SQL Server 2005 Pin
Mike L.6-Jun-07 15:55
Mike L.6-Jun-07 15:55 
QuestionUpdating a record with DBTIMESTAMP in C++ Pin
Mark Kunkel6-Jun-07 9:48
Mark Kunkel6-Jun-07 9:48 
AnswerRe: Updating a record with DBTIMESTAMP in C++ Pin
Mike Dimmick6-Jun-07 11:45
Mike Dimmick6-Jun-07 11:45 

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.