On 23 Apr, 15:41, za...@construct ion-imaging.com wrote:
On Apr 23, 9:30 am, Christian <christian.per. ..@gmail.comwro te:
>
Hi, i include an Access Db in the solution of my project; now how can
i connect to DB?
>
You don't need to include the MDB in your solution to be able to
access it.
>
You need to make use of several class objects in the System.Data.ODB C
namespace.
>
ODBCConnection to connect.
>
ODBCCommand to access data.
>
ODBCDataReader to retrieve the data.
ah ok!
but what is the different between include MDB and not include(for
example store it in c:\)?
Comment