• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Dreamweaver and Flash Builder for PHP

New Here ,
May 05, 2011 May 05, 2011

Copy link to clipboard

Copied

I have created a php database in Dreamweaver, can this database be imported or converted to Flash Builder for PHP?

TOPICS
PHP

Views

769

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 05, 2011 May 05, 2011

Copy link to clipboard

Copied

Hi,

Databases are usually stored in a data center like MySQL, PostgreSQL, Oracle and so on.

When you say that you created a database in Dreamweaver and want to move it to FBPHP - what exactly do you mean?

Thanks,

Roy

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 07, 2011 May 07, 2011

Copy link to clipboard

Copied

Yes the database is Mysql?  Is there a way to convert it, or do I have to start over from scratch?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 20, 2011 May 20, 2011

Copy link to clipboard

Copied

LATEST

MySQL has nothing to do with Dreamweaver or any other development software. It's a DBMS (which stands for DataBase Management System). More simply, it's a way to store data. Other DBMS are PostgreSQL, Oracle, and so on..., as mentionned above.

To use your existing MySQL database with FlashBuilder for PHP, simply specify where you store your PHP services on your computer when you create your project. Then FB will attempt to connect to MySQL with the help of your PHP code.

And you'll be able to retrieve your data in the brand new Spark Datagrids !

Hope it'll help.

Julien.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines