Click here to Skip to main content
15,910,471 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Insert/Overwrite Pin
UltraCoder2-Nov-06 11:05
UltraCoder2-Nov-06 11:05 
QuestionScreensaver Command Line Arguments Pin
Quasarchangel2-Nov-06 5:03
Quasarchangel2-Nov-06 5:03 
QuestionVb.net - multi user Pin
Silver-Grey2-Nov-06 4:48
Silver-Grey2-Nov-06 4:48 
AnswerRe: Vb.net - multi user Pin
Dave Kreskowiak2-Nov-06 7:24
mveDave Kreskowiak2-Nov-06 7:24 
GeneralRe: Vb.net - multi user Pin
Silver-Grey2-Nov-06 8:33
Silver-Grey2-Nov-06 8:33 
GeneralRe: Vb.net - multi user Pin
Dave Kreskowiak2-Nov-06 8:48
mveDave Kreskowiak2-Nov-06 8:48 
GeneralRe: Vb.net - multi user Pin
Silver-Grey2-Nov-06 11:36
Silver-Grey2-Nov-06 11:36 
AnswerRe: Vb.net - multi user Pin
Dave Sexton2-Nov-06 20:03
Dave Sexton2-Nov-06 20:03 
Each PC will run its own instance/instances of the app. It's up to you as the developer to provide the app the ability to communicate with the database on the server. Using Access as a database is a real pain (and it's also limited to a 2GB file size), and as such I'd recommend using SQL Server.

Also, ADO.NET uses a disconnected data object model in that the app does not persist any connection to the database - it connects, retrieves data & disconnects. This allows your apps to be far more scalable however, concurrency of records then becomes an issue.

Learning ADO.NET[^]
Introduction to Data Concurrency in ADO.NET[^]
Questionprintpreview without 'generating document'-form Pin
Smithers-Jones2-Nov-06 4:20
Smithers-Jones2-Nov-06 4:20 
QuestionReading strings from binary files Pin
Ben Dessau2-Nov-06 4:20
Ben Dessau2-Nov-06 4:20 
QuestionWIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Joey Picerno2-Nov-06 4:17
Joey Picerno2-Nov-06 4:17 
AnswerRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Dave Kreskowiak2-Nov-06 7:14
mveDave Kreskowiak2-Nov-06 7:14 
GeneralRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Joey Picerno2-Nov-06 8:02
Joey Picerno2-Nov-06 8:02 
GeneralRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Dave Kreskowiak2-Nov-06 8:09
mveDave Kreskowiak2-Nov-06 8:09 
AnswerSolved!!!! Pin
Joey Picerno2-Nov-06 11:06
Joey Picerno2-Nov-06 11:06 
AnswerRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Guffa2-Nov-06 7:53
Guffa2-Nov-06 7:53 
QuestionRecent files in combobox Pin
johnjsm2-Nov-06 4:17
johnjsm2-Nov-06 4:17 
AnswerRe: Recent files in combobox Pin
Dave Kreskowiak2-Nov-06 7:05
mveDave Kreskowiak2-Nov-06 7:05 
AnswerRe: Recent files in combobox Pin
OldWarhorse4-Nov-06 2:21
OldWarhorse4-Nov-06 2:21 
Questiondata grid and odbc,plz help Pin
binujeesman2-Nov-06 3:13
binujeesman2-Nov-06 3:13 
AnswerRe: data grid and odbc,plz help Pin
nlarson112-Nov-06 3:40
nlarson112-Nov-06 3:40 
GeneralRe: data grid and odbc,plz help Pin
binujeesman3-Nov-06 19:24
binujeesman3-Nov-06 19:24 
QuestionHow to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 2:56
kaiwnyt2-Nov-06 2:56 
AnswerRe: How to load other forms in a windows form ? Pin
darkelv2-Nov-06 3:11
darkelv2-Nov-06 3:11 
GeneralRe: How to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 4:02
kaiwnyt2-Nov-06 4:02 

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.