| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Boston
Posts: 1,509
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | ASP same as SQL? Hello, Sorry for such a NEWBIE question!!!! I have been asked to help maintian a site and thier BB uses ASP. I have been using PHP and PHPBB w/SQL. They would like to keep the BB intact. Is this possible on transfereing the ASP to sql BB2? Is there another way of doing it? |
| |
| | #2 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Kizmiaz
Posts: 1,088
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | If I understand your question correctly I think the answer would be no but not for the reasons you seem to be thinking. PHP and ASP are scripting languages where as SQL is a database querying syntax. The problem isn't so much to do with the language of the forum/bb but the structure of the database. The fact is if you're moving from one forum software to another it's very unlikely that the database structure will be the same. You might be able to export some of the data from the old db to the new one but again it's probably going to be problamatic. Hope this helps. Good luck Lux
__________________ 1 Cent Web Hosting @ Online HostGatorVoucher.com Adsense Hack for Vbulletin - Fully 3.6 Compatible ForexArea.com Free E-Course in Programming EA's |
| |
| | #4 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,074
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | the forum you wish to go to may have converters that are available to convert the database but as mentioned this does not always work and not all data will be transfered.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | THREAD STARTER #5 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Boston
Posts: 1,509
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Can you look at http://www.msmoms.com/forum/default.asp and let me know if it is home-made or a pre-made script. Thank you again, RickyG |
| |
| | #6 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Kizmiaz
Posts: 1,088
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | It looks custom to me but I've got a sneaking suspicion it may of been adapted from an open source one but could be wrong on this. Have a look at the database table naming convention which may give you more of a clue. Lux
__________________ 1 Cent Web Hosting @ Online HostGatorVoucher.com Adsense Hack for Vbulletin - Fully 3.6 Compatible ForexArea.com Free E-Course in Programming EA's |
| |