Click to See Complete Forum and Search --> : Downloading Tables to Microsoft Database files


NFPcoder
08-29-2006, 06:45 PM
I have some table data in which i want to download into a MDB file... Is there any way to do this?

NogDog
08-29-2006, 08:38 PM
I'm sure there's a way to do it, but without more details I can't elaborate more.

chazzy
08-29-2006, 10:29 PM
i would start by seeing the ms access website, and seeing if they have conversion utilities...and i'm not sure what this has to do w/ php at all..

NFPcoder
08-30-2006, 01:06 AM
Ok... I never got a chance to fully explain myself considering there was minute to go before my next class...

Problem: I have a table which contains Data from a SELECT query (mySQL) - I want a Download Button underneath the table to download the content of that table into a Microsoft Database File (.mdb)...

Is that a little bit better?

chazzy
08-30-2006, 06:32 AM
start with the .NET COM functions in PHP and move on from there maybe? you'd have to review how an MDB is built...maybe you should have this running in .NET environment honestly, since it's more built for something like that.

NFPcoder
08-31-2006, 01:55 AM
Ok... it doesn't matter now... i figured the problem out now... thanx anyways...