Re: [flexcoders] Re: flex and oracle

2008-10-21 Thread Tom Chiverton
On Monday 20 Oct 2008, Anthony DeBonis wrote: You would not want to make a direct Oracle connection from Flex – old Client/Server technology does not work over the Intranet. web applications are the perfect example of a client/server technology, aren't they ? -- Tom Chiverton Helping to

[flexcoders] Re: flex and oracle

2008-10-21 Thread Anthony DeBonis
Yes - good point but I should have been clearer. I was thinking about my experience with PowerBuilder and VB type application with direct DB connection being held open. There are many examples of connecting to get data for Flex but because of the sandbox of the browser we can't (easily)

[flexcoders] Re: flex and oracle

2008-10-20 Thread Anthony DeBonis
You would not want to make a direct Oracle connection from Flex – old Client/Server technology does not work over the Intranet. You need to make service call either RemoteObject / WebService/HTTP Service calls. For RemoteObject calls you can look into BlazeDS

Re: [flexcoders] Re: flex and oracle

2008-10-20 Thread Paul Andrews
- Original Message - From: Anthony DeBonis [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 20, 2008 5:29 PM Subject: [flexcoders] Re: flex and oracle snip old Client/Server technology does not work over the Intranet. That'll be news to a lot of Oracle

[flexcoders] Re: flex + spring + Oracle

2008-02-06 Thread Rodrigo Pereira Fraga
See this: Flex+BlazeDS+Spring+Hibernate -http://blog.digows.com/?p=103 -http://blog.digows.com/?p=117 SourceCode Here: -http://forum.flexbrasil.com.br/viewtopic.php?f=8t=46#p139 \o/ --- In flexcoders@yahoogroups.com, Gregor Kiddie [EMAIL PROTECTED] wrote: This is still quite a good article

[flexcoders] Re: Flex 2: Oracle - type long ??

2005-10-27 Thread Greg Johnson
Well it looked promicing for a bit. It stoped the error message. But when I decode it all I get is 1 character :/ I did a LEN() on what was returned and found out its apparently using 2-byte char encoding as when I did a LEFT(...,20) I only got the first 10 characters. *sigh* --- In