| | |
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: 196 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast button buttons c# chat check checkbox class client code color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development drawing encryption enum event excel file files form format ftp function gcd gdi+ http httpwebrequest image index input java list listbox listener login mandelbrot math mouseclick mysql networking object oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml





