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. Online Database?

Online Database?

Scheduled Pinned Locked Moved C#
databasehelpquestion
2 Posts 2 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.
  • T Offline
    T Offline
    The underdog
    wrote on last edited by
    #1

    I was wondering is it possible to use a online database in a local application? And yes how? Is it also possible to use a My SQL database in a progam and again yes how? Could someone help me please im trying for months now The_Underdog

    C 1 Reply Last reply
    0
    • T The underdog

      I was wondering is it possible to use a online database in a local application? And yes how? Is it also possible to use a My SQL database in a progam and again yes how? Could someone help me please im trying for months now The_Underdog

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      The underdog wrote: is it possible to use a online database in a local application? What do you mean by "online database"? Surely a database has to be online in order to work? Do you mean "remote"? (as in on another machine). If so, then do you mean within the same network or across the internet? The underdog wrote: how? Assuming you mean remote then the connection string will usually give the name of the server, or the location of the database. I would thing that file-bases databases (like Access) wouldn't work too well in the this scenario. But I've never tried other than a few connections in a LAN environment. The underdog wrote: Is it also possible to use a My SQL database in a progam and again [if] yes [then] how? Yes, You can use the MySql Connector[^] for .NET. Or you can use the ODBC driver and connect via that.


      Do you want to know more?

      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