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

C#

 
QuestionProblem with deployment Pin
Shuaib wasif khan22-May-08 8:47
Shuaib wasif khan22-May-08 8:47 
AnswerRe: Problem with deployment [modified] Pin
Peter Josefsson Sweden22-May-08 10:03
Peter Josefsson Sweden22-May-08 10:03 
GeneralRe: Problem with deployment Pin
Shuaib wasif khan22-May-08 10:29
Shuaib wasif khan22-May-08 10:29 
GeneralRe: Problem with deployment Pin
Peter Josefsson Sweden22-May-08 11:09
Peter Josefsson Sweden22-May-08 11:09 
GeneralRe: Problem with deployment Pin
Peter Josefsson Sweden22-May-08 11:19
Peter Josefsson Sweden22-May-08 11:19 
QuestionProblem with Access database connectivity in C#.Net Pin
Verghese22-May-08 6:47
Verghese22-May-08 6:47 
AnswerRe: Problem with Access database connectivity in C#.Net Pin
Gareth H22-May-08 7:02
Gareth H22-May-08 7:02 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 8:48
Verghese22-May-08 8:48 
Gareth, thnx for the reply but it isnt working still.......i have included the main codes below, just check thru.........

using System.Data.OleDb;
private OleDbConnection myCon;

public Form1()
{
myCon = new OleDbConnection(@"Provider=Microsoft.JET.OLEDB.4.0;" + @"data source=empDB.mdb");
InitializeComponent();
}

private void Form1_Load(object sender, System.EventArgs e)
{
myCon.Open();
MessageBox.Show("Successfully Connected");
}

And this is the error message which I'm getting :

"An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll"

Thanks

GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 9:01
Verghese22-May-08 9:01 
AnswerRe: Problem with Access database connectivity in C#.Net Pin
Sujith C Jose22-May-08 8:05
Sujith C Jose22-May-08 8:05 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 8:58
Verghese22-May-08 8:58 
QuestionWhat does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Jordanwb22-May-08 6:11
Jordanwb22-May-08 6:11 
AnswerRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Judah Gabriel Himango22-May-08 6:30
sponsorJudah Gabriel Himango22-May-08 6:30 
GeneralRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Jordanwb22-May-08 9:34
Jordanwb22-May-08 9:34 
GeneralRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Judah Gabriel Himango23-May-08 4:46
sponsorJudah Gabriel Himango23-May-08 4:46 
Questioncomparing 2 strings Pin
Jerry Graham22-May-08 5:37
Jerry Graham22-May-08 5:37 
AnswerRe: comparing 2 strings Pin
Gareth H22-May-08 6:09
Gareth H22-May-08 6:09 
Questionlistview problem Pin
angels77722-May-08 5:11
angels77722-May-08 5:11 
AnswerRe: listview problem Pin
Judah Gabriel Himango22-May-08 5:34
sponsorJudah Gabriel Himango22-May-08 5:34 
QuestionI can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
Zig15822-May-08 4:41
Zig15822-May-08 4:41 
AnswerRe: I can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
Judah Gabriel Himango22-May-08 6:26
sponsorJudah Gabriel Himango22-May-08 6:26 
AnswerRe: I can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
Peter Josefsson Sweden22-May-08 9:34
Peter Josefsson Sweden22-May-08 9:34 
GeneralRe: I can't seem to find the BitArray equivalent to Array.ConstrainedCopy() Pin
Zig15822-May-08 13:43
Zig15822-May-08 13:43 
QuestionMulti Language Support for C# application Pin
Prashant C22-May-08 3:57
Prashant C22-May-08 3:57 
AnswerRe: Multi Language Support for C# application Pin
Simon P Stevens22-May-08 5:05
Simon P Stevens22-May-08 5:05 

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.