Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change value in Sql field using parameters
Message
From
26/01/2003 14:38:24
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Change value in Sql field using parameters
Miscellaneous
Thread ID:
00745559
Message ID:
00745559
Views:
50
Hi,

Using VS Framework .net, Windows Forms and VB .net

I am trying to insert a new value when a new record is inserted into the Sql Table using the following commands. The Connection and DataAdapter are created using the dataadapter wizards. Not having any problems with fields that have controls assigned to them in the form, just sql fields with not controls defined. SqlInsertCommand1 is the assigned name that shows in the property window.

SqlInsertCommand1.Parameters("@DateInsert").Value = Now
SqlInsertCommand1.Parameters("@DateUpdate").Value = Now
SqlInsertCommand1.Parameters("@StatusDate").Value = Now

Me.SqlDaListing.Update(Listing01_Ds1, "Listing")

All fields except the three parameter fields above gets inserted into the sql record.

What do I need to do to have these values inserted properly?

Thanks
Roland
Next
Reply
Map
View

Click here to load this message in the networking platform