Click here to Skip to main content
15,913,124 members
Home / Discussions / C#
   

C#

 
AnswerRe: Setup project: Icon for the desktop does not appear on Win 2000 Pin
Syed Muhammad Kamran24-Jan-07 0:19
Syed Muhammad Kamran24-Jan-07 0:19 
Questionsending a string using serial port Pin
Petra23-Jan-07 20:24
Petra23-Jan-07 20:24 
AnswerRe: sending a string using serial port Pin
engsrini23-Jan-07 22:49
engsrini23-Jan-07 22:49 
Questiondatatable size Pin
boss-tech23-Jan-07 19:27
boss-tech23-Jan-07 19:27 
AnswerRe: datatable size Pin
stancrm23-Jan-07 19:41
stancrm23-Jan-07 19:41 
AnswerRe: datatable size Pin
bobsugar22223-Jan-07 21:16
bobsugar22223-Jan-07 21:16 
Questionhow do i store values temporarily Pin
samuelred23-Jan-07 18:23
samuelred23-Jan-07 18:23 
AnswerRe: how do i store values temporarily Pin
Russell Jones23-Jan-07 22:27
Russell Jones23-Jan-07 22:27 
It depends how temporary you want to be. If you want stuff in memory within your app then create a collection<t> and stick your objects in there. If its a web app maybe you need to create an "InProgress" table in the DB. If it's a remote client like a sales laptop maybe you can save an XML file to disk. There are always thousands of solutions to these problems and you need to work out the best one for your task.

Is your database creating the IDs? If it is I would be tempted to get the clients to create the IDs using GUID.NewGUID(); and use the same GUID for all the linked records.
The ID that the customer sees does not have to be the same ID that links the table. GUIDs aren't everyone's cup of tea though; I'm sure there have been a fair few conversations on code project in the past about using them.

HTH

Russell
AnswerRe: how do i store values temporarily Pin
Bhupi Bhai23-Jan-07 22:33
Bhupi Bhai23-Jan-07 22:33 
GeneralRe: how do i store values temporarily Pin
samuelred24-Jan-07 13:21
samuelred24-Jan-07 13:21 
Questioni need help splitting '123456' into ['1','2','3','4','5','6'] Pin
NZSmartie23-Jan-07 17:50
NZSmartie23-Jan-07 17:50 
AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
Christian Graus23-Jan-07 17:59
protectorChristian Graus23-Jan-07 17:59 
AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
gauthee23-Jan-07 21:15
gauthee23-Jan-07 21:15 
AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
Robert Rohde23-Jan-07 22:24
Robert Rohde23-Jan-07 22:24 
AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
saravanan_raju24-Jan-07 0:16
saravanan_raju24-Jan-07 0:16 
Question[Message Deleted] Pin
qumar23-Jan-07 17:35
qumar23-Jan-07 17:35 
Answertroll alert Pin
Christian Graus23-Jan-07 17:57
protectorChristian Graus23-Jan-07 17:57 
AnswerRe: help in project Pin
aamironline23-Jan-07 18:05
aamironline23-Jan-07 18:05 
AnswerRe: help in project Pin
Martin#23-Jan-07 21:21
Martin#23-Jan-07 21:21 
AnswerRe: help in project Pin
Russell Jones23-Jan-07 22:32
Russell Jones23-Jan-07 22:32 
AnswerRe: help in project Pin
wasife24-Jan-07 0:26
wasife24-Jan-07 0:26 
QuestionConnect to Oracle Pin
Niiiissssshhhhhuuuuu23-Jan-07 16:39
Niiiissssshhhhhuuuuu23-Jan-07 16:39 
AnswerRe: Connect to Oracle Pin
Christian Graus23-Jan-07 17:25
protectorChristian Graus23-Jan-07 17:25 
GeneralRe: Connect to Oracle Pin
Niiiissssshhhhhuuuuu23-Jan-07 22:29
Niiiissssshhhhhuuuuu23-Jan-07 22:29 
AnswerRe: Connect to Oracle [modified] Pin
M Riaz Bashir23-Jan-07 20:09
M Riaz Bashir23-Jan-07 20:09 

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.