Click here to Skip to main content
15,921,062 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionInsufficient memory to continue the execution of the program Pin
jhyn16-Oct-08 0:16
jhyn16-Oct-08 0:16 
AnswerRe: Insufficient memory to continue the execution of the program Pin
Steven J Jowett16-Oct-08 1:26
Steven J Jowett16-Oct-08 1:26 
AnswerRe: Insufficient memory to continue the execution of the program Pin
rohitkpurohit16-Oct-08 4:21
rohitkpurohit16-Oct-08 4:21 
QuestionMaking a colored string Pin
Ballita15-Oct-08 23:30
Ballita15-Oct-08 23:30 
AnswerRe: Making a colored string Pin
Gagan.2015-Oct-08 23:51
Gagan.2015-Oct-08 23:51 
AnswerRe: Making a colored string Pin
Steven J Jowett16-Oct-08 1:29
Steven J Jowett16-Oct-08 1:29 
Questionsynchronization of dataset with sql server database Pin
praveenkumar palla15-Oct-08 20:09
praveenkumar palla15-Oct-08 20:09 
AnswerRe: synchronization of dataset with sql server database Pin
Dave Kreskowiak16-Oct-08 2:28
mveDave Kreskowiak16-Oct-08 2:28 
praveenkumar palla wrote:
and after that another user updated the database but my dataset doesn't have these updates


This requirement just dictated to you that you can't just load the data in FormLoad and hold onto it. Now you have no choice but to keep the round trips and hold onto data only as long as you need to update it.

Search Googling around for "ADO.NET Concurrency" and you'll find that this is not an easy problem to solve.

Oh...and "Merge" isn't going to help you here.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionDLL Issue Pin
Tauseef A15-Oct-08 17:10
Tauseef A15-Oct-08 17:10 
AnswerRe: DLL Issue Pin
Dave Kreskowiak15-Oct-08 17:48
mveDave Kreskowiak15-Oct-08 17:48 
GeneralRe: DLL Issue Pin
nishkarsh_k15-Oct-08 20:15
nishkarsh_k15-Oct-08 20:15 
QuestionSample Code to get data in a Table A not in other table B to Table C automatically Pin
Thayhor15-Oct-08 13:43
Thayhor15-Oct-08 13:43 
AnswerRe: Sample Code to get data in a Table A not in other table B to Table C automatically Pin
jzonthemtn15-Oct-08 13:51
jzonthemtn15-Oct-08 13:51 
AnswerRe: Sample Code to get data in a Table A not in other table B to Table C automatically Pin
Guffa16-Oct-08 1:34
Guffa16-Oct-08 1:34 
QuestionNetwork enabled app Pin
Ekjon15-Oct-08 11:08
Ekjon15-Oct-08 11:08 
AnswerRe: Network enabled app Pin
Dave Kreskowiak15-Oct-08 17:44
mveDave Kreskowiak15-Oct-08 17:44 
GeneralRe: Network enabled app Pin
Ekjon16-Oct-08 5:52
Ekjon16-Oct-08 5:52 
GeneralRe: Network enabled app Pin
Dave Kreskowiak16-Oct-08 6:36
mveDave Kreskowiak16-Oct-08 6:36 
GeneralRe: Network enabled app Pin
Ekjon16-Oct-08 6:56
Ekjon16-Oct-08 6:56 
GeneralRe: Network enabled app Pin
Dave Kreskowiak16-Oct-08 10:35
mveDave Kreskowiak16-Oct-08 10:35 
GeneralRe: Network enabled app Pin
Ekjon16-Oct-08 11:01
Ekjon16-Oct-08 11:01 
QuestionVB6 Winsock cannot receive NULL? Pin
Levisvv15-Oct-08 6:37
Levisvv15-Oct-08 6:37 
QuestionMail sending failed Pin
Sebastian T Xavier15-Oct-08 5:19
Sebastian T Xavier15-Oct-08 5:19 
AnswerRe: Mail sending failed Pin
Ashfield15-Oct-08 5:21
Ashfield15-Oct-08 5:21 
GeneralRe: Mail sending failed Pin
Sebastian T Xavier15-Oct-08 5:29
Sebastian T Xavier15-Oct-08 5:29 

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.