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. Manipulate Access DB

Manipulate Access DB

Scheduled Pinned Locked Moved C#
databasecsharpsysadminquestionannouncement
5 Posts 3 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.
  • V Offline
    V Offline
    Venet
    wrote on last edited by
    #1

    From my C# application, I want to create a MS access database create tables and update it with the data that I receive from the network! Kinda the same way cd player (that comes with win2k) stores its records on an Access DB and retreives them back. What technology should I use to accomplish this ? Thanks Regards, Venet. Donec eris felix, multos numerabis amicos.

    S 1 Reply Last reply
    0
    • V Venet

      From my C# application, I want to create a MS access database create tables and update it with the data that I receive from the network! Kinda the same way cd player (that comes with win2k) stores its records on an Access DB and retreives them back. What technology should I use to accomplish this ? Thanks Regards, Venet. Donec eris felix, multos numerabis amicos.

      S Offline
      S Offline
      Stephane Rodriguez
      wrote on last edited by
      #2

      Download the Jet .NET driver here[^].


      How low can you go ?
      (MS retrof_u_ck)

      D 1 Reply Last reply
      0
      • S Stephane Rodriguez

        Download the Jet .NET driver here[^].


        How low can you go ?
        (MS retrof_u_ck)

        D Offline
        D Offline
        David Stone
        wrote on last edited by
        #3

        Why not just use ADO.NET's System.Data.OleDB namespace? If it's already built-in to the .NET framework...why download the Jet.NET driver? Norm Almond: I seen some GUI's in my life but WTF is this mess ;-) Leppie: I made an app for my sister and she wouldnt use it till it was colorful enough:) Norm:good point leppie, from that statement I can only deduce that this GUI must be aimed at children:laugh: Leppie:My sister is 25:eek: -Norm on the MailMagic GUI

        S 1 Reply Last reply
        0
        • D David Stone

          Why not just use ADO.NET's System.Data.OleDB namespace? If it's already built-in to the .NET framework...why download the Jet.NET driver? Norm Almond: I seen some GUI's in my life but WTF is this mess ;-) Leppie: I made an app for my sister and she wouldnt use it till it was colorful enough:) Norm:good point leppie, from that statement I can only deduce that this GUI must be aimed at children:laugh: Leppie:My sister is 25:eek: -Norm on the MailMagic GUI

          S Offline
          S Offline
          Stephane Rodriguez
          wrote on last edited by
          #4

          The If is the important thing in what you say. Excerpt from MSDN[^] : "To access an ODBC data source using ADO.NET, use the ODBC .NET Data Provider, which is available for download at http://msdn.microsoft.com/downloads." This driver is native in .NET 1.1 however.


          How low can you go ?
          (MS retrof_u_ck)

          S 1 Reply Last reply
          0
          • S Stephane Rodriguez

            The If is the important thing in what you say. Excerpt from MSDN[^] : "To access an ODBC data source using ADO.NET, use the ODBC .NET Data Provider, which is available for download at http://msdn.microsoft.com/downloads." This driver is native in .NET 1.1 however.


            How low can you go ?
            (MS retrof_u_ck)

            S Offline
            S Offline
            Stephane Rodriguez
            wrote on last edited by
            #5

            I agree that ODBC is not required to access a MSACCESS database, even though most MSACCESS implementations in the real world use ODBC. It's true you have a OLEDB Jet data provider under OLEDB .NET. Even if I don't recommend it, this may well allow to do the job.;P


            How low can you go ?
            (MS retrof_u_ck)

            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