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
482
2.9k
198.1k
Change caps in visual studio 2019
Oct 28 2019 6:47 AM
What hapend in my app?
Can you help me
Change cap in app
@oznaka change to
@Oznaka
I must repair all app
Can you suggets or help me
Thank you
string
saveStaff =
"declare @maxNo integer = 0 select @maxNo = isnull(max(redni_broj), 0) from [dbo].[jedinica_mjere]; Set @maxNo=@maxNo+1; INSERT into dbo.jedinica_mjere "
+
" (redni_broj, Oznaka, ime) "
+
" VALUES (@maxNo,@Oznaka,@ime)"
;
using
(SqlCommand querySaveStaff =
new
SqlCommand(saveStaff))
{
querySaveStaff.Connection = openCon;
querySaveStaff.Parameters.Add(
"@Oznaka"
, SqlDbType.VarChar, 255).Value = oznakaTextBox.Text;
querySaveStaff.Parameters.Add(
"@ime"
, SqlDbType.VarChar, 255).Value = imeTextBox.Text;
Reply
Answers (
1
)
how create a form of bank deposit menu and codes
how to make database details as option