answersLogoWhite

0


Best Answer

hiii hru??

hii This is one of the Flex 3 database example..:)

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the code for flex3 to connect with database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to you connect in mysql database?

Use the following code to connect to your mysql database from the php file. variables are hostname, db_username, db_password - see the code below for the exact connection example. <?php mysql_connect("localhost", "admin", "1admin") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>


How do you connect to a database and table using ADODB?

How do you connect to a database and table using ADODB?


How do you display database data in php?

Here's the code. This is a simple code to connect to mysql. Bare in mind PHP can connect to other database also. I am assuming you have the database and datatables in place


How do you connect to a database using unix command?

There isn't a generic Unix command to connect to a database. The actual commands are based on the database package you are using, such as Oracle, SyBase, etc. They each have their own commands for gaining access to the database.


What code do you use to connect a form to a database?

with php you can use INSERT INTO table_name (field1,field2,..) values (data1,data2,..) data1, data2.. from form.


Does database software store information in HTML codes?

No, database software does not store data using Hyper Text Markup Language (HTML) codes. A common code used to access data is Structured Query Language (SQL). HTML is a formatting language that will tell a browser how to display the data retrieved from a database.


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


How do you connect databases?

TO connect database two things are require: 1) JDBC driver 2) ognl.jar Using these two we can create a database connection.


How do you connect oracle to java?

Connecting to Java from within a Oracle database is not possible. However, if you want to connect to an Oracle database from Java, you can use JDBC for the same. JDBC stands for Java DataBase Connectivity which is the framework that helps Java applications connect to databases like Oracle


How do you connect an postgress sql database in C?

Carefully.


How do you connect oracle database in javascript?

By using ODBC


Java code for tax deduction in database connection?

Java code for tax deduction in database connection?