Click here to Skip to main content
15,909,530 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Dave Kreskowiak1-Nov-09 8:33
mveDave Kreskowiak1-Nov-09 8:33 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
0x3c01-Nov-09 4:23
0x3c01-Nov-09 4:23 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 4:25
offroaderdan1-Nov-09 4:25 
QuestionDatagridview combined filter Pin
LuxCoder31-Oct-09 12:07
LuxCoder31-Oct-09 12:07 
QuestionUnbound Checkbox column in DataGridView Pin
LuxCoder31-Oct-09 11:55
LuxCoder31-Oct-09 11:55 
AnswerRe: Unbound Checkbox column in DataGridView Pin
Henry Minute31-Oct-09 12:17
Henry Minute31-Oct-09 12:17 
QuestionInserting values into DB Pin
LuxCoder31-Oct-09 11:44
LuxCoder31-Oct-09 11:44 
AnswerRe: Inserting values into DB Pin
Henry Minute31-Oct-09 12:05
Henry Minute31-Oct-09 12:05 
Try changing your command to:
            Using command As New SqlClient.SqlCommand("INSERT INTO [MachineProfile] ([MachineID], [Category], [Type], [Brand], [Model], [Quantity],
 [SalePrice], [RentalRate], [ListingDate], [Agent], [Availability], [PurchaseDate], [Kmsrun], [HoursRun], [ChasisNo], [EngineNo], [OtherSpec], [WebEntry], 
[Ownership]) VALUES (@MachineID, @Category, @Type, @Brand, @Model, @Quantity, @SalePrice, @RentalRate, @ListingDate, @Agent, @Availability, @PurchaseDate, 
@Kmsrun, @HoursRun, @ChasisNo, @EngineNo, @OtherSpec, @WebEntry, @Ownership) where [MachineID] = <big>@MachineID</big>", connection)


Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

AnswerRe: Inserting values into DB Pin
Luc Pattyn31-Oct-09 12:06
sitebuilderLuc Pattyn31-Oct-09 12:06 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:11
LuxCoder31-Oct-09 12:11 
AnswerRe: Inserting values into DB Pin
Christian Graus31-Oct-09 12:08
protectorChristian Graus31-Oct-09 12:08 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:13
LuxCoder31-Oct-09 12:13 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:45
LuxCoder31-Oct-09 12:45 
QuestionMapWindowGIS Pin
hira0831-Oct-09 7:29
hira0831-Oct-09 7:29 
AnswerRe: MapWindowGIS Pin
DaveAuld31-Oct-09 7:40
professionalDaveAuld31-Oct-09 7:40 
GeneralRe: MapWindowGIS Pin
hira081-Nov-09 3:03
hira081-Nov-09 3:03 
GeneralRe: MapWindowGIS Pin
DaveAuld1-Nov-09 7:38
professionalDaveAuld1-Nov-09 7:38 
Questioncreate somthing like this see the example pl multi select Pin
neverpleat31-Oct-09 5:52
neverpleat31-Oct-09 5:52 
AnswerRe: create somthing like this see the example pl multi select Pin
Henry Minute31-Oct-09 6:07
Henry Minute31-Oct-09 6:07 
GeneralRe: create somthing like this see the example pl multi select Pin
neverpleat31-Oct-09 7:23
neverpleat31-Oct-09 7:23 
GeneralRe: create somthing like this see the example pl multi select Pin
Henry Minute31-Oct-09 10:22
Henry Minute31-Oct-09 10:22 
AnswerRe: create somthing like this see the example pl multi select Pin
Luc Pattyn31-Oct-09 6:27
sitebuilderLuc Pattyn31-Oct-09 6:27 
QuestionHow to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 2:59
Luc Baetsle31-Oct-09 2:59 
AnswerRe: How to clear multiple textboxes in a form (using vb.net) Pin
Milad.Biroonvand31-Oct-09 3:06
Milad.Biroonvand31-Oct-09 3:06 
GeneralRe: How to clear multiple textboxes in a form (using vb.net) Pin
Luc Baetsle31-Oct-09 3:11
Luc Baetsle31-Oct-09 3:11 

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.