Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help: ASP.NET Ajax client-side framework failed to load. Pin
Kip Smith18-Dec-08 4:11
Kip Smith18-Dec-08 4:11 
Questionhow to send and read data through serial port using visual studio 2005? Pin
vivekmenon170617-Dec-08 8:03
vivekmenon170617-Dec-08 8:03 
AnswerRe: how to send and read data through serial port using visual studio 2005? Pin
Ben Fair17-Dec-08 8:51
Ben Fair17-Dec-08 8:51 
GeneralRe: how to send and read data through serial port using visual studio 2005? Pin
Luc Pattyn17-Dec-08 8:57
sitebuilderLuc Pattyn17-Dec-08 8:57 
QuestionOOOOOOOPS!!!!! Pin
kshincsk17-Dec-08 7:58
kshincsk17-Dec-08 7:58 
GeneralRe: OOOOOOOPS!!!!! Pin
Luc Pattyn17-Dec-08 9:00
sitebuilderLuc Pattyn17-Dec-08 9:00 
QuestionMulti User Application with Access database Pin
kshincsk17-Dec-08 7:56
kshincsk17-Dec-08 7:56 
AnswerRe: Multi User Application with Access database Pin
Dave Kreskowiak18-Dec-08 2:10
mveDave Kreskowiak18-Dec-08 2:10 
The problem with generating the case ID first is that two users can get caseIDs before either one is written to the database. Your primary key shouldn't be generated and should NOT be calculated until the record using it is written to the database. You don't checkout a case ID first, you get it last, after certain minimum data is written to the database.

Also, Access is NOT a good candidate for a multiuser database. Yes, there are people around here who will argue that point, but I've supported too many of these and had to fix too many problems with them to given these people any credit.


A guide to posting questions on CodeProject[^]



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




GeneralRe: Multi User Application with Access database Pin
kshincsk19-Dec-08 4:10
kshincsk19-Dec-08 4:10 
GeneralRe: Multi User Application with Access database Pin
Dave Kreskowiak19-Dec-08 12:08
mveDave Kreskowiak19-Dec-08 12:08 
GeneralRe: Multi User Application with Access database Pin
kshincsk22-Dec-08 1:05
kshincsk22-Dec-08 1:05 
GeneralRe: Multi User Application with Access database Pin
Dave Kreskowiak22-Dec-08 2:12
mveDave Kreskowiak22-Dec-08 2:12 
Question[Message Deleted] Pin
MS Lee17-Dec-08 4:22
MS Lee17-Dec-08 4:22 
AnswerRe: is it possible to import a dll file which was developed my vb.net in to a asp.net application? Pin
Tom Deketelaere17-Dec-08 4:52
professionalTom Deketelaere17-Dec-08 4:52 
GeneralRe: is it possible to import a dll file which was developed my vb.net in to a asp.net application? Pin
Jon_Boy17-Dec-08 6:09
Jon_Boy17-Dec-08 6:09 
AnswerRe: is it possible to import a dll file which was developed my vb.net in to a asp.net application? Pin
Paul Conrad17-Dec-08 5:44
professionalPaul Conrad17-Dec-08 5:44 
QuestionMkdir function Pin
dennymw17-Dec-08 0:18
dennymw17-Dec-08 0:18 
AnswerRe: Mkdir function Pin
Simon P Stevens17-Dec-08 0:43
Simon P Stevens17-Dec-08 0:43 
GeneralRe: Mkdir function Pin
dennymw17-Dec-08 2:09
dennymw17-Dec-08 2:09 
Question2D closet Designer Pin
willy200516-Dec-08 23:28
willy200516-Dec-08 23:28 
QuestionDebugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
~Khatri Mitesh~16-Dec-08 21:47
~Khatri Mitesh~16-Dec-08 21:47 
AnswerRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
Simon P Stevens16-Dec-08 22:44
Simon P Stevens16-Dec-08 22:44 
GeneralRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
astanton197817-Dec-08 3:34
astanton197817-Dec-08 3:34 
GeneralRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
Jon_Boy17-Dec-08 4:13
Jon_Boy17-Dec-08 4:13 
GeneralRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
astanton197817-Dec-08 4:15
astanton197817-Dec-08 4:15 

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.