Click here to Skip to main content
16,008,750 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCreate new Shortcut Pin
kostasdiktia26-Apr-06 8:44
kostasdiktia26-Apr-06 8:44 
AnswerRe: Create new Shortcut Pin
Eric Dahlvang6-Apr-06 11:26
Eric Dahlvang6-Apr-06 11:26 
GeneralRe: Create new Shortcut Pin
kostasdiktia26-Apr-06 12:10
kostasdiktia26-Apr-06 12:10 
GeneralRe: Create new Shortcut Pin
Dave Kreskowiak6-Apr-06 14:13
mveDave Kreskowiak6-Apr-06 14:13 
GeneralRe: Create new Shortcut Pin
kostasdiktia26-Apr-06 15:09
kostasdiktia26-Apr-06 15:09 
QuestionHow to update database using values in textboxes Pin
Mohit Namdeo6-Apr-06 7:44
Mohit Namdeo6-Apr-06 7:44 
AnswerRe: How to update database using values in textboxes Pin
albCode6-Apr-06 8:11
albCode6-Apr-06 8:11 
AnswerRe: How to update database using values in textboxes Pin
minhnguyen086-Apr-06 20:02
minhnguyen086-Apr-06 20:02 
Hi!Mohit Namdeo.
All steps right but not enough. When you input on textboxs then datas only update on dataset no update on database. so you must do that.
here code on button update
be sure the connection,dataset,oledb...are created.
private sub update_click(...)
{
oledb.update(dataset)
}
end sub
good luckRoll eyes | :rolleyes:

QuestionSelf contained app development... Pin
Sam Marrocco6-Apr-06 4:51
Sam Marrocco6-Apr-06 4:51 
AnswerRe: Self contained app development... Pin
Dave Kreskowiak6-Apr-06 14:08
mveDave Kreskowiak6-Apr-06 14:08 
GeneralRe: Self contained app development... Pin
Sam Marrocco6-Apr-06 14:58
Sam Marrocco6-Apr-06 14:58 
GeneralRe: Self contained app development... Pin
Dave Kreskowiak6-Apr-06 15:43
mveDave Kreskowiak6-Apr-06 15:43 
GeneralRe: Self contained app development... Pin
Sam Marrocco6-Apr-06 15:50
Sam Marrocco6-Apr-06 15:50 
GeneralRe: Self contained app development... Pin
Dave Kreskowiak6-Apr-06 18:06
mveDave Kreskowiak6-Apr-06 18:06 
GeneralRe: Self contained app development... Pin
Sam Marrocco7-Apr-06 1:58
Sam Marrocco7-Apr-06 1:58 
QuestionSetting font properties for printing Pin
jhoga6-Apr-06 4:28
jhoga6-Apr-06 4:28 
AnswerRe: Setting font properties for printing Pin
Dave Kreskowiak6-Apr-06 14:05
mveDave Kreskowiak6-Apr-06 14:05 
GeneralRe: Setting font properties for printing Pin
jhoga7-Apr-06 3:07
jhoga7-Apr-06 3:07 
QuestionProblem in Command.ExecuteNonQuery Pin
Amit Agarrwal6-Apr-06 4:02
Amit Agarrwal6-Apr-06 4:02 
AnswerRe: Problem in Command.ExecuteNonQuery Pin
Guffa6-Apr-06 6:56
Guffa6-Apr-06 6:56 
GeneralRe: Problem in Command.ExecuteNonQuery Pin
Amit Agarrwal6-Apr-06 18:31
Amit Agarrwal6-Apr-06 18:31 
QuestionConvert C# to VB.NET 2005 Pin
FloatingPointCode6-Apr-06 3:37
FloatingPointCode6-Apr-06 3:37 
AnswerRe: Convert C# to VB.NET 2005 Pin
Dave Doknjas6-Apr-06 12:42
Dave Doknjas6-Apr-06 12:42 
Questionreading excel file Pin
sudharsong6-Apr-06 2:11
sudharsong6-Apr-06 2:11 
AnswerRe: reading excel file Pin
Mekong River6-Apr-06 17:00
Mekong River6-Apr-06 17:00 

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.