So, when I do this the window says "Simple MySQL Connection->Create a 
connection to a MySQL Database". At this point you plug in details for your 
database connection...

Host URL: The IP address or hostname of your MySQL Database (If it's on your 
local machine use localhost or 127.0.0.1 or your local machines IP address).

Database Name: The database you want to connect to (You will select a table 
later).

User Name: The User Name you use to connect to the database above.

Password: The Password you use to connect to the database above.

You should then click the "Test Connection" button to see if Flex can connect 
to the database with the parameters you have entered.



HTH



Steve


--- In flexcoders@yahoogroups.com, Angelo Anolin <angelo_ano...@...> wrote:
>
> 
> Hi All,
> 
> I have FB3 on my machine, coupled with VS 2008 Express. 
> 
> When I click on Data | Create Application From Database, I get the Popup 
> WIndow - Create Application From Database.
> 
> I click on the New button beside the Connection and I am directed to the 
> Create Connection Profile.  I then enter the Name for the New Connection and 
> click on Next button..
> 
> On the next screen, I have the following fields:
> 
> Server Name: localhost
> Database Name
> User Name
> Password
> 
> I cannot figure out what values need to be entered into these fields.  Kindly 
> help me sort this out so that I could leverage the database app capability of 
> Flex.
> 
> Thanks.
> 
> P.S. 
> When I run my web service application, I am able to connect to it.  Inside my 
> web service, I have already defined the Northwind database in the App_Data 
> folder.
>


Reply via email to