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
onder
NA
1
2k
SQL ConnectionString Error
Dec 5 2012 7:57 AM
Hello Friends;
first of all i am sorry for my English. i am not good at learning English.
I developed a winforms application in C#. i have a database which is created in SQL. (i use sql server 2005)
my programm has some intefaceses and and i can delete, update and insert some data to the database. the database is in my own pc.
Now i install the database to the server. Because 3 or 4 people will use the program.
the operation system in the server is win7 and i install the sql server 2005 express edition and sql server management studio. I restore my database to the this machine.
But i have some troubles while i am conneting the database. my code is below:
(Server name is DOSYASERVER
DosyaTakip is the database name)
<configuration>
<connectionStrings>
<add name="LocalSql"
connectionString="Data Source=192.168.0.222\DOSYASERVER;Initial Catalog=DosyaTakip; Integrated Security=true"/>
</connectionStrings>
</configuration>
when i execure the program i get error message:
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
and
Server Authenticatiom mode is SQL server ve Windows Authentication Mode.
I am sorry for my English again.
Reply
Answers (
1
)
on delete cascade in sql ? can you explain with example?
binding combo box...,