Click here to Skip to main content
15,887,917 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing fields in a datatable Pin
maliary14-Aug-08 6:01
maliary14-Aug-08 6:01 
GeneralRe: Accessing fields in a datatable Pin
Colin Angus Mackay14-Aug-08 6:06
Colin Angus Mackay14-Aug-08 6:06 
AnswerRe: Accessing fields in a datatable Pin
acqy14-Aug-08 20:48
acqy14-Aug-08 20:48 
GeneralRe: Accessing fields in a datatable Pin
maliary14-Aug-08 20:53
maliary14-Aug-08 20:53 
GeneralRe: Accessing fields in a datatable Pin
acqy14-Aug-08 22:38
acqy14-Aug-08 22:38 
QuestionUpdating mdb file Pin
Admin88714-Aug-08 3:58
Admin88714-Aug-08 3:58 
AnswerRe: Updating mdb file Pin
PIEBALDconsult14-Aug-08 4:11
mvePIEBALDconsult14-Aug-08 4:11 
AnswerRe: Updating mdb file Pin
Manas Bhardwaj14-Aug-08 4:13
professionalManas Bhardwaj14-Aug-08 4:13 
You can pretty much narrow this down to one of the Text columns. Compare the size of the columns with what you are trying to enter into them. If you didn't set a specific size for the column when you made it, it will default to 50 characters.

The other thing you might want to double check is the order in which you have added the parameters. It must exactly follow the order in which they appear in the SQL. otherwise the value of one might be trying to get inserted into the wrong column, which would cause this error.

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

GeneralRe: Updating mdb file Pin
Admin88714-Aug-08 4:47
Admin88714-Aug-08 4:47 
Question32 bit Network Address in C# Pin
DotNetCoderJunior14-Aug-08 3:53
DotNetCoderJunior14-Aug-08 3:53 
AnswerRe: 32 bit Network Address in C# Pin
Dan Neely14-Aug-08 4:06
Dan Neely14-Aug-08 4:06 
AnswerRe: 32 bit Network Address in C# Pin
PIEBALDconsult14-Aug-08 4:19
mvePIEBALDconsult14-Aug-08 4:19 
QuestionRe: 32 bit Network Address in C# Pin
DotNetCoderJunior14-Aug-08 20:32
DotNetCoderJunior14-Aug-08 20:32 
AnswerRe: 32 bit Network Address in C# Pin
PIEBALDconsult15-Aug-08 4:06
mvePIEBALDconsult15-Aug-08 4:06 
QuestionSimple 2D side Scrolling shooter Pin
samuel pay14-Aug-08 3:41
samuel pay14-Aug-08 3:41 
AnswerRe: Simple 2D side Scrolling shooter Pin
Pawel Gielmuda14-Aug-08 3:58
Pawel Gielmuda14-Aug-08 3:58 
GeneralRe: Simple 2D side Scrolling shooter Pin
samuel pay14-Aug-08 4:10
samuel pay14-Aug-08 4:10 
QuestionListview rubberbanding issue Pin
Gavin Roberts14-Aug-08 2:45
Gavin Roberts14-Aug-08 2:45 
AnswerRe: Listview rubberbanding issue Pin
Gavin Roberts14-Aug-08 4:46
Gavin Roberts14-Aug-08 4:46 
QuestionOrdering DataGridView columns and DataTable columns? Pin
kbalias14-Aug-08 2:38
kbalias14-Aug-08 2:38 
AnswerRe: Ordering DataGridView columns and DataTable columns? Pin
dan!sh 14-Aug-08 3:21
professional dan!sh 14-Aug-08 3:21 
QuestionCalling Tree Pin
half-life14-Aug-08 2:24
half-life14-Aug-08 2:24 
AnswerRe: Calling Tree Pin
Manas Bhardwaj14-Aug-08 2:38
professionalManas Bhardwaj14-Aug-08 2:38 
GeneralRe: Calling Tree Pin
half-life14-Aug-08 7:29
half-life14-Aug-08 7:29 
AnswerRe: Calling Tree Pin
leppie14-Aug-08 3:19
leppie14-Aug-08 3:19 

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.