Click here to Skip to main content
15,902,777 members
Home / Discussions / Database
   

Database

 
GeneralRe: VB6 date vs SQL Server date Pin
jonathan1520-Jun-04 23:47
jonathan1520-Jun-04 23:47 
GeneralAllowCustomPaging = True, occurred problems. Pin
DotNet29-Mar-04 1:27
DotNet29-Mar-04 1:27 
GeneralHelp with Update and Merge Pin
markpirvine29-Mar-04 1:23
markpirvine29-Mar-04 1:23 
GeneralMinus equivalent in Access Pin
Meysam Mahfouzi28-Mar-04 23:07
Meysam Mahfouzi28-Mar-04 23:07 
GeneralRe: Minus equivalent in Access Pin
Mike Ellison29-Mar-04 5:46
Mike Ellison29-Mar-04 5:46 
GeneralRe: Minus equivalent in Access Pin
Meysam Mahfouzi29-Mar-04 17:14
Meysam Mahfouzi29-Mar-04 17:14 
QuestionHow Can I Insert a record between another rows? Pin
roshanak28-Mar-04 22:19
roshanak28-Mar-04 22:19 
AnswerRe: How Can I Insert a record between another rows? Pin
DiWa28-Mar-04 22:48
DiWa28-Mar-04 22:48 
UPDATE table SET PK =PK+1 WHERE PK>=X
INSERT INTO table(PK) VALUES(x)

But your DB may not allow a direct access to the PK field, depending on the implementation. In that case, simply forget it.

dirk
Generaldate part of getdate Pin
Goodway28-Mar-04 20:34
Goodway28-Mar-04 20:34 
GeneralRe: date part of getdate Pin
M Peer28-Mar-04 20:57
M Peer28-Mar-04 20:57 
GeneralFinding a given value in a DataCol Pin
sanjaysagrawal28-Mar-04 6:11
sanjaysagrawal28-Mar-04 6:11 
GeneralRe: Finding a given value in a DataCol Pin
Mazdak28-Mar-04 7:44
Mazdak28-Mar-04 7:44 
GeneralRe: Finding a given value in a DataCol Pin
sanjaysagrawal31-Mar-04 5:02
sanjaysagrawal31-Mar-04 5:02 
GeneralInsertion Practices Pin
Biggelo28-Mar-04 2:44
sussBiggelo28-Mar-04 2:44 
GeneralRe: Insertion Practices Pin
sanjaysagrawal28-Mar-04 6:02
sanjaysagrawal28-Mar-04 6:02 
GeneralRe: Insertion Practices Pin
Anonymous28-Mar-04 13:05
Anonymous28-Mar-04 13:05 
GeneralRe: Insertion Practices Pin
Mike Dimmick1-Apr-04 1:07
Mike Dimmick1-Apr-04 1:07 
QuestionADO Vs ADO.NET in vb.net .... what to choose ? Pin
Mohan G27-Mar-04 22:15
Mohan G27-Mar-04 22:15 
AnswerRe: ADO Vs ADO.NET in vb.net .... what to choose ? Pin
Sarvesvara (BVKS) Dasa28-Mar-04 0:04
Sarvesvara (BVKS) Dasa28-Mar-04 0:04 
QuestionCoCreateInstance initialisation error? Pin
P_JAYAPRAKASH26-Mar-04 1:03
P_JAYAPRAKASH26-Mar-04 1:03 
AnswerRe: CoCreateInstance initialisation error? Pin
Mike Dimmick26-Mar-04 5:04
Mike Dimmick26-Mar-04 5:04 
GeneralRe: CoCreateInstance initialisation error? Pin
P_JAYAPRAKASH28-Mar-04 18:40
P_JAYAPRAKASH28-Mar-04 18:40 
GeneralRe: CoCreateInstance initialisation error? Pin
Mike Dimmick1-Apr-04 1:09
Mike Dimmick1-Apr-04 1:09 
GeneralSQL Server 8.0 and 7.0 Pin
vikramlinux25-Mar-04 17:34
vikramlinux25-Mar-04 17:34 
GeneralRe: SQL Server 8.0 and 7.0 Pin
michanne26-Mar-04 2:39
michanne26-Mar-04 2:39 

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.