Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Array of bytes to Korean chars array? [modified] Pin
Cptkli1-Dec-07 12:19
Cptkli1-Dec-07 12:19 
GeneralRe: Array of bytes to Korean chars array? Pin
mid=57411-Dec-07 13:30
mid=57411-Dec-07 13:30 
Questioncollection search Pin
Eli Nurman1-Dec-07 6:25
Eli Nurman1-Dec-07 6:25 
AnswerRe: collection search Pin
Kevin McFarlane1-Dec-07 7:52
Kevin McFarlane1-Dec-07 7:52 
GeneralRe: collection search Pin
Paul Conrad1-Dec-07 9:15
professionalPaul Conrad1-Dec-07 9:15 
GeneralRe: collection search Pin
Kevin McFarlane1-Dec-07 11:34
Kevin McFarlane1-Dec-07 11:34 
AnswerRe: collection search Pin
PIEBALDconsult1-Dec-07 10:14
mvePIEBALDconsult1-Dec-07 10:14 
Questionunable to update a table on a access database [modified] Pin
mocasu1-Dec-07 6:02
mocasu1-Dec-07 6:02 
hi all,

Any ideas as to why the database is not being updated will be greatly appreciated!

It is driving me mad...and I just can't see what i am doing wrong Confused | :confused:



string dId = "Golden";
string dCharge = "150";

OleDbConnection connectDb = new OleDbConnection(db);
connectDb.Open();

OleDbCommand update = new OleDbCommand("UPDATE ShippingCharges SET Charge = ? WHERE ShippingID = ?", connectDb);

update.Parameters.Add("@ShippingID", OleDbType.Char).Value = dId;
update.Parameters.Add("@Charge", OleDbType.Integer).Value = dCharge;
update.ExecuteNonQuery();

connectDb.Close();


-- modified at 12:18 Saturday 1st December, 2007
AnswerRe: unable to update a table on a access database Pin
m@u1-Dec-07 6:52
m@u1-Dec-07 6:52 
GeneralRe: unable to update a table on a access database Pin
mocasu1-Dec-07 7:17
mocasu1-Dec-07 7:17 
AnswerRe: unable to update a table on a access database Pin
PIEBALDconsult1-Dec-07 8:20
mvePIEBALDconsult1-Dec-07 8:20 
GeneralRe: unable to update a table on a access database Pin
mocasu1-Dec-07 8:34
mocasu1-Dec-07 8:34 
GeneralRe: unable to update a table on a access database Pin
PIEBALDconsult1-Dec-07 10:14
mvePIEBALDconsult1-Dec-07 10:14 
QuestionXNA Help Pin
MasterSharp1-Dec-07 4:54
MasterSharp1-Dec-07 4:54 
AnswerRe: XNA Help Pin
Kristian Sixhøj1-Dec-07 7:17
Kristian Sixhøj1-Dec-07 7:17 
AnswerRe: XNA Help Pin
Kevin McFarlane1-Dec-07 7:18
Kevin McFarlane1-Dec-07 7:18 
GeneralRe: XNA Help Pin
MasterSharp1-Dec-07 7:21
MasterSharp1-Dec-07 7:21 
QuestionLarge Quantities Pin
MasterSharp1-Dec-07 4:52
MasterSharp1-Dec-07 4:52 
AnswerRe: Large Quantities Pin
Luc Pattyn1-Dec-07 5:16
sitebuilderLuc Pattyn1-Dec-07 5:16 
GeneralRe: Large Quantities [modified] Pin
MasterSharp1-Dec-07 5:23
MasterSharp1-Dec-07 5:23 
GeneralRe: Large Quantities Pin
Luc Pattyn1-Dec-07 5:30
sitebuilderLuc Pattyn1-Dec-07 5:30 
GeneralRe: Large Quantities Pin
MasterSharp1-Dec-07 6:31
MasterSharp1-Dec-07 6:31 
QuestionTo clip the cursor into any trasnformed figure Pin
SharjeelHKhan1-Dec-07 4:17
SharjeelHKhan1-Dec-07 4:17 
QuestionHelp required Pin
chanzeb1-Dec-07 4:12
chanzeb1-Dec-07 4:12 
AnswerRe: Help required Pin
Jyoti MCAD1-Dec-07 4:28
Jyoti MCAD1-Dec-07 4:28 

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.