database on internet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shukla1
    New Member
    • Mar 2007
    • 3

    database on internet

    can I place my access database on internet ? and can i access it through vb-code ?
    Like when i use it from my server, i give path as "\\server\datab ase\xyz.mdb"
    can i give a path for internet database ?
    _______________ ___
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    You can do this through asp so I have moved your thread to the asp forum.

    Comment

    • shukla1
      New Member
      • Mar 2007
      • 3

      #3
      i do not want it through asp.

      Comment

      • willakawill
        Top Contributor
        • Oct 2006
        • 1646

        #4
        Originally posted by shukla1
        i do not want it through asp.
        You can do this provided the internet server allows direct access to your database. Most will not.

        Comment

        • jhardman
          Recognized Expert Specialist
          • Jan 2007
          • 3405

          #5
          ASP was suggested because asp is usually written in VBscript, a simplified version of VB used in conjunction with HTML. There are also software available which can make the interface fairly straight-forward: aspgrid.com

          Jared

          Comment

          • shukla1
            New Member
            • Mar 2007
            • 3

            #6
            Originally posted by willakawill
            You can do this provided the internet server allows direct access to your database. Most will not.
            Can you please tell me how ?

            Comment

            Working...