Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Issues of Making MS-Access Schema

Issues of Making MS-Access Schema

Scheduled Pinned Locked Moved C#
databasehelpcsharpxmltutorial
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rajesh Singh007
    wrote on last edited by
    #1

    Hello Everyone, Actually I am facing one problem, please help me... How to create schema in ms-access database using C# code? Thanks in advance!!

    L R S 3 Replies Last reply
    0
    • R Rajesh Singh007

      Hello Everyone, Actually I am facing one problem, please help me... How to create schema in ms-access database using C# code? Thanks in advance!!

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Your question isn't very clear to me, however this[^] could be the answer. :)

      Luc Pattyn [My Articles] Nil Volentibus Arduum

      R 1 Reply Last reply
      0
      • L Luc Pattyn

        Your question isn't very clear to me, however this[^] could be the answer. :)

        Luc Pattyn [My Articles] Nil Volentibus Arduum

        R Offline
        R Offline
        Rajesh Singh007
        wrote on last edited by
        #3

        Actually I want to create ms-access database with some schema name with the help of c# code.

        L 1 Reply Last reply
        0
        • R Rajesh Singh007

          Actually I want to create ms-access database with some schema name with the help of c# code.

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          Sorry, can't help you there; I have been using both Access and SQLServer, but always migrating away from Access, never creating one. :)

          Luc Pattyn [My Articles] Nil Volentibus Arduum

          1 Reply Last reply
          0
          • R Rajesh Singh007

            Hello Everyone, Actually I am facing one problem, please help me... How to create schema in ms-access database using C# code? Thanks in advance!!

            R Offline
            R Offline
            riced
            wrote on last edited by
            #5

            Using Interop you should be able to do this. That assumes you know how to create databases, tables etc using Access objects. You might be able to do it running SQL queries in Access - again assuming you know the required SQL. You can pick up some of it in the Access designer for queries - just create a make table one then switch to SQL view.

            Regards David R --------------------------------------------------------------- "Every program eventually becomes rococo, and then rubble." - Alan Perlis The only valid measurement of code quality: WTFs/minute.

            1 Reply Last reply
            0
            • R Rajesh Singh007

              Hello Everyone, Actually I am facing one problem, please help me... How to create schema in ms-access database using C# code? Thanks in advance!!

              S Offline
              S Offline
              SilimSayo
              wrote on last edited by
              #6

              Here is my suggestion. IF you have a copy of access, use it create the tables and views that you need. After doing that, you can write your C# application to use the Access database. I think you will find it a lot easier to create the database within MS Access that try to create it using C#.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups