Click here to Skip to main content
15,901,666 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: List Box Selecting in VB 6 Pin
Dave Kreskowiak14-Jan-05 1:37
mveDave Kreskowiak14-Jan-05 1:37 
GeneralIcons on Button Pin
Rizwan Bashir13-Jan-05 21:44
Rizwan Bashir13-Jan-05 21:44 
GeneralRe: Icons on Button Pin
Tom John14-Jan-05 4:09
Tom John14-Jan-05 4:09 
Generalpopulate a textbox with results of a recordset search Pin
jlawren7713-Jan-05 9:31
jlawren7713-Jan-05 9:31 
GeneralRe: populate a textbox with results of a recordset search Pin
Edbert P13-Jan-05 17:14
Edbert P13-Jan-05 17:14 
GeneralRe: populate a textbox with results of a recordset search Pin
jlawren7715-Jan-05 5:45
jlawren7715-Jan-05 5:45 
GeneralUpdate Access Database Pin
victor_ba8513-Jan-05 8:58
victor_ba8513-Jan-05 8:58 
GeneralRe: Update Access Database Pin
Edbert P13-Jan-05 17:37
Edbert P13-Jan-05 17:37 
You need to create the InsertCommand and assign it to your DataAdapter.
Basically this means you need to supply an SQL on how the data should be inserted into the database, e.g. "INSERT INTO DVD (DVDName) VALUES (@DVDName)".
You can use CommandBuilder to let .NET try to build an SQL script for you, but I recommend writing your own SQL so you know exactly what is changed in your database.

Have a look at this article[^] to find out more about InsertCommand.

I hope this helps Smile | :)

Edbert P.
Sydney, Australia.
General(Hopefully) Simple Install Question Pin
Mitch F.13-Jan-05 8:06
Mitch F.13-Jan-05 8:06 
GeneralSystemMenu Icons... Pin
TAlvord13-Jan-05 6:27
TAlvord13-Jan-05 6:27 
GeneralRe: SystemMenu Icons... Pin
Rizwan Bashir13-Jan-05 21:59
Rizwan Bashir13-Jan-05 21:59 
GeneralRe: SystemMenu Icons... Pin
TAlvord14-Jan-05 13:20
TAlvord14-Jan-05 13:20 
GeneralSome difficult task in VB.NET Pin
Mekong River13-Jan-05 5:40
Mekong River13-Jan-05 5:40 
GeneralRe: Some difficult task in VB.NET Pin
Charlie Williams13-Jan-05 6:22
Charlie Williams13-Jan-05 6:22 
GeneralRe: Some difficult task in VB.NET Pin
Mekong River14-Jan-05 4:53
Mekong River14-Jan-05 4:53 
Generalcalculate total time "Access" Pin
sevan13-Jan-05 4:10
sevan13-Jan-05 4:10 
GeneralRe: calculate total time "Access" Pin
Jim Matthews13-Jan-05 5:10
Jim Matthews13-Jan-05 5:10 
GeneralRe: calculate total time "Access" Pin
sevan13-Jan-05 19:33
sevan13-Jan-05 19:33 
GeneralRe: calculate total time "Access" Pin
Jim Matthews14-Jan-05 4:16
Jim Matthews14-Jan-05 4:16 
Generalshow form2 ........ Pin
Ritesh123413-Jan-05 4:05
Ritesh123413-Jan-05 4:05 
GeneralRe: show form2 ........ Pin
Charlie Williams13-Jan-05 5:51
Charlie Williams13-Jan-05 5:51 
GeneralRe: show form2 ........ Pin
aprx16-Jan-05 0:38
aprx16-Jan-05 0:38 
QuestionBitmap to jpg in memory? Pin
[DK]KiloDunse12-Jan-05 23:55
[DK]KiloDunse12-Jan-05 23:55 
AnswerRe: Bitmap to jpg in memory? Pin
Ritesh123413-Jan-05 3:23
Ritesh123413-Jan-05 3:23 
GeneralRe: Bitmap to jpg in memory? Pin
[DK]KiloDunse13-Jan-05 3:35
[DK]KiloDunse13-Jan-05 3:35 

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.