pioneerx01 Posted March 16, 2010 Share Posted March 16, 2010 Hi, I am trying to create a survey that will be filled out by participants at a place where I will not have internet connection. Lets say that I have all the required files in root of my C drive: survey.html survey.php survey.accdb with table "2010" (I can use .mdb in necessary) I know how to do the from and link it to survey.php, but I am having hard time connecting survey.php with survey.accbd. How would the code look for survey.php so it works off-line and dumps the data into 2010 table? Thank you Link to comment https://forums.phpfreaks.com/topic/195509-connecting-surveyphp-with-surveyaccbd-off-line/ Share on other sites More sharing options...
trq Posted March 17, 2010 Share Posted March 17, 2010 What exactly is a *.accdb file? Link to comment https://forums.phpfreaks.com/topic/195509-connecting-surveyphp-with-surveyaccbd-off-line/#findComment-1027418 Share on other sites More sharing options...
pioneerx01 Posted March 17, 2010 Author Share Posted March 17, 2010 it is 2007 access extension, just as .mdb is for 97-03 Link to comment https://forums.phpfreaks.com/topic/195509-connecting-surveyphp-with-surveyaccbd-off-line/#findComment-1027439 Share on other sites More sharing options...
trq Posted March 17, 2010 Share Posted March 17, 2010 You can connect to access using odbc. Link to comment https://forums.phpfreaks.com/topic/195509-connecting-surveyphp-with-surveyaccbd-off-line/#findComment-1027440 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.