Click here to Skip to main content
15,914,071 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB6 Button Color Pin
CPallini12-Feb-10 2:36
mveCPallini12-Feb-10 2:36 
GeneralRe: VB6 Button Color Pin
Jaison V12-Feb-10 2:51
Jaison V12-Feb-10 2:51 
GeneralRe: VB6 Button Color Pin
Doctor Nick12-Feb-10 3:01
Doctor Nick12-Feb-10 3:01 
GeneralRe: VB6 Button Color Pin
Jaison V12-Feb-10 4:08
Jaison V12-Feb-10 4:08 
GeneralRe: VB6 Button Color Pin
Doctor Nick12-Feb-10 4:17
Doctor Nick12-Feb-10 4:17 
AnswerRe: VB6 Button Color Pin
Dave Kreskowiak12-Feb-10 2:44
mveDave Kreskowiak12-Feb-10 2:44 
QuestionDifferent ADO.net Db Update Methods-What is better? Pin
gengel11-Feb-10 22:59
gengel11-Feb-10 22:59 
AnswerRe: Different ADO.net Db Update Methods-What is better? Pin
Wayne Gaylard12-Feb-10 0:24
professionalWayne Gaylard12-Feb-10 0:24 
I would say it all depends on the situaton. If you have a DataGrid bound to a DataTable, and your user adds a record through the DataGrid, then the first instance would probably be better. If in your data Layer you need a function to Save an object then I would use the second option. In the second option a stored procedure would definitely work. You need to set strSQl to the name of your Stored procedure, and then add
cmdAddNew.CommandType = CommandType.StoredProcedure .
QuestionJoin access table to sql server Pin
C#Coudou11-Feb-10 15:28
C#Coudou11-Feb-10 15:28 
AnswerRe: Join access table to sql server Pin
Mycroft Holmes11-Feb-10 15:55
professionalMycroft Holmes11-Feb-10 15:55 
GeneralRe: Join access table to sql server Pin
C#Coudou11-Feb-10 17:38
C#Coudou11-Feb-10 17:38 
QuestionHow do I call a method from a worker thread on the master thread? Pin
BlackCatDeveloper11-Feb-10 12:04
BlackCatDeveloper11-Feb-10 12:04 
QuestionApplication or setup Pin
Gagan.2011-Feb-10 3:00
Gagan.2011-Feb-10 3:00 
AnswerRe: Application or setup Pin
Dave Kreskowiak11-Feb-10 4:30
mveDave Kreskowiak11-Feb-10 4:30 
GeneralRe: Application or setup Pin
Gagan.2011-Feb-10 4:34
Gagan.2011-Feb-10 4:34 
GeneralRe: Application or setup Pin
The Man from U.N.C.L.E.11-Feb-10 13:15
The Man from U.N.C.L.E.11-Feb-10 13:15 
Questionvb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
gengel10-Feb-10 22:18
gengel10-Feb-10 22:18 
AnswerRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
Dave Kreskowiak11-Feb-10 1:42
mveDave Kreskowiak11-Feb-10 1:42 
GeneralRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
gengel11-Feb-10 2:12
gengel11-Feb-10 2:12 
GeneralRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
Dave Kreskowiak11-Feb-10 3:56
mveDave Kreskowiak11-Feb-10 3:56 
GeneralRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
gengel11-Feb-10 4:12
gengel11-Feb-10 4:12 
GeneralRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
Dave Kreskowiak11-Feb-10 5:02
mveDave Kreskowiak11-Feb-10 5:02 
GeneralRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
William Winner11-Feb-10 6:34
William Winner11-Feb-10 6:34 
AnswerRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
William Winner11-Feb-10 6:16
William Winner11-Feb-10 6:16 
AnswerRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
William Winner11-Feb-10 6:21
William Winner11-Feb-10 6:21 

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.