DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Lee Dodd Guest

    Create Access DB in VB.NET


    I need to create Access databases from VB.NET. When I include DAO as COM interop
    reference, I get the dreaded "ISAM driver" error on the "CreateDatabase"
    call. MSDN says DAO COM interop was never tested with .NET and is not supported.
    Does any one have any suggestions on how to get to the DAO functions (CreateDatabase,
    CompactDatabase, etc.) from .NET. Thanks in advance.

  2. #2
    Paul Clement Guest

    Re: Create Access DB in VB.NET

    On 16 May 2002 06:08:06 -0800, "Lee Dodd" <duckboy9@hotmail.com> wrote:

    ¤
    ¤ I need to create Access databases from VB.NET. When I include DAO as COM interop
    ¤ reference, I get the dreaded "ISAM driver" error on the "CreateDatabase"
    ¤ call. MSDN says DAO COM interop was never tested with .NET and is not supported.
    ¤ Does any one have any suggestions on how to get to the DAO functions (CreateDatabase,
    ¤ CompactDatabase, etc.) from .NET. Thanks in advance.

    Have you tried using ADOX (Microsoft ADO Ext 2.x for DDL and Security) via interop?


    Paul ~~~ pclement@ameritech.net
    Microsoft MVP (Visual Basic)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links