Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: Zedgraph C# how to Pin
vitor282-Dec-09 4:37
vitor282-Dec-09 4:37 
AnswerMessage Closed Pin
2-Dec-09 1:46
stancrm2-Dec-09 1:46 
GeneralRe: Zedgraph C# how to Pin
vitor282-Dec-09 2:02
vitor282-Dec-09 2:02 
QuestionMapping a Web folder to a drive - C# Pin
ramzg2-Dec-09 0:10
ramzg2-Dec-09 0:10 
QuestionLost my designer Pin
Rob Philpott1-Dec-09 23:01
Rob Philpott1-Dec-09 23:01 
AnswerRe: Lost my designer Pin
Rob Philpott1-Dec-09 23:03
Rob Philpott1-Dec-09 23:03 
GeneralRe: Lost my designer Pin
freakyit1-Dec-09 23:05
freakyit1-Dec-09 23:05 
QuestionHow to connect to MS Access database that is plased on a hosting server using C# Pin
sher_azam1-Dec-09 22:48
sher_azam1-Dec-09 22:48 
Hello Friends,
i am working on a desktop application that i have build in VS2005 using C#.
In this application user needs to login to get in. first i have placed my database created in MS Access in same installed directory and i have connect with it to verify the users credentials. now my requirement is bit change. i want to place MS data base on a center point from where every one can access the DB for login. can u please let me know how i can establish the connection between them.
my previous connection string was this.
string strDBPath = AppDomain.CurrentDomain.BaseDirectory + dbChartImager.mdb";
OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strDBPath + ";Jet OLEDB:Database Password=supna786;Mode=ReadWrite|Share Deny None");

this was working fine.
now i have upload my db on a server and trying to access with following connection string but is not working.
string strDBPath ="http://domainname.com//dbChartImager.mdb";
OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strDBPath + ";Jet OLEDB:Database Password=supna786;Mode=ReadWrite|Share Deny None");
please let me know how i can access it. and if possible please provide some sample code that can help me.
Thanks
AnswerRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
Calla1-Dec-09 22:52
Calla1-Dec-09 22:52 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
sher_azam1-Dec-09 22:59
sher_azam1-Dec-09 22:59 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# [modified] Pin
Calla2-Dec-09 0:04
Calla2-Dec-09 0:04 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
sher_azam2-Dec-09 0:18
sher_azam2-Dec-09 0:18 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
Calla2-Dec-09 0:28
Calla2-Dec-09 0:28 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
souidi abderrahman2-Dec-09 5:13
souidi abderrahman2-Dec-09 5:13 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
Dave Kreskowiak2-Dec-09 1:14
mveDave Kreskowiak2-Dec-09 1:14 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
sher_azam2-Dec-09 1:39
sher_azam2-Dec-09 1:39 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
Dave Kreskowiak2-Dec-09 6:06
mveDave Kreskowiak2-Dec-09 6:06 
AnswerRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
David Skelly2-Dec-09 0:52
David Skelly2-Dec-09 0:52 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
sher_azam2-Dec-09 1:38
sher_azam2-Dec-09 1:38 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
Calla2-Dec-09 2:01
Calla2-Dec-09 2:01 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
sher_azam2-Dec-09 19:33
sher_azam2-Dec-09 19:33 
GeneralRe: How to connect to MS Access database that is plased on a hosting server using C# Pin
Calla2-Dec-09 21:37
Calla2-Dec-09 21:37 
Question(NegotiateStream) The server has rejected the client credentials Pin
abiemann1-Dec-09 22:30
abiemann1-Dec-09 22:30 
AnswerRe: (NegotiateStream) The server has rejected the client credentials Pin
abiemann2-Dec-09 7:18
abiemann2-Dec-09 7:18 
QuestionUnexpected Errors in Multithreading Pin
Razanust1-Dec-09 21:35
Razanust1-Dec-09 21: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.