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. connection string

connection string

Scheduled Pinned Locked Moved C#
questioncsharpdatabasesysadminlounge
5 Posts 5 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.
  • A Offline
    A Offline
    Ahmed Khallaf
    wrote on last edited by
    #1

    i made a chat program in c# and connect it to a local access database, can i put this database on a server on the internet so can people connect to it by the program , if i can what is the connection string? i used this connection string to connect to access database: @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=FileName"

    L T S D 4 Replies Last reply
    0
    • A Ahmed Khallaf

      i made a chat program in c# and connect it to a local access database, can i put this database on a server on the internet so can people connect to it by the program , if i can what is the connection string? i used this connection string to connect to access database: @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=FileName"

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      check out this site[^] it's the best thing for connection strings.

      Check out the CodeProject forum Guidelines[^]

      1 Reply Last reply
      0
      • A Ahmed Khallaf

        i made a chat program in c# and connect it to a local access database, can i put this database on a server on the internet so can people connect to it by the program , if i can what is the connection string? i used this connection string to connect to access database: @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=FileName"

        T Offline
        T Offline
        tom572007
        wrote on last edited by
        #3

        You will find all the possible connection stringd herehere You will find in visual studio in the server explorer panel a property wich define your connection string... regards

        1 Reply Last reply
        0
        • A Ahmed Khallaf

          i made a chat program in c# and connect it to a local access database, can i put this database on a server on the internet so can people connect to it by the program , if i can what is the connection string? i used this connection string to connect to access database: @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=FileName"

          S Offline
          S Offline
          sitowxh
          wrote on last edited by
          #4

          webservice

          1 Reply Last reply
          0
          • A Ahmed Khallaf

            i made a chat program in c# and connect it to a local access database, can i put this database on a server on the internet so can people connect to it by the program , if i can what is the connection string? i used this connection string to connect to access database: @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=FileName"

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            And what everybody isn't telling you is that Access is a FILE BASED, desktop database. The only way to get at that database, directly, is to expose your server's file share directly to the Internet. This is about the dumbest thing you can do. Your server will be a smoldering pile of scrap in less than 24 hours. To insultate the server as much as possible so the idiot on the web won't destroy your server, you need to expose the methods that your chat app needs in a web service and have it do all the database work needed.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008

            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