oledb connection

  • Thread starter Thread starter Claudia Fong
  • Start date Start date
C

Claudia Fong

Hi,

I'm trying to connect an access database into my c# application. But I'm
having trouble to Drag and drop the data connection on the Form to
create an OleDbConnection object. I used to use the Visual Studio 2005
and this works, but now I'm using the C# express and I'm not able to
drag and drop the data connection.

Can someone help me?


Cheers!

Claudi
 
Hello Claudia,

Why not to write code manually?

PS: it may be a limitation of the express edition

CF> I'm trying to connect an access database into my c# application. But
CF> I'm having trouble to Drag and drop the data connection on the Form
CF> to create an OleDbConnection object. I used to use the Visual Studio
CF> 2005 and this works, but now I'm using the C# express and I'm not
CF> able to drag and drop the data connection.
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top