Click here to Skip to main content
16,005,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Gussano Pin
Dave Kreskowiak17-Dec-04 14:02
mveDave Kreskowiak17-Dec-04 14:02 
Generalpopulate one datagrid combobox based on another Pin
nadandjade14-Dec-04 11:07
nadandjade14-Dec-04 11:07 
Generalcontrol draw to graphics surface Pin
Judah Gabriel Himango14-Dec-04 10:24
sponsorJudah Gabriel Himango14-Dec-04 10:24 
GeneralRe: control draw to graphics surface Pin
Daniel Turini14-Dec-04 20:22
Daniel Turini14-Dec-04 20:22 
Questionmultiline textbox to MSDE ntext field ? Pin
fracalifa14-Dec-04 10:18
fracalifa14-Dec-04 10:18 
AnswerRe: multiline textbox to MSDE ntext field ? Pin
Dave Kreskowiak14-Dec-04 10:38
mveDave Kreskowiak14-Dec-04 10:38 
GeneralRe: multiline textbox to MSDE ntext field ? Pin
fracalifa14-Dec-04 11:10
fracalifa14-Dec-04 11:10 
GeneralRe: multiline textbox to MSDE ntext field ? Pin
Dave Kreskowiak15-Dec-04 12:13
mveDave Kreskowiak15-Dec-04 12:13 
The problem appears to be this line:
updateCommand.Parameters.Add(new SqlParameter("@textboxA", SqlDbType.NText,16,"textboxA"));

Your telling it that the parameter is a SQL NText field that is 16 bytes long. The type and size value you give it must match the definitions in your database table. If not, you run into screwy problems like this.




RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralCatching Textbox changes on a form Pin
Peter Vertes14-Dec-04 9:04
Peter Vertes14-Dec-04 9:04 
GeneralRe: Catching Textbox changes on a form Pin
SeMartens14-Dec-04 9:32
SeMartens14-Dec-04 9:32 
GeneralRe: Catching Textbox changes on a form Pin
Jay Shankar14-Dec-04 13:45
Jay Shankar14-Dec-04 13:45 
GeneralC# Change XML Element content Pin
marker2714-Dec-04 8:24
sussmarker2714-Dec-04 8:24 
GeneralRe: C# Change XML Element content Pin
DavidNohejl14-Dec-04 10:49
DavidNohejl14-Dec-04 10:49 
GeneralRe: C# Change XML Element content Pin
Daniel Turini14-Dec-04 20:17
Daniel Turini14-Dec-04 20:17 
Generalfile processing time Pin
shaw12314-Dec-04 8:20
shaw12314-Dec-04 8:20 
GeneralRe: file processing time Pin
Dave Kreskowiak14-Dec-04 10:35
mveDave Kreskowiak14-Dec-04 10:35 
GeneralRe: file processing time Pin
Anonymous14-Dec-04 10:42
Anonymous14-Dec-04 10:42 
GeneralCalling functions Pin
thepersonof14-Dec-04 7:33
thepersonof14-Dec-04 7:33 
GeneralRe: Calling functions Pin
Nick Parker14-Dec-04 15:40
protectorNick Parker14-Dec-04 15:40 
GeneralRe: Calling functions Pin
thepersonof15-Dec-04 10:04
thepersonof15-Dec-04 10:04 
GeneralListView problem Pin
Sebastien Lachance14-Dec-04 7:23
Sebastien Lachance14-Dec-04 7:23 
GeneralRe: ListView problem Pin
Hugo Migneron14-Dec-04 8:07
Hugo Migneron14-Dec-04 8:07 
GeneralRe: ListView problem Pin
Sebastien Lachance14-Dec-04 8:11
Sebastien Lachance14-Dec-04 8:11 
GeneralRe: ListView problem Pin
Hugo Migneron14-Dec-04 8:19
Hugo Migneron14-Dec-04 8:19 
GeneralRe: ListView problem Pin
Sebastien Lachance14-Dec-04 8:34
Sebastien Lachance14-Dec-04 8:34 

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.