RE: [flexcoders] Re: Flex and Databases

2005-07-28 Thread Kelly R


Not trying to scare anyone.
Just trying to make him aware that there might need to be a little more thought involved in the overall process.
We are all beginners at some point but tough love speeds up the learning process sometimes.
 
 

>From: "Andrew Spaulding" <[EMAIL PROTECTED]>>Reply-To: flexcoders@yahoogroups.com>To: flexcoders@yahoogroups.com>Subject: [flexcoders] Re: Flex and Databases>Date: Thu, 28 Jul 2005 15:36:40 ->>Maybe he's got a developer edition, or is building a demo/proof of>concept app which needs a quick and dirty solution like MS Access?>>Don't scare the guy off just yet guys hehe.>>Andrew Spaulding>www.flexdaddy.info>>>>--- In flexcoders@yahoogroups.com, Douglas Knudsen><[EMAIL PROTECTED]> wrote:> > right? An awefully big expensive sledge-hammer to open a small>pecan, eh?> >> > DK> >> > On 7/28/05, Kelly R <[EMAIL PROTECTED]> wrote:> > >> > 
>> > > Why did you buy a Flex license if you havent even invested the>time or money> > > to upgrade from an excel spreadsheet to a database of any kind?> > >> > > If updgrading to a database why not use a real database like SQL>Server or> > > something similar rather then Access?> > >> > > Why are you trying to build it yourself if you have no knowledge>of any web> > > languages? (ColdFusion, ASP, PHP etc.)> > >> > > If you need this done I am available to work on it part time for>an hourly> > > rate.> > >> > >> > >> > >> > >> > >> > >> > >> > > >From: <[EMAIL PROTECTED]>> > > 
>Reply-To: flexcoders@yahoogroups.com> > > >To: flexcoders@yahoogroups.com> > > >Subject: [flexcoders] Flex and Databases> > > >Date: Thu, 28 Jul 2005 06:52:57 GMT> > > >> > > >Dear Sir,> > > >> > > >I would like to ask about Flex and Databases.> > > >> > > >Recently, I tried so hardly to create Flex and Database> > > >Project, I used a XML Database, with a MXML file, posting and> > > >reading from it, and also Flash ActionScript ".AS" file. But> > > >I always have problems in compiling the ".Java" file.> > > >> > > >I tried also to connect the MXML file to a Microsoft Access> > > >Database ".MDB" file instead of "XML" , but I couldn't.> > 
> >> > > >I wish you can help me in creating a project contains MXML> > > >and MDB with "AS" or "ASP" or whatever Script File you prefer.> > > >> > > >The attached Excel Sheet File is the sheet we are using now> > > >to enter our data, mentioning that this sheet is shared for> > > >many members , so they can all enter data at the same time. I> > > >am trying hardly to move this Excel Sheet and develop it to> > > >be a Microsoft Access Database ".MDB" , and enter the data in> > > >it using a form in a "MXML" page.> > > >> > > >Please, if you can help me in anyway , I will be so grateful> > > >to you.> > > >> > > >> > > >Best regards,> > 
> >[EMAIL PROTECTED]> > > >> > > >> > > >> > > >> > > >--> > > >Message sent from the> > > >Unlimited Mail Free Services Platform.> > > >http://www.unlimitedmail.net> > > >--> > > ><< TaskSummary.xls >>> > >> > >> > > --> > > Flexcoders Mailing List> > > FAQ:> > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> > > Search Archives:> > > http://www.mail-archive.com/flexcoders%40yahoogroups.com> > >> > >> > > > > > YAHOO! GROUPS LINKS> > 
>> > > Visit your group "flexcoders" on the web.> > >> > > To unsubscribe from this group, send an email to:> > > [EMAIL PROTECTED]> > >> > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.> > > To unsubscribe from this group, send an email to:> > > [EMAIL PROTECTED]> > >> > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.> > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.> > > > > >> >> >> > --> > Douglas Knudsen> > http://www.cubicleman.com> > this is my signature, like it?>>>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  













