Click here to Skip to main content
15,915,172 members
Home / Discussions / C#
   

C#

 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
N a v a n e e t h24-Feb-11 17:22
N a v a n e e t h24-Feb-11 17:22 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
Nadia Monalisa24-Feb-11 17:58
Nadia Monalisa24-Feb-11 17:58 
AnswerRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
_Maxxx_24-Feb-11 18:04
professional_Maxxx_24-Feb-11 18:04 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
Nadia Monalisa24-Feb-11 18:13
Nadia Monalisa24-Feb-11 18:13 
QuestionMSSQL and C# ;( Pin
csrss24-Feb-11 13:11
csrss24-Feb-11 13:11 
AnswerRe: MSSQL and C# ;( Pin
csrss24-Feb-11 14:20
csrss24-Feb-11 14:20 
AnswerRe: MSSQL and C# ;( Pin
Henry Minute24-Feb-11 14:37
Henry Minute24-Feb-11 14:37 
GeneralRe: MSSQL and C# ;( Pin
csrss24-Feb-11 15:45
csrss24-Feb-11 15:45 
Thanks, that was informative. However, first issue is directory access related - Network Service has the lowest rights (in case of writing data anywhere) and i dont have time to mess with configuration and granting access to it everywhere, and it is not that important.
Second issue was that exactly what i have pointed out - i forgot that i have bound a mssql table to a dataset, basically, this query solved the issue:
select spid ,PROGRAM_NAME from master..sysprocesses where DB_NAME(dbid) = 'model'

so when its bound, sql data provider locks database; if database 'model' locked - new database cannot be created, as you know. Kids stuff, yet sometimes mind goes blur and you just stuck with it. Anyway, solved.
011011010110000101100011011010000110100101101110
0110010101110011

QuestionListview sorting by group of items Pin
fady_sayegh24-Feb-11 4:43
fady_sayegh24-Feb-11 4:43 
AnswerRe: Listview sorting by group of items Pin
Luc Pattyn24-Feb-11 5:15
sitebuilderLuc Pattyn24-Feb-11 5:15 
GeneralRe: Listview sorting by group of items Pin
fady_sayegh24-Feb-11 5:29
fady_sayegh24-Feb-11 5:29 
GeneralRe: Listview sorting by group of items Pin
Luc Pattyn24-Feb-11 5:34
sitebuilderLuc Pattyn24-Feb-11 5:34 
JokeRe: Listview sorting by group of items Pin
Richard MacCutchan24-Feb-11 6:03
mveRichard MacCutchan24-Feb-11 6:03 
GeneralRe: Listview sorting by group of items Pin
Luc Pattyn24-Feb-11 6:44
sitebuilderLuc Pattyn24-Feb-11 6:44 
AnswerRe: Listview sorting by group of items Pin
Dalek Dave24-Feb-11 12:51
professionalDalek Dave24-Feb-11 12:51 
AnswerRe: Listview sorting by group of items Pin
RaviRanjanKr25-Feb-11 18:40
professionalRaviRanjanKr25-Feb-11 18:40 
Questionparent/child tables and bindingsources Pin
LordZoster24-Feb-11 4:27
LordZoster24-Feb-11 4:27 
AnswerRe: parent/child tables and bindingsources Pin
PIEBALDconsult24-Feb-11 7:42
mvePIEBALDconsult24-Feb-11 7:42 
GeneralRe: parent/child tables and bindingsources Pin
LordZoster24-Feb-11 20:51
LordZoster24-Feb-11 20:51 
GeneralRe: parent/child tables and bindingsources Pin
PIEBALDconsult25-Feb-11 1:42
mvePIEBALDconsult25-Feb-11 1:42 
QuestionCoverting PowershellScript to C# code... help! Pin
Philip Lane24-Feb-11 0:15
Philip Lane24-Feb-11 0:15 
AnswerRe: Coverting PowershellScript to C# code... help! Pin
phil.o24-Feb-11 0:22
professionalphil.o24-Feb-11 0:22 
GeneralRe: Coverting PowershellScript to C# code... help! [modified] Pin
Philip Lane24-Feb-11 0:30
Philip Lane24-Feb-11 0:30 
GeneralRe: Coverting PowershellScript to C# code... help! Pin
Richard MacCutchan24-Feb-11 0:55
mveRichard MacCutchan24-Feb-11 0:55 
GeneralRe: Coverting PowershellScript to C# code... help! Pin
Philip Lane24-Feb-11 1:32
Philip Lane24-Feb-11 1:32 

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.