Click here to Skip to main content
15,904,817 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Dave Kreskowiak2-Sep-09 4:23
mveDave Kreskowiak2-Sep-09 4:23 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Dan Neely2-Sep-09 4:30
Dan Neely2-Sep-09 4:30 
AnswerRe: How to use some part of .Net framework in my setup package? Pin
Christian Graus1-Sep-09 21:01
protectorChristian Graus1-Sep-09 21:01 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
saberimanesh1-Sep-09 21:11
saberimanesh1-Sep-09 21:11 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Christian Graus1-Sep-09 21:17
protectorChristian Graus1-Sep-09 21:17 
GeneralRe: How to use some part of .Net framework in my setup package? thanks alot. Pin
saberimanesh1-Sep-09 21:31
saberimanesh1-Sep-09 21:31 
GeneralRe: How to use some part of .Net framework in my setup package? thanks alot. Pin
Christian Graus1-Sep-09 21:33
protectorChristian Graus1-Sep-09 21:33 
AnswerRe: How to use some part of .Net framework in my setup package? Pin
PIEBALDconsult2-Sep-09 3:47
mvePIEBALDconsult2-Sep-09 3:47 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
saberimanesh2-Sep-09 4:03
saberimanesh2-Sep-09 4:03 
Questionhow to delete mail from mail server using C# Pin
khosnur1-Sep-09 19:25
khosnur1-Sep-09 19:25 
AnswerRe: how to delete mail from mail server using C# Pin
ThatsAlok1-Sep-09 19:50
ThatsAlok1-Sep-09 19:50 
GeneralRe: how to delete mail from mail server using C# Pin
khosnur1-Sep-09 20:38
khosnur1-Sep-09 20:38 
AnswerRe: how to delete mail from mail server using C# Pin
Tamer Oz1-Sep-09 19:55
Tamer Oz1-Sep-09 19:55 
GeneralRe: how to delete mail from mail server using C# Pin
khosnur1-Sep-09 20:43
khosnur1-Sep-09 20:43 
GeneralRe: how to delete mail from mail server using C# Pin
Tamer Oz1-Sep-09 20:58
Tamer Oz1-Sep-09 20:58 
GeneralRe: how to delete mail from mail server using C# Pin
khosnur1-Sep-09 21:21
khosnur1-Sep-09 21:21 
GeneralRe: how to delete mail from mail server using C# Pin
Tamer Oz1-Sep-09 21:44
Tamer Oz1-Sep-09 21:44 
GeneralRe: how to delete mail from mail server using C# Pin
khosnur1-Sep-09 20:46
khosnur1-Sep-09 20:46 
QuestionOnPaint Event Pin
Reza Shojaee1-Sep-09 19:03
Reza Shojaee1-Sep-09 19:03 
AnswerRe: OnPaint Event Pin
Christian Graus1-Sep-09 20:56
protectorChristian Graus1-Sep-09 20:56 
Questionconnections Pin
ihe1-Sep-09 18:56
ihe1-Sep-09 18:56 
AnswerRe: connections Pin
Christian Graus1-Sep-09 20:59
protectorChristian Graus1-Sep-09 20:59 
AnswerRe: connections Pin
Ashfield1-Sep-09 21:00
Ashfield1-Sep-09 21:00 
ihe wrote:
1. How can I make a program’s able to link with its database independent of location?



You need to specify the server location in your connection string, so, in practical terms searching for your database is not feasible - you would need to connect to every instance of every server and see if your database was on that server. There would eb all sorts of security issues, and if the database existed on multiple servers which would you use.


ihe wrote:
2. How can I link the two? The front-end is not in the same computer as the database.


See answer 1, using the conneciton string. A good source of info is www.connectionstrings.com[^]


ihe wrote:
3. How can I make my apps able to read/ write real-time data?


Not sure what you mean. You write to and read from a database in real time.

Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP

GeneralRe: connections Pin
ihe4-Sep-09 13:21
ihe4-Sep-09 13:21 
GeneralRe: connections Pin
Ashfield5-Sep-09 2:28
Ashfield5-Sep-09 2:28 

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.