ninjakannon Posted February 15, 2006 Share Posted February 15, 2006 Hi,I know that it can be done... I'm sure of it. I need to connect PHP to a Microsoft Access database [b]without[/b] using ODBC. If this can be done i would then like to add, change and delete records withing a table in the Access database. So how do I do it, what's the code? Any useful links?Thanks in advance =) Quote Link to comment Share on other sites More sharing options...
AV1611 Posted February 16, 2006 Share Posted February 16, 2006 Um, why limit yourself by not using ODBC?That is certainly the easy way. You can do API calls or whatever but ODBC would certainly be the easy way out for most any application I can think of...I'm curious why you don't want to use ODBC?[!--quoteo(post=345985:date=Feb 15 2006, 07:17 AM:name=ninjakannon)--][div class=\'quotetop\']QUOTE(ninjakannon @ Feb 15 2006, 07:17 AM) [snapback]345985[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi,I know that it can be done... I'm sure of it. I need to connect PHP to a Microsoft Access database [b]without[/b] using ODBC. If this can be done i would then like to add, change and delete records withing a table in the Access database. So how do I do it, what's the code? Any useful links?Thanks in advance =)[/quote] Quote Link to comment Share on other sites More sharing options...
ninjakannon Posted March 4, 2006 Author Share Posted March 4, 2006 Hi,If you read this... as it has been a while. Sorry about that.OK, firstly how does ODBC work, don't you have to put the ODBC program on the server that you are running the php files on? Or perhaps I am mistaken; if I am please could you give me a few useful links or just tell me briefly about it. Otherwise I cannot use ODBC because I am using some free webspace on someone elses server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.