kgarner said:I know, i know, but the client works with Access. Any helpful articles on using Access databases in a website. I am a little famiiar with how to do it with MySQL, but no clue where to start for Access.
davecuse said:I actually ran into a pretty similar situation, my supervisor forced me into using MS-SQL. There are actually some pretty handy tools for for migrating data between an Access DB and MySQL. I begged him to let me use MySQL but in the end darker forces prevailed... I would google exporting access tables to mysql. Or to appease the MS crowd, you could even talk up MS-SQL, which in all fairness is reasonably decent.
Yeah, that's why I think I will take the export to MySQL route. They just need to have those databases available online to run some reports, so it shouldn't matter what they use. I just wasn't sure if that was an option for Access at first.tomf87 said:It's expensive too, though, to take the MS SQL Server route.
Thanks, I will check it out. I thought I read on some Access FAQ that you can export to an ODBC (?) database directly from Access. I will have to look around a bit more while I wait to hear if they are going to use me for this. But the info I have found will be very useful for future jobs I am sure.raytube said:Hi,
I've used Access to run some small scale sites and it's ok, but I would also recommend going over to MySQL, try out Navicat, www.navicat.com, if you use the windows version you can actually import straight from An access database into MySQL. I use it daily for all my database stuff. I don't think the OSX version of Navicat will let you import access databases though.
Other wise if it needs to be Mac check out the OS X Apps section on apple.com, there's a few utilities there that will let you import / export.
It tends to be that you need to do it on a PC if you want to work with the Access database directly though.
Cheers,
Rick