Click here to Skip to main content
15,897,291 members
Home / Discussions / C#
   

C#

 
AnswerRe: Multiclient server application Pin
Saksida Bojan23-Aug-09 8:25
Saksida Bojan23-Aug-09 8:25 
GeneralRe: Multiclient server application Pin
Frozzeg23-Aug-09 16:40
Frozzeg23-Aug-09 16:40 
QuestionSQL CONNECTION Pin
kibromg23-Aug-09 4:50
kibromg23-Aug-09 4:50 
AnswerRe: SQL CONNECTION Pin
Henry Minute23-Aug-09 5:08
Henry Minute23-Aug-09 5:08 
GeneralRe: SQL CONNECTION Pin
kibromg23-Aug-09 5:34
kibromg23-Aug-09 5:34 
GeneralRe: SQL CONNECTION Pin
Henry Minute23-Aug-09 5:48
Henry Minute23-Aug-09 5:48 
GeneralRe: SQL CONNECTION Pin
kibromg23-Aug-09 7:28
kibromg23-Aug-09 7:28 
GeneralRe: SQL CONNECTION Pin
Henry Minute23-Aug-09 7:46
Henry Minute23-Aug-09 7:46 
You have overcomplicated things. Pretty much all that you should have to do is change the <sqlServer> name, assuming that the databasename is the same, and the sqlPassword and sqlUser, if they are different.

Something like this:
<pre>
<configuration>
   <sqlServer>RemoteServerName\SQLInstanceName</sqlServer>
   <sqlDatabase>Name of the Database you want on that server</sqlDatabase>
   <sqlUser>sa</sqlUser>
   <sqlPassword>^1^Rg+/IaL/Xa1KfZLSuaLN0Q==</sqlPassword>
   <sqlTrusted>False</sqlTrusted>
</configuration></pre>

where RemoteServerName, is the name of the remote server machine (or, I believe, its' IP Address.
and SQLInstanceName is the name of the SqlServer Instance on that machine. e.g. on my local machine SQLInstanceName would be SQLExpress, because that is what I named it when I installed it.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionTime Picker Problem* Pin
Lyon Sun23-Aug-09 4:17
Lyon Sun23-Aug-09 4:17 
AnswerRe: Time Picker Problem* Pin
riced23-Aug-09 5:11
riced23-Aug-09 5:11 
GeneralRe: Time Picker Problem* Pin
Lyon Sun23-Aug-09 21:19
Lyon Sun23-Aug-09 21:19 
Questionhow do i disable the close button in a windows form Pin
Vivek Vijayan23-Aug-09 1:57
Vivek Vijayan23-Aug-09 1:57 
AnswerRe: how do i disable the close button in a windows form Pin
OriginalGriff23-Aug-09 2:21
mveOriginalGriff23-Aug-09 2:21 
QuestionHow can I access to objects in a third-party application? Pin
m.samar23-Aug-09 0:40
m.samar23-Aug-09 0:40 
AnswerRe: How can I access to objects in a third-party application? Pin
Luc Pattyn23-Aug-09 0:55
sitebuilderLuc Pattyn23-Aug-09 0:55 
GeneralRe: How can I access to objects in a third-party application? Pin
m.samar23-Aug-09 1:35
m.samar23-Aug-09 1:35 
GeneralRe: How can I access to objects in a third-party application? Pin
Luc Pattyn23-Aug-09 1:47
sitebuilderLuc Pattyn23-Aug-09 1:47 
GeneralRe: How can I access to objects in a third-party application? Pin
m.samar23-Aug-09 2:40
m.samar23-Aug-09 2:40 
GeneralRe: How can I access to objects in a third-party application? Pin
Richard MacCutchan25-Aug-09 10:12
mveRichard MacCutchan25-Aug-09 10:12 
QuestionProducing video Pin
Muammar©22-Aug-09 23:14
Muammar©22-Aug-09 23:14 
Question64bit woes Pin
mav.northwind22-Aug-09 23:05
mav.northwind22-Aug-09 23:05 
AnswerRe: 64bit woes Pin
Luc Pattyn22-Aug-09 23:33
sitebuilderLuc Pattyn22-Aug-09 23:33 
GeneralRe: 64bit woes Pin
mav.northwind22-Aug-09 23:56
mav.northwind22-Aug-09 23:56 
Questionlast record is not deleted Pin
mahdi198422-Aug-09 21:10
mahdi198422-Aug-09 21:10 
QuestionWhat is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 20:11
TAFIN22-Aug-09 20:11 

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.