Click here to Skip to main content
15,923,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQLite Pin
PIEBALDconsult18-Nov-09 12:47
mvePIEBALDconsult18-Nov-09 12:47 
GeneralRe: SQLite Pin
jashimu18-Nov-09 3:17
jashimu18-Nov-09 3:17 
GeneralRe: SQLite Pin
PIEBALDconsult18-Nov-09 12:45
mvePIEBALDconsult18-Nov-09 12:45 
GeneralRe: SQLite Pin
jashimu19-Nov-09 2:48
jashimu19-Nov-09 2:48 
QuestionConnecting to SQL db from several computers Pin
Chesnokov Yuriy18-Nov-09 0:47
professionalChesnokov Yuriy18-Nov-09 0:47 
AnswerRe: Connecting to SQL db from several computers Pin
ScottM118-Nov-09 1:17
ScottM118-Nov-09 1:17 
AnswerRe: Connecting to SQL db from several computers Pin
Abhishek Sur18-Nov-09 1:19
professionalAbhishek Sur18-Nov-09 1:19 
QuestionRe: Connecting to SQL db from several computers Pin
Chesnokov Yuriy18-Nov-09 2:08
professionalChesnokov Yuriy18-Nov-09 2:08 
I'm not versed in SQL server management.

When I created database in VS it gave default connection string which I'm using:

Data Source=.\SQLEXPRESS;AttachDbFilename=C:\dbs\MyDatabase.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"


I've got SQL 2005 express and managment tools.
How to add those users and change connection string param?

Currently, single applicaion engages db file resulting in:

System.Data.SqlClient.SqlException in Void OnError(System.Data.SqlClient.SqlException, Boolean): Cannot open user default database. Login failed.
Login failed for user 'NT AUTHORITY\SYSTEM'.


Until application is closed or some period of time elapses, MyDatabase.mdf becomes engaged as you neither can not delete it nor open.

How to manage that multiple clients connections to single db?

Чесноков

AnswerRe: Connecting to SQL db from several computers Pin
Shameel18-Nov-09 1:44
professionalShameel18-Nov-09 1:44 
AnswerRe: Connecting to SQL db from several computers Pin
Chesnokov Yuriy18-Nov-09 2:10
professionalChesnokov Yuriy18-Nov-09 2:10 
QuestionBinding treeview[urgent plz] Pin
@nisha 2n17-Nov-09 23:35
@nisha 2n17-Nov-09 23:35 
AnswerRe: Binding treeview[urgent plz] Pin
Ashfield18-Nov-09 1:15
Ashfield18-Nov-09 1:15 
AnswerRe: Binding treeview[urgent plz] Pin
Shameel18-Nov-09 1:49
professionalShameel18-Nov-09 1:49 
GeneralRe: Binding treeview[urgent plz] Pin
@nisha 2n18-Nov-09 17:01
@nisha 2n18-Nov-09 17:01 
GeneralRe: Binding treeview Pin
@nisha 2n18-Nov-09 17:55
@nisha 2n18-Nov-09 17:55 
GeneralRe: Binding treeview Pin
Shameel18-Nov-09 21:24
professionalShameel18-Nov-09 21:24 
AnswerRe: Binding treeview[urgent plz] Pin
Not Active18-Nov-09 2:12
mentorNot Active18-Nov-09 2:12 
GeneralRe: Binding treeview[urgent plz] Pin
@nisha 2n18-Nov-09 17:02
@nisha 2n18-Nov-09 17:02 
GeneralRe: Binding treeview[urgent plz] Pin
Not Active18-Nov-09 17:23
mentorNot Active18-Nov-09 17:23 
Questionuser defined color change in c# Pin
vikas shukla17-Nov-09 20:06
vikas shukla17-Nov-09 20:06 
AnswerRe: user defined color change in c# Pin
dan!sh 17-Nov-09 20:58
professional dan!sh 17-Nov-09 20:58 
QuestionNeed help with text editing preaty please Pin
Member 414586317-Nov-09 19:42
Member 414586317-Nov-09 19:42 
AnswerRe: Need help with text editing preaty please Pin
Mycroft Holmes17-Nov-09 20:32
professionalMycroft Holmes17-Nov-09 20:32 
AnswerRe: Need help with text editing preaty please Pin
_Maxxx_18-Nov-09 18:03
professional_Maxxx_18-Nov-09 18:03 
QuestionCustom Window Control Pin
Nisha Agrawal17-Nov-09 19:35
Nisha Agrawal17-Nov-09 19:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.