Click here to Skip to main content
16,008,750 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strange Problem Regarding TabIndex Pin
RizwanSharp3-Aug-06 6:46
RizwanSharp3-Aug-06 6:46 
GeneralRe: Strange Problem Regarding TabIndex Pin
RizwanSharp3-Aug-06 6:57
RizwanSharp3-Aug-06 6:57 
GeneralRe: Strange Problem Regarding TabIndex Pin
Ingo3-Aug-06 8:18
Ingo3-Aug-06 8:18 
GeneralRe: Strange Problem Regarding TabIndex Pin
RizwanSharp3-Aug-06 19:40
RizwanSharp3-Aug-06 19:40 
GeneralRe: Strange Problem Regarding TabIndex Pin
Ingo3-Aug-06 22:13
Ingo3-Aug-06 22:13 
AnswerRe: Strange Problem Regarding TabIndex Pin
Paul Brower3-Aug-06 10:42
Paul Brower3-Aug-06 10:42 
GeneralRe: Strange Problem Regarding TabIndex Pin
RizwanSharp3-Aug-06 19:32
RizwanSharp3-Aug-06 19:32 
Questionconnection question Pin
skyeddie3-Aug-06 6:01
skyeddie3-Aug-06 6:01 
hi all i have this pro on hand now.. i have downloaded some sample database applications from the internet..however when i want to debug it i gives me the error--An unhandled exception of type "system.Data.OleDb.OledbException" occurred in system.data.dll



does this errors occur due to where the dB file is located..is it correct? can someone out there help will this pro? and maybe guide me to correcting it ..thanks in advance..

an extract on of codes where the problem is highlighted is below:the pro is bold...thanks in advance

private void fclsMain_Load(object sender, System.EventArgs e)
{
m_cnADONewConnection.ConnectionString =
@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\temp\contacts.mdb";
m_daDataAdapter =
new OleDbDataAdapter("Select * From Contacts",m_cnADONewConnection);
OleDbCommandBuilder m_cbCommandBuilder = new OleDbCommandBuilder(m_daDataAdapter);
m_daDataAdapter.Fill(m_dtContacts);
this.ShowCurrentRecord();
AnswerRe: connection question Pin
Rob Graham3-Aug-06 6:17
Rob Graham3-Aug-06 6:17 
GeneralRe: connection question Pin
Not Active3-Aug-06 7:32
mentorNot Active3-Aug-06 7:32 
AnswerRe: connection question Pin
Not Active3-Aug-06 7:33
mentorNot Active3-Aug-06 7:33 
Questionhi, [modified] Pin
Sunny H3-Aug-06 6:00
Sunny H3-Aug-06 6:00 
AnswerRe: hi, Pin
Ingo3-Aug-06 6:33
Ingo3-Aug-06 6:33 
QuestionHow can I run an executable from within my C# app Pin
sas94913-Aug-06 5:32
sas94913-Aug-06 5:32 
AnswerRe: How can I run an executable from within my C# app Pin
Not Active3-Aug-06 5:42
mentorNot Active3-Aug-06 5:42 
AnswerUse Rar Pin
Ennis Ray Lynch, Jr.3-Aug-06 5:45
Ennis Ray Lynch, Jr.3-Aug-06 5:45 
AnswerRe: How can I run an executable from within my C# app Pin
Dustin Metzgar3-Aug-06 5:54
Dustin Metzgar3-Aug-06 5:54 
QuestionXML Question [modified] Pin
SoftcodeSoftware3-Aug-06 5:18
SoftcodeSoftware3-Aug-06 5:18 
AnswerRe: XML Question Pin
Stefan Troschuetz3-Aug-06 5:28
Stefan Troschuetz3-Aug-06 5:28 
AnswerRe: XML Question Pin
SoftcodeSoftware3-Aug-06 5:38
SoftcodeSoftware3-Aug-06 5:38 
Questioninterupting the loop with the button [modified] Pin
Blubbo3-Aug-06 5:00
Blubbo3-Aug-06 5:00 
AnswerRe: interupting the loop with the button Pin
User 66583-Aug-06 5:09
User 66583-Aug-06 5:09 
AnswerRe: interupting the loop with the button Pin
Not Active3-Aug-06 5:14
mentorNot Active3-Aug-06 5:14 
AnswerRe: interupting the loop with the button Pin
Stefan Troschuetz3-Aug-06 5:21
Stefan Troschuetz3-Aug-06 5:21 
GeneralRe: interupting the loop with the button Pin
Blubbo3-Aug-06 5:26
Blubbo3-Aug-06 5:26 

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.