how to set my path to connect ms access on web server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PALLAVI SHARMA
    New Member
    • Dec 2009
    • 3

    how to set my path to connect ms access on web server

    Sir,
    i have configure the ms access file on webserver. MS. Access file is showing in .../db/mohan.mdb on web server. could you tell me what path should in write in my language to update the database..

    Can i repalce the the database on webserver whild drectly copy and paste method... will it work

    kindly help me
  • edurazee
    New Member
    • Dec 2009
    • 13

    #2
    In the connection string write
    Code:
    Data Source=|DataDirectory|/mohan.mdb

    Comment

    Working...