TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Goran Bibic
480
2.9k
195.7k
Insert into sql with - char
Dec 12 2019 6:02 AM
Insert into sql with "-" char
using
(SqlCommand cmd =
new
SqlCommand(
"INSERT INTO dbo.mp_list (iznos_sa_pdv, kupac) VALUES(@iznos_sa_pdv)"
, con))
{
cmd.Parameters.Add(
"@iznos_sa_pdv"
, SqlDbType.VarChar, 255).Value = ukupnolabel.Text;
}
I have result exp 1.00
How to insert into to have value -1.00
Thank you
Reply
Answers (
2
)
Create a batch file
autocomplete on chnage of dropdown