Results 1 to 3 of 3

Thread: Database connection

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2002
    Location
    Mumbai
    Posts
    31

    Database connection

    Hello .netians

    I am new to .net platform and going through reference book
    I am tring to connect with access database through .net .

    In the book it is said to import namaspace like
    system.data and system.data.ado

    but i am not to get system.data.ado

    I want to know that Is it .net installation problem or anything else.
    Any body can answer this simple prob.

    Thanks in advance

  2. #2
    Junior Member
    Join Date
    Mar 2003
    Posts
    16
    If you want to access database then you need to use:

    for non sqlserver as well as sqlserver (all versions) databases
    system.data.oledb

    for sqlserver 7.0 & 2000 databases, use
    system.data.sqlclient
    (it is optimized for that)

    i have never came across
    system.data.ado
    vijay pahuja
    mumbai

  3. #3
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    i got a few examples on my site.

    www.vb-tech.com
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width