TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

ASP forum question - help:)

Page: 1 Reply
Aug 22nd 2003#118630 Report
Member since: Feb 17th 2003
Posts: 2450
Didn't know where to put this - I know nothing about asp so...
anyway - my question:

I have a client who wants to transfer all the data from an asp forum to a new - php forum. All the people he's asked so far told him it's not possible...either that or it's too much work.
He really wants to change the forum as it's kinda crappy and he needs better design. And he has too much data and he'd hate to loose it.

can this be done? how?]

I appreciate any help....
Reply with Quote Reply
Aug 22nd 2003#118634 Report
Member since: Mar 24th 2001
Posts: 3734
It's really not a question of ASP to PHP, it's about (Access, SQL Server) to MySQL (or whatever database, but probably MYSQL).

SQL to SQL database conversion is, I hear, pretty darn easy. I'd simply look on Google for a database conversion utility. It nothing else, export the data from Access to a flat file, then import that back into MySQL. Easy as pie. If you need some help getting the data out of the format that he's in now, let me know and depending on the database, I can probably do it for you and send you the file.
Reply with Quote Reply
Aug 22nd 2003#118654 Report
Member since: Nov 26th 2001
Posts: 2586
You are going to run into a problem with naming for one. You will probably have to do a bit of inspection with each table in both to get the data to match up.
I know this sounds goofy, but it might be easier to export the data to Access, then using myODBC (free download) import it into mySQL. But the difficult part might be matching tables, columns from one db to the next, if they arent the same.
You could import the data from Access to mySQL, then table by table run some sql code to query one table and update the other. Sounds painstakingly tedious.
Are you comfortable with SQL?
Reply with Quote Reply
Aug 22nd 2003#118734 Report
Member since: Feb 17th 2003
Posts: 2450
Thanks a lot guys - I think
I don't really understand what you told me but I will relay it to my client and he'll be able to tell his programmer that it [strong]can[/strong] be done...

anyway - thanks a lot again...
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum