RE: [flexcoders] Database connection from AIR application

2008-12-18 Thread Wildbore, Brendon
Any reason why the built in  SQL Lite database wont do?

Example of how to use:
http://seantheflexguy.com/blog/2007/06/14/super-simple-sqlite-example-for-adobe-air-1-beta/



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of kotha poornima
Sent: Thursday, 18 December 2008 9:22 p.m.
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Database connection from AIR application

Hi Fidel,
First of all Thanks for the reply.
And i need to clarify one more thing from you:
If we are going to write any server-side code like java or coldfusion then we 
have to deploy in Tomcat or Weblogic Servers right!!! Then how we can say the 
application as Desktop application rather than a webapplication.


From: Fidel Viegas 
To: flexcoders@yahoogroups.com
Sent: Thursday, December 18, 2008 1:00:09 PM
Subject: Re: [flexcoders] Database connection from AIR application

On Thu, Dec 18, 2008 at 7:59 AM, kotha poornima mailto:poorni_agile%40yahoo.com>> wrote:
> Hi all,
> I am going to create a AIR Desktop application. Am i able to connect to the
> database such as SQL Server or MYSQL from AIR to retrieve data. Can anyone
> give me an idea how can i do this task or send me any websites regarding the
> same.

No, you need to write server-side code in java, php, ruby, .net,
etc..., or your can use a "gateway" such as merapi.

All the best,

Fidel.




Re: [flexcoders] Database connection from AIR application

2008-12-18 Thread Tom Chiverton
On Thursday 18 Dec 2008, Fidel Viegas wrote:
> No, you need to write server-side code in java, php, ruby, .net,
> etc..., or your can use a "gateway" such as merapi.

There are some projects out there trying to make ActionScript native 
connectors, such as 
http://www.mikechambers.com/blog/2007/05/07/actionscript-3-mysql-library/

-- 
Tom Chiverton
Helping to simultaneously negotiate six-generation front-end edge-of-your-seat 
distributed information



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

Re: [flexcoders] Database connection from AIR application

2008-12-18 Thread kotha poornima
Hi Fidel,
First of all Thanks for the reply.
And i need to clarify one more thing from you:
If we are going to write any server-side code like java or coldfusion then we 
have to deploy in Tomcat or Weblogic Servers right!!! Then how we can say the 
application as Desktop application rather than a webapplication.





From: Fidel Viegas 
To: flexcoders@yahoogroups.com
Sent: Thursday, December 18, 2008 1:00:09 PM
Subject: Re: [flexcoders] Database connection from AIR application


On Thu, Dec 18, 2008 at 7:59 AM, kotha poornima  wrote:
> Hi all,
> I am going to create a AIR Desktop application. Am i able to connect to the
> database such as SQL Server or MYSQL from AIR to retrieve data. Can anyone
> give me an idea how can i do this task or send me any websites regarding the
> same.

No, you need to write server-side code in java, php, ruby, .net,
etc..., or your can use a "gateway" such as merapi.

All the best,

Fidel.



  

Re: [flexcoders] Database connection from AIR application

2008-12-17 Thread Fidel Viegas
On Thu, Dec 18, 2008 at 7:59 AM, kotha poornima  wrote:
> Hi all,
> I am going to create a AIR Desktop application. Am i able to connect to the
> database such as SQL Server or MYSQL from AIR to retrieve data. Can anyone
> give me an idea how can i do this task or send me any websites regarding the
> same.

No, you need to write server-side code in java, php, ruby, .net,
etc..., or your can use a "gateway" such as merapi.

All the best,

Fidel.


[flexcoders] Database connection from AIR application

2008-12-17 Thread kotha poornima
Hi all,
I am going to create a AIR Desktop application. Am i able to connect to the 
database such as SQL Server or MYSQL from AIR to retrieve data. Can anyone give 
me an idea how can i do this task or send me any websites regarding the same.

Thanks in Advance,
Poornima