Create an access database through C# using ADOX.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • desc

    Create an access database through C# using ADOX.

    I am trying to create an access db using ADOX in C# and I am finding
    difficulties to find documentation on this in msdn library. Does anyone have
    any documentation or samples of creating an access db programatically in c#?
    THANKS.
  • Dino Chiesa [Microsoft]

    #2
    Re: Create an access database through C# using ADOX.

    I did this once.
    you would have to create a COM-interop library for ADOX using tlbimp.exe .
    Then call into the resulting RCWs .


    There is a newsgroup that discusses .NET-to-COM interop -
    try mirosoft.public .dotnet.interop

    They may have more answers.

    or try



    -Dino


    "desc" <desc@discussio ns.microsoft.co m> wrote in message
    news:D88E003C-FBDB-446C-AD83-400DF3942E14@mi crosoft.com...[color=blue]
    >I am trying to create an access db using ADOX in C# and I am finding
    > difficulties to find documentation on this in msdn library. Does anyone
    > have
    > any documentation or samples of creating an access db programatically in
    > c#?
    > THANKS.[/color]


    Comment

    • Paul Clement

      #3
      Re: Create an access database through C# using ADOX.

      On Wed, 17 Nov 2004 12:23:04 -0800, "desc" <desc@discussio ns.microsoft.co m> wrote:

      ¤ I am trying to create an access db using ADOX in C# and I am finding
      ¤ difficulties to find documentation on this in msdn library. Does anyone have
      ¤ any documentation or samples of creating an access db programatically in c#?
      ¤ THANKS.

      HOW TO: Create an Access Database Using ADOX and Visual C# .NET



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

      Comment

      Working...