| | |
sqlException--invalid expression
Please support our C# advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Sep 2009
Posts: 26
Reputation:
Solved Threads: 2
Hello every one..
I have this exception while trying to execute an insert command into a simple sql database
this is the exception ..occures against char with value myChar..
char is defined as nvarchar(MAX)
--------
The name "ب" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.
--------
im sure i made a mistake but i can't discover where and i have not been working with database for a long time..
thanks in advance..
I have this exception while trying to execute an insert command into a simple sql database
C# Syntax (Toggle Plain Text)
string myChar = charNameTextBox.Text; string command = "insert into data (char,Entropy,Uniformity,stadev,smoothness,skewness,kurtosis) values(" + myChar + "," + entropy + "," + uniformity + "," + standardDeviation + "," + Smoothness + "," + skewness + "," + kurtosis + ")"; sqlComm = new SqlCommand(command, sqlConn); sqlComm.ExecuteNonQuery();
this is the exception ..occures against char with value myChar..
char is defined as nvarchar(MAX)
--------
The name "ب" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.
--------
im sure i made a mistake but i can't discover where and i have not been working with database for a long time..
thanks in advance..
![]() |
Other Threads in the C# Forum
- Previous Thread: Converting Java to C# GDI problem
- Next Thread: problem in datagrid form
Views: 195 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast button c# chat check checkbox class client code combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms ftp function gcd gdi+ http httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion prime programming radians regex remote remoting resource saving serialization server sleep socket sql statistics stream string tcp text textbox time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml





