Results 1 to 2 of 2

Thread: Access connection string

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Location
    Dallas, TX
    Posts
    1

    Access connection string

    stupid question #1: I have an Access DSN on my pc called LCRI. How do I open a connection in ASP.NET for this? None of My old ASP code works for ADO.Net.... Sorry!
    I see Blue... He looks GLORIOUS!

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    You need to use Odbc objects not OleDb - e.g. OdbcConnection not OleDbConnection etc.

    If you can it would be better performance-wise to use OleDb and not use a DSN.

    DJ

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