Writing to Oracle Database using Flex

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Writing to Oracle Database using Flex

    Hello gurus,

    I have created a Flex form application in Flex 1.5 This form application has
    several text input controls. The logic is, whatever values user enteres in
    these text input control it should save those values to a database table in
    Oracle database.

    Any idea how can I achieve this?

    Thanks,

    Ruchir

    ruchir123 Guest

  2. Similar Questions and Discussions

    1. Writing to a Database using Flash
      Hi, I am creating e-learning material that will be accessed online by students. Is there anyway that Flash can write to a database to tell us how...
    2. cfloop in MX7 hangs when writing to Oracle DB with JDBC
      Any body seen this happen before ? The follwing code is executing the cffile command correctly and outputs correctly from the cfdump The...
    3. Writing into the database on the internet
      Hi! I have an application that runs on the internet that works with asp and access. When I request info from the database, it works fine, but when I...
    4. Writing international characters to oracle in CF5
      When I try to write data to oracle with internaltional characters in it, it will give the following error: Oracle Error Code = 1756 ORA-01756:...
    5. Dump Database / Porting Database to Oracle
      Hi, I do not know much about informix. I have no running instance here, but its my job to transfer data from informix to oracle. - Is there a...
  3. #2

    Default Re: Writing to Oracle Database using Flex

    According to the FAQ:

    [url]http://www.cflex.net/showfaq.cfm?Object=faq&channelID=1&faqtype=&defaul tfields=&[/url]
    defaultValues=#Question370

    My protocol preference is HTTPService.

    What would be your choice of server-side technologies?

    Tracy

    ntsiii Guest

  4. #3

    Default Re: Writing to Oracle Database using Flex

    Hi Tracy,

    I have struggled hard and created an application with FLEX and J2EE with
    JRUN4. I have to deploy it on ORACLE 9iAS. You have any links or docs for that.
    like any pre-requisites are there to do this setup?
    looking forward for your reply.
    thanks in advance.
    regards,
    Logu.

    ship2moon Guest

  5. #4

    Default Re: Writing to Oracle Database using Flex

    I do not know Oracle. Is ORACLE 9iAS a J2EE web server / servlet container?

    Are you looking to run Flex itself within it, or are you simply trying to get
    / set data in a database?

    If you are actually looking to deploy the Flex 1.5 server in it, check the MM
    suport site, make sure it is supported, or at least hsas been done. There may
    be some more information available there.

    A quick search found this, maybe it will help:
    [url]http://www.macromedia.com/devnet/flex/articles/flex_portals_02.html[/url]

    Tracy

    ntsiii Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139