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
vimal patel
NA
48
0
How can we use shared mssql database in windows application?
Sep 9 2014 12:51 PM
I have created windows form application and I want to use live ms sql database(shared hosting ms sql database) instead of local ms sql server database. I have made connection using below connection string:
<b>Data Source=seevername;Initial Catalog=databasename;Persist Security Info=True;User ID=userid;password=password;</b>
with live ms sql database but it's respond is too slow.
Is there any way to communicate fast with live ms sql database?
Thanks in advanced.
Reply
Answers (
2
)
How Do I Check Weather Any Column Has True Or False Value In
Avoiding SQL Injection using Parameters