-
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.
-
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks