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
SWAMY YT
1.1k
643
30.3k
Establishing the connection between database and c#
Aug 29 2018 6:54 AM
Hello i a m gettng the error like
"cann't convert from myproject.sqlconnection to sql.Data.sqlclient.sqlconnection"
here is my code
protected void CalculationAddToDataBase()
{
sqlconnection conn = new sqlconnection(ConfigurationManager.ConnectionStrings["connectionstring"].ConnectionString);
conn.Open();
SqlCommand cmd = new SqlCommand("USP_PsychoetricCalculationTable",conn);
cmd.CommandType=CommandType.StoredProcedure;
}
Reply
Answers (
2
)
how to substract two value in two tables in sql database
Using zend framework with angular 6?