kayla Posted November 30, 2009 Share Posted November 30, 2009 As part of my uni course I am doing a placement at a company whom want me to create a client zone for their website. Basically, they want me to create the code to get data from a MS Access db and display it on this client zone. I know how to connect to the db using ODBC but I was wondering, when it comes to creating queries to add, delete data, etc. is it just the same code as when using mysql, or is different? I hope I make sense! Link to comment https://forums.phpfreaks.com/topic/183407-inserting-data-into-a-ms-access-db-using-php/ Share on other sites More sharing options...
jcombs_31 Posted November 30, 2009 Share Posted November 30, 2009 There are likely some syntax changes, but you should be able to run some pretty basic queries. A quick google search turned up this: http://office.microsoft.com/en-us/access/HA102564021033.aspx Link to comment https://forums.phpfreaks.com/topic/183407-inserting-data-into-a-ms-access-db-using-php/#findComment-968097 Share on other sites More sharing options...
kayla Posted November 30, 2009 Author Share Posted November 30, 2009 Ah great. Thanks! I did try googling but I was probably entering the wrong key words. Link to comment https://forums.phpfreaks.com/topic/183407-inserting-data-into-a-ms-access-db-using-php/#findComment-968115 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.