Click here to Skip to main content
15,914,642 members
Home / Discussions / Database
   

Database

 
GeneralRe: VB6 date vs SQL Server date Pin
gpa20001-Apr-04 20:28
gpa20001-Apr-04 20:28 
GeneralRe: VB6 date vs SQL Server date Pin
Mike Dimmick2-Apr-04 1:46
Mike Dimmick2-Apr-04 1:46 
GeneralRe: VB6 date vs SQL Server date Pin
gpa20002-Apr-04 11:12
gpa20002-Apr-04 11:12 
GeneralRe: VB6 date vs SQL Server date Pin
jonathan151-Apr-04 3:12
jonathan151-Apr-04 3:12 
GeneralRe: VB6 date vs SQL Server date Pin
Jesse Evans18-Jun-04 6:31
Jesse Evans18-Jun-04 6:31 
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 
Hi,

I using http://support.microsoft.com/?kbid=320301 as a guide to building a
webservice with a collection of methods for requesting and updating data.
The client will request some data, change it/add more rows, then send it
back to be updated on the server. When the client adds a new row I would
like the identity of the row to be negative, start at -1 and move down.
However when I'm populating the dataset I have to use
FillSchema(ds,SchemaType.Mapped,"Details") if I want the Merge method to
work properly. This prevents my id's from starting at -1, infact it causes
conflicts. Because if the last id in the database is 60, then new rows
added by the client will start at 59. Is there anyway to resolve this? Or
should I omit the FillSchema method and just remove rows with negative id
when the merge is complete? As the client devices are handles, I would like
to keep any extra steps to a minimum.

Any help would be greatly appreciated,

Mark
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 
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 

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.