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
Agyekum Essien
1.5k
263
1.8k
DataTable works fine on Local but Not Server
Oct 6 2018 12:17 PM
It gets data populated fine in the dataTable on local database with default Local connectionString but when I change it to use server database with connectionString by the server is the case; Check my connectionString below:
Local:
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\Database1.mdf;Initial Catalog=aspnet-dataTablesPlugin-20181004044155;Integrated Security=True"
providerName="System.Data.SqlClient" />
Server:
<add name="dbcs" connectionString="Data source=Plumeria.arvixe.com; initial catalog=TestDb; Persist Security=SSPI;user id=EssienUser;password=Agyekum1;App=EntityFramework" providerName="System.Data.EntityClient" />
Thanks in advance.
Reply
Answers (
1
)
help some webapi
how get data from datagri view when press enter key in vb.ne