Click here to Skip to main content
15,920,618 members
Home / Discussions / C#
   

C#

 
GeneralRe: error display variable value/type Pin
George_George7-Jul-08 2:28
George_George7-Jul-08 2:28 
QuestionI want a code login on C#.net pleas Pin
koromankung6-Jul-08 2:05
koromankung6-Jul-08 2:05 
Questioncan not set breakpoint [modified] Pin
George_George6-Jul-08 2:00
George_George6-Jul-08 2:00 
AnswerRe: can not set breakpoint Pin
leppie6-Jul-08 3:50
leppie6-Jul-08 3:50 
GeneralRe: can not set breakpoint Pin
George_George6-Jul-08 15:51
George_George6-Jul-08 15:51 
AnswerRe: can not set breakpoint Pin
Tony Richards6-Jul-08 10:40
Tony Richards6-Jul-08 10:40 
GeneralRe: can not set breakpoint Pin
George_George6-Jul-08 15:52
George_George6-Jul-08 15:52 
QuestionHow to execute oracle procedure in c# Pin
Puneri6-Jul-08 1:29
Puneri6-Jul-08 1:29 
AnswerRe: How to execute oracle procedure in c# Pin
darkelv6-Jul-08 2:18
darkelv6-Jul-08 2:18 
QuestionmdiChild Form Pin
zeeShan anSari6-Jul-08 1:28
zeeShan anSari6-Jul-08 1:28 
AnswerRe: mdiChild Form Pin
DaveyM696-Jul-08 1:38
professionalDaveyM696-Jul-08 1:38 
GeneralRe: mdiChild Form Pin
zeeShan anSari6-Jul-08 1:54
zeeShan anSari6-Jul-08 1:54 
QuestionHow to lock record when inserting Pin
dabuskol5-Jul-08 23:33
dabuskol5-Jul-08 23:33 
AnswerRe: How to lock record when inserting Pin
Nader Elshehabi6-Jul-08 0:29
Nader Elshehabi6-Jul-08 0:29 
GeneralRe: How to lock record when inserting Pin
dabuskol6-Jul-08 1:01
dabuskol6-Jul-08 1:01 
Thanks,

I have existing table with more than 50K records and it is running live at the moment.
For now, I can't modify the table to have another columns with type IDENTITY.

I have two step in inserting records.
First is where I have the problem to get the TMP key, once everything is finalized I users will click the SUBMIT button. it goes to step two.

Second step is to update the key to its original format "yymm-sequence" and I am already using your recommendations.

What I want is a locked statement.
1- Ask the server for a key -In a very poor performance way by the way!-
(What is your recommendation, I generate akey on my own? without connecting to the DB?)
2- Attach that key to my Record
-- I WANT SOME SORT OF LOCKING HERE ON THIS PART BEFORE STEP 3 ---
3- Send record to server


Thanks.

Dabsukol

GeneralRe: How to lock record when inserting Pin
Nader Elshehabi6-Jul-08 1:13
Nader Elshehabi6-Jul-08 1:13 
AnswerRe: How to lock record when inserting Pin
Pete O'Hanlon6-Jul-08 11:09
mvePete O'Hanlon6-Jul-08 11:09 
QuestionQuestion about running threads in C# Pin
Yanshof5-Jul-08 21:46
Yanshof5-Jul-08 21:46 
AnswerRe: Question about running threads in C# Pin
Nader Elshehabi6-Jul-08 0:50
Nader Elshehabi6-Jul-08 0:50 
QuestionEditing DataGridViewImageCell? Pin
anton-095-Jul-08 19:34
anton-095-Jul-08 19:34 
AnswerRe: Editing DataGridViewImageCell? Pin
Nader Elshehabi6-Jul-08 0:54
Nader Elshehabi6-Jul-08 0:54 
QuestionVS2005 whether there are similar delphi in the control Notebook Pin
ChinaTJBoy5-Jul-08 17:54
ChinaTJBoy5-Jul-08 17:54 
AnswerRe: VS2005 whether there are similar delphi in the control Notebook Pin
Nader Elshehabi6-Jul-08 0:20
Nader Elshehabi6-Jul-08 0:20 
Questionhow to change DataGridView Event calling sequence Pin
Xmen Real 5-Jul-08 17:49
professional Xmen Real 5-Jul-08 17:49 
AnswerRe: how to change DataGridView Event calling sequence Pin
Nader Elshehabi6-Jul-08 0:18
Nader Elshehabi6-Jul-08 0:18 

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.