RE: [flexcoders] Re: Flex and Databases

2005-07-28 Thread Jeff Steiner










You can actually connect directly to SQL
server by turning on the web listener and pass your SQL statements in an HTTP
request.

 

It is pretty easy to do and reduces the
overhead of another layer.

 



Jeff

Founder

Flex Authority

http://www.flexauthority.com

 

We are actively seeking contributors for
the site.  Have a sample that you want to share with the world?  Send
it to us!











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of joao_m_fernandes
Sent: Thursday, July 28, 2005 7:27
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex and
Databases



 

Hi Ahmed,

Flex can't directly connect to databases
(Oracle,MSSQL,Access,Excel
sheets,etc,etc). 

In Flex you have 3 ways to access data:
Webservices, HTTP services and
RemoteObjects.

This 3 ways are the only available to
retrieve/insert/update/delete data.

If you want to connect to Access database, one way
is to use HTTP
services and point them to some scripting
technology (PHP,ASP???)

When the first data connection kit was available
to flash (before data
components were available) there was a sample application
with ASP
pages that allowed those operations. 

To be honest, why connect Flex to a mdb database? 
I mean, a 15K license to create an application
with a mdb database ...
it's simply odd...  

João Fernandes

--- In flexcoders@yahoogroups.com,
<[EMAIL PROTECTED]> wrote:
> Dear Sir,
> 
> I would like to ask about Flex and Databases.
> 
> Recently, I tried so hardly to create Flex
and Database 
> Project, I used a XML Database, with a MXML
file, posting and 
> reading from it, and also Flash ActionScript
".AS" file. But 
> I always have problems in compiling the
".Java" file. 
> 
> I tried also to connect the MXML file to
a  Microsoft Access 
> Database ".MDB" file instead of
"XML" , but I couldn't. 
> 
> I wish you can help me in creating a project
contains MXML 
> and MDB with "AS" or
"ASP" or whatever Script File you prefer.
> 
> The attached Excel Sheet File is the sheet we
are using now 
> to enter our data, mentioning that this sheet
is shared for 
> many members , so they can all enter data at
the same time. I 
> am trying hardly to move this Excel Sheet and
develop it to 
> be a Microsoft Access Database
".MDB" , and enter the data in 
> it using a form in a "MXML" page. 
> 
> Please, if you can help me in anyway , I will
be so grateful 
> to you.
> 
> 
> Best regards,


> [EMAIL PROTECTED]
> 
> 
> 
> 
> --
> Message sent from the
> Unlimited Mail Free Services Platform.
> http://www.unlimitedmail.net
> --










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Re: Flex and Databases

2005-07-28 Thread Andrew Spaulding
Maybe he's got a developer edition, or is building a demo/proof of
concept app which needs a quick and dirty solution like MS Access?

Don't scare the guy off just yet guys hehe.

Andrew Spaulding
www.flexdaddy.info



--- In flexcoders@yahoogroups.com, Douglas Knudsen
<[EMAIL PROTECTED]> wrote:
> right?  An awefully big expensive sledge-hammer to open a small
pecan, eh?
> 
> DK
> 
> On 7/28/05, Kelly R <[EMAIL PROTECTED]> wrote:
> > 
> > 
> > Why did you buy a Flex license if you havent even invested the
time or money
> > to upgrade from an excel spreadsheet to a database of any kind?
> > 
> > If updgrading to a database why not use a real database like SQL
Server or
> > something similar rather then Access?
> > 
> > Why are you trying to build it yourself if you have no knowledge
of any web
> > languages?  (ColdFusion, ASP, PHP etc.)
> > 
> > If you need this done I am available to work on it part time for
an hourly
> > rate.
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > >From: <[EMAIL PROTECTED]>
> > >Reply-To: flexcoders@yahoogroups.com
> > >To: flexcoders@yahoogroups.com
> > >Subject: [flexcoders] Flex and Databases
> > >Date: Thu, 28 Jul 2005 06:52:57 GMT
> > >
> > >Dear Sir,
> > >
> > >I would like to ask about Flex and Databases.
> > >
> > >Recently, I tried so hardly to create Flex and Database
> > >Project, I used a XML Database, with a MXML file, posting and
> > >reading from it, and also Flash ActionScript ".AS" file. But
> > >I always have problems in compiling the ".Java" file.
> > >
> > >I tried also to connect the MXML file to a Microsoft Access
> > >Database ".MDB" file instead of "XML" , but I couldn't.
> > >
> > >I wish you can help me in creating a project contains MXML
> > >and MDB with "AS" or "ASP" or whatever Script File you prefer.
> > >
> > >The attached Excel Sheet File is the sheet we are using now
> > >to enter our data, mentioning that this sheet is shared for
> > >many members , so they can all enter data at the same time. I
> > >am trying hardly to move this Excel Sheet and develop it to
> > >be a Microsoft Access Database ".MDB" , and enter the data in
> > >it using a form in a "MXML" page.
> > >
> > >Please, if you can help me in anyway , I will be so grateful
> > >to you.
> > >
> > >
> > >Best regards,
> > >[EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> > >--
> > >Message sent from the
> > >Unlimited Mail Free Services Platform.
> > >http://www.unlimitedmail.net
> > >--
> > ><< TaskSummary.xls >>
> > 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ:
> > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> > 
> > 
> > 
> > YAHOO! GROUPS LINKS 
> > 
> >  Visit your group "flexcoders" on the web.
> >   
> >  To unsubscribe from this group, send an email to:
> >  [EMAIL PROTECTED]
> >   
> >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> >  To unsubscribe from this group, send an email to:
> >  [EMAIL PROTECTED]
> >   
> >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> > 
> > 
> 
> 
> -- 
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: Flex and Databases

2005-07-28 Thread joao_m_fernandes
Hi Ahmed,

Flex can't directly connect to databases (Oracle,MSSQL,Access,Excel
sheets,etc,etc). 

In Flex you have 3 ways to access data: Webservices, HTTP services and
RemoteObjects.

This 3 ways are the only available to retrieve/insert/update/delete data.

If you want to connect to Access database, one way is to use HTTP
services and point them to some scripting technology (PHP,ASP???)

When the first data connection kit was available to flash (before data
components were available) there was a sample application with ASP
pages that allowed those operations. 

To be honest, why connect Flex to a mdb database? 
I mean, a 15K license to create an application with a mdb database ...
it's simply odd...  

João Fernandes

--- In flexcoders@yahoogroups.com, <[EMAIL PROTECTED]> wrote:
> Dear Sir,
> 
> I would like to ask about Flex and Databases.
> 
> Recently, I tried so hardly to create Flex and Database 
> Project, I used a XML Database, with a MXML file, posting and 
> reading from it, and also Flash ActionScript ".AS" file. But 
> I always have problems in compiling the ".Java" file. 
> 
> I tried also to connect the MXML file to a  Microsoft Access 
> Database ".MDB" file instead of "XML" , but I couldn't. 
> 
> I wish you can help me in creating a project contains MXML 
> and MDB with "AS" or "ASP" or whatever Script File you prefer.
> 
> The attached Excel Sheet File is the sheet we are using now 
> to enter our data, mentioning that this sheet is shared for 
> many members , so they can all enter data at the same time. I 
> am trying hardly to move this Excel Sheet and develop it to 
> be a Microsoft Access Database ".MDB" , and enter the data in 
> it using a form in a "MXML" page. 
> 
> Please, if you can help me in anyway , I will be so grateful 
> to you.
> 
> 
> Best regards,


> [EMAIL PROTECTED]
> 
> 
> 
> 
> --
> Message sent from the
> Unlimited Mail Free Services Platform.
> http://www.unlimitedmail.net
> --




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/