DMZ and php page issue

Hi,
We have an Oracle database server 11.2.0.1 that run in Oracle Linux version 3.8.13-16.2.3.el6uek.x86_64, and a Linux 32-bit client server that run in Linux CentOS 6.2.
From the 32-bit client server in the DMZ if we run the query below by sqlplus we have no problem. When we run the same query from the same client server but by php page, it does not return more than 65 row. But (WHERE ROWNUM <= 64) it returns the result fine. If we move the 32-bit client server into LAN, we do not have the issue at all. If you have experience with DMZ or firewall for the situation, please help.
Php query:
'SELECT * FROM (SELECT
        p.T$NAMA AS NAMA,
        o.T$ORNO AS ORNO,
        CASE CAST(o.T$CORG AS INT )
WHEN 1 THEN \'Contracts\'
WHEN 2 THEN \'Quotations\'
WHEN 3 THEN \'EDI\'
WHEN 4 THEN \'Manual\'
WHEN 5 THEN \'Phone\'
WHEN 6 THEN \'Fax\'
WHEN 7 THEN \'Mail\'
WHEN 8 THEN \'Opportunity\'
WHEN 9 THEN \'CRM\'
WHEN 10 THEN \'Consumption\'
WHEN 14 THEN \'Order Template\'
WHEN 21 THEN \'Service\'
WHEN 22 THEN \'Intercompany EDI\'
WHEN 25 THEN \'Retro-Billing\'
WHEN 30 THEN \'Planning\'
WHEN 35 THEN \'Purchase\'
WHEN 40 THEN \'Shipment\'
ELSE \'Unknown\'
END AS ORD_ORIGIN,
        CASE CAST(o.T$HDST AS INT )
WHEN 2 THEN \'Suspended\'
WHEN 5 THEN \'Free\'
WHEN 10 THEN \'Approved\'
WHEN 20 THEN \'In Process\'
WHEN 25 THEN \'Modified\'
WHEN 30 THEN \'Closed\'
WHEN 35 THEN \'Cancelled\'
WHEN 40 THEN \'Blocked\'
WHEN 45 THEN \'Released\'
WHEN 50 THEN \'Not Applicable\'
ELSE \'Unknown\'
END AS ORD_STATUS,
        o.T$ODAT AS ODAT,
        o.T$CORN AS CORN,
        SUM((l.T$OAMT)) AS ORD_TOT
FROM
        INFOR.TTDSLS400104 o,
        INFOR.TTDSLS401104 l,
        INFOR.TTCCOM100104 p
WHERE
        o.T$ORNO = l.T$ORNO AND
        p.T$BPID (+)= o.T$STBP AND
        o.T$OFBP = \'210008000\' AND
        o.T$ODAT BETWEEN to_date(\'07/14/2014\', \'MM-DD-YYYY\') and to_date(\'08/14/2014\', \'MM-DD-YYYY\')
GROUP BY
        p.T$NAMA,
        o.T$ORNO,
        o.T$ODAT,
        o.T$CORN,
        o.T$STBP,
        o.T$CORG,
        o.T$HDST
ORDER BY
        o.T$ODAT DESC ) WHERE ROWNUM <= 65';

Maybe you run the statement with 2 different users and there could be some policies enabled for those tables ( VPD )

Similar Messages

  • Help needed with a Nav Bar and PHP page.

    Hello, i'm designing a website
    http://www.ahcagency.com for
    wich i create a nav bar in FW and exported the html to DW and
    inserted in a template so that way i update all the pages from the
    template. Everything works fine, but i have a login page for a
    secure area inside the same website and on the
    http://www.ahcagency.com/login.php
    page i have the problem. The nav bar has 7 buttons, if i insert the
    first 3 buttons on the login.php page works very nice, but when i
    insert all the 7 buttons the login.php does not work at all. Also i
    insert the nav bar in all the php pages inside the secure area and
    all works fine, the probles is only in the login page.
    ANY ADVICE, I'M DOING SOMETHING WRONG?
    Also when i create the buttons i gave them the four stages,
    but only the 1st stage and the rollover work.
    what i want is if i click on the services page, the services
    button stay down while i'm on the services page.
    ANY HELP HERE?

    Hi
    I bought this Athlon 3000 xp on Ebay and the listing says
    Manufacturing process  0.13 micron copper process
    Package  453-pin organic PGA
    1.95" x 1.95" (4.95 cm x 4.95 cm)
    Socket  Socket A (Socket 462)
    Speed (MHz)  3000 (rated)
    2167 (real)
    Bus frequency (MHz)  166
    Clock multiplier  13
    Low power features  Halt state
    Stop Grant states
    Sleep state
    Probe state
    Other features  MMX technology
    SSE
    3DNow! Professional
    Level 1 cache size  64 KB code
    64 KB data
    Level 2 cache size  Full-speed exclusive on-die 512 KB
    Floating Point Unit  Integrated
    V core (V)  1.65
    Min/Max operating temperature (°C)  0 - 85
    Typical/Max power dissipation (W)  58.4 / 74.3
    The motherboard is a new board so there are no previous settings
     :wall:looking at the listing i think i have been told the wrong settings ,should it be 13 x 166 not 10.5 x 200 

  • Software Drivers and Downloads Page Issues

    The software download site is broken. I am trying to download drivers for over 2 hours and the page is still broken. Is the site down for maintenance? When will this be accessible so I can the drivers I need.

    I am trying to download drivers for HP Proliant Microserver Gen8. The site worked fine last night but since the last 2 hours the site is not working (Page Not Found). When will the site be assessible so I can download my drivers. Currently my server is offline due to ROM being corrupted. I need this asap. Please.....

  • Explore and Personal page Issue:(Process Error)

    Hi Gurus,
    I am facing an error while opening the Explore and Personal pages in Hyperion Instance, please find the screenshots attached.
    Here is the complete description of the error:
    An exception was thrown:
    com.brio.one.web.ui.ScpView
    With the following stack trace:
    java.lang.ClassCastException: com.brio.one.web.ui.ScpView at com.brio.one.web.personalpage.datasource.ScpBeanFactory.getBeanProcessor(Unknown Source) at org.apache.jsp.jsp.personalpage.smartPage_jsp._jspService(smartPage_jsp.java:191) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) at com.hyperion.i18n.filter.ForwardHelper.forward(Unknown Source) at com.brio.one.web.util.requestdispatcher.RequestDispatcherUtil.forward(Unknown Source) at com.sqribe.WS.WebSQRIBE.dispatchRequest(Unknown Source) at com.brio.one.web.command.CmdRequestDispatch.execute(Unknown Source) at com.sqribe.WS.WebSQRIBE.invokeCommand(Unknown Source) at com.sqribe.WS.WebSQRIBE.run(Unknown Source) at com.sqribe.WS.WSBaseServlet.executeRequest(Unknown Source) at com.sqribe.WS.WSBaseServlet.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:76) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Unknown Source)
    A help in this regard will be greatly appreciated.
    Thanks & Regards,
    Uday
    Edited by: user10439609 on Feb 21, 2009 12:30 AM

    Maybe you run the statement with 2 different users and there could be some policies enabled for those tables ( VPD )

  • ICal and PHP iCalendar Issue/Conflict

    I'm currently using iCal 2.0.4 and I'm trying to publish some calendars to my private server using PHP iCalendar. I have it all set up and I can get it working, but I am running into one specific problem:
    The minimum permissions needed for this whole scheme to work is 644 (rw-r--r--). However, whenever iCal updates the calendar to my WebDAV directory, it changes the permissions of the calendar to 640 (rw-r-----), completely breaking PHP iCalendar. Because the directory that iCal is uploading the published calendar to is WebDAV, I can't edit the permissions unless I turn WebDAV off, edit the permissions, then turn WebDAV back on. Quite annoying everytime I update a calendar.
    Has anyone figured out a way around this? It seems like a problem with iCal and not PHP iCalendar (even though apparently Sunbird is having the same issue now).
    On a side note: Does anyone know of any web calendars that iCal can upload to that don't look like complete garbage other than PHP iCalendar?
    Thanks.

    Hi,
    I'm sorry I don't have an answer, you may also want to take a look at the phpicalendar forum http://phpicalendar.net/forums .
    Best wishes
    John M

  • Windows 7 64 bit and Warning page issue

    I have several users that are in the process of testing Windows 7 64 bit that are reporting problems with repeatedly getting the Ironport warning page that you should get when accessing a website that is in a category that is set in the Warn category.  We have the timer set that you only have to respond that page once every 30 days.  The problem is that they are getting the warning page several times an hour or more.  I am not seeing the same problem on Windows 7 32 bit so I am suspecting that this might be a 64 bit problem.
    I have a TAC case open on this but havent been able to get much from the person assigned to the case.  Wanted to see if anyone else had seen this problem.  I have 7.1.0-297 for Web installed on my S370 that I am seeing the problem on.
    Ron

    Since I am using WCCP from my ASA to talk to the Ironport, I would think the answer is transparent.  Bear with me if I dont use the right terminology.  The person who designed/spec'd/installed the box is no longer with my company and I am learning this from scratch.
    I have the user also testing from Windows 7 32 bit and havent seen a problem there as yet.  Using IE as the browser.  My next step is to login to the problem user machine and see if I can duplicate the problem.  I am beginning to suspect that there might be something in the windows profile directory that might be contributing to and/or causing the problem.
    Havent tested with another browser as IE is the mandated corporate standard.
    Ron

  • The issue is related to firefox 3.5 but is also seen in firefox 3.6 the images rendered like a curtain effect if they are not preloaded and the page builds up in part rather than building all at once and showing

    When we traverse from one page to the other and this is not different php pages, its the same html page only dom manipulation. to show different gui one after the other. Now on these screens there are some images that are preloaded like loaded upfront and some are pulled at run time when user visits that screen. All images that are pulled on run time show a curtain effect. This is problem number 1, we cannot preload these images since the systems are having only 250mb ram.
    Now the other problem is that when the user goes from one screen to the other the entire screen builds up in one shot on ff 1.0.8 but on ff 3.5 or 3.6 it builds up in parts
    Do we need to change some configuration in firefox so that the curtain effect is eliminated, Is there a setting in firefox 3.5 that can make the rendering more like ff 1.0.8 or ff 2.
    Is there any different that you suggest we do our dom manipulations or some ways that we should not do if that is the cause of the issue. This is very urgent since we are loosing users due to performance problems

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Is it possible to work with PHP pages in Oracle ERP R12 and how to set up ?

    Hi,
    Is it possible to work with PHP pages in Oracle ERP R12 and how to set up ?
    Regards
    Nandhakumar P

    Hi Nandhakumar,
    To be able to access any Oracle database using PHP you require the following:
    A server with Apache 2+  (Unix, windows etc)
    PHP enabled using OCI8
    tnsnames.ora
    Oracle instant client and associated libraries
    This gives you direct access into oracle database. As for E-Business, you will compromise the security and safty of of R12 by going in through php. Oracle is not likely to support it either.
    I have got a apache/php/Oracle XE working on a test environment and Ithe performance is not a big issue. If you must I would hughly recommend Oracle Linux for quality and security.

  • Report Builder - Last page issue and Report Footer issue

    I am using ColdFusion 9 Report Builder, am new to this product and encountering 2 issues.
    Issue 1 - I have a field that I would like to print on the last page of my report.  How can I determine the last page?  I initially tried using a calculated field set to the 'highest' calc.Page_Number.  Then I could compare the current page to the last page in the 'Print When' property.  But calc.Page_Number can not be used in a definition of a calculated field.
    Issue 2 - Depending on the amount of report detail, sometimes my report footer prints alone, without a page header and page footer.  The report includes this page in the total number of pages.  For example, if it is a 2 page report, the page header on page 1 will display Page 1 of 2.  Then the only data on Page 2 is the Report Footer.  No page header or page footer prints. 
    Any assistance on these issues would be most appreciated.  To date, using the Report Builder has not been easy.

    To issue 1: The report contains a report band called report footer. thsi is always at the last page. The report footer band initially is collapsed, so you have to expand it by dragging the last band divider.
    To issue 2: I guess this is a page break calculating error when detail data reaches really near the page footer area.
    Try some experiments with different setting of the following properties/issues:
    - in elements, e.g. calculating fields in the bands between report detail and page footer: In Properties / Print Control / Printing Options: Activate the option "Remove line when blank". This will remove the whole report band area if this field is blank. May save some empty space.
    - try to remove unused empty space between detail rows.
    - try to resize and reposition all detail fields so that they snap to the grid.
    Best regards

  • Loading and external php page without reloading

    Hi to all,i want to load(include) php pages without reloading
    the whole page?how to accomplish that in Spry?Also can we include
    php pages also through the HTML PANEL in spry?forexample, i have a
    link which i click it should fetch dreamweaver recordset values in
    php without reloading the whole page.Is there any XML involved or
    it can be done merely through HTML Panel in Spry.Kindly help me in
    this regard.

    You can include a whole page (or part of a page) with the
    HTML Panel widget. No XML is needed for this.See the following
    page
    for HTML Panel examples and just replace the static pages by your
    php pages.

  • Issues and Risks Page: How is this page's data displayed? PSI or Reporting Database?

    The Issues and Risks page (issuesandrisks.aspx) serves up a list of issues/risks that are assigned to me.  Is this a PSI call behind the scenes, or a call to the Reporting DB?  Has anyone gone to this level of detail?  Any help on how to
    get this info programmatically would be awesome.  Thanks! - M
    Michael Mukalian | Jan 2010 - Dec 2010 MVP SharePoint Services | MCTS: MOSS 2007 Configuration | http://www.mukalian.com/blog

    Issue and risk comes from reporting DB. Please go through link it may help you to understand
    http://pwmather.wordpress.com/2012/07/13/projectserver-active-issues-and-risks-on-pwa-reminders-web-part-ps2010-sp2010-sharepoint/
    kirtesh

  • [Exclusive] Create AS3 and MXML in your PHP pages - Q and A

    One of the most common PHP scripts is a form.  Before FTML, there has never been a method of truely integrating Flash with PHP.  Flash and PHP have always been seperate sandboxes when developing.  FTML now allows you to write PHP and FTML hand in hand on the same page.  This removes the requirement of additional files or web services for PHP to interact with Flash.
    PHP to Flash: http://reshapemedia.com/ftml/learn/php-to-ftml/
    FTML Getting Started Guide: http://reshapemedia.com/ftml/downloads/getting-started-guide/
    PHP Requirements
    None - simply code as you would normally and include the MXML components rather than HTML.
    Form Requirements
    All Form children must have the [name] property set
    Any UI For child with the [id] property set will be processed with the Form
    Forms should have [relativeChildSize] set to "true"
    Forms support a [method] of "get", "post", "send", "refresh"
    Inputs with a [type] of "text" or "password" support the [enter] key press
    Example PHP File
    Adobe will not let me post the example code so you can view the demo here: http://reshapemedia.com/examples/ftml-form.php
    - Select [View Source] from your menu to see the code.
    Message was edited by: ReshapeMedia

    It's a little hard to understand your question and its context. Can you please upload this page and give us a link so we can see what you are describing?

  • Adding input type to my mail page and PHP attached to it question

    I need to add a few more input boxes in my form but every time I do it, I still only get what's on the code under this what I'm writing now.
    This is the code in my mail page itself:
            <form action="mail.php" method="POST">
              <p><b>Name</b><br>
                <input type="text" name="subject" size=40>
              <p><b>Please fill out your email/address/phone number</b><br>
                  <textarea cols=40 rows=10 name="message"></textarea>
              <p><input type="submit" value=" Send ">
            </form>
    This is the code in my php page it's attached to.
    <html>
    <head><title>Support a Hero</title></head>
    <body>
    <?php
    $email = '[email protected]';
    $subject = $HTTP_POST_VARS['subject'];
    $message = $HTTP_POST_VARS['message'];
    if (!preg_match("/\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/", $email)) {
      echo "<h4>Invalid email address</h4>";
      echo "<a href='javascript:history.back(1);'>Back</a>";
    } elseif ($subject == "") {
      echo "<h4>No subject</h4>";
      echo "<a href='javascript:history.back(1);'>Back</a>";
    elseif (mail($email,$subject,$message)) {
      echo "<h4>Thank you for sending email</h4>";
    } else {
      echo "<h4>Can't send email to $email</h4>";
    ?>
    </body>
    </html>

    anybody know?  I can't seem to add extra post_vars to communicate with my PHP script.  What am I doing wrong?  It looks like it should work.  I get the email to my email but I'm only getting the name in my email subject and then the message.  The other boxes that are filled out don't come to my email.  I would like to see where the email comes besides "secure server".  Is that possible?  Here's the script. 
    This is in my HTML:
    <body>
            <form action="mail.php" method="POST">
              <p><b>Name</b><br>
                <input type="text" name="subject" size=40>
                <p><b>Name</b><br>
                <input type="text" name="name" size=40>
                <p><b>Name</b><br>
                <input type="text" name="email" size=40>
                <p><b>Name</b><br>
                <input type="text" name="phone" size=40>
    <p><b>Please fill out your email/address/phone number</b><br>
                  <textarea cols=40 rows=10 name="message"></textarea>
              <p><input type="submit" value=" Send ">
        </form></td>
      </tr>
    </table>
    Here is my PHP that it's attached to. 
    <html>
    <head><title>Support a Hero</title></head>
    <body>
    <?php
    $email = '[email protected]';
    $name = $HTTP_POST_VARS['name'];
    $your email = $HTTP_POST_VARS['email'];
    $phone = $HTTP_POST_VARS['phone'];
    $message = $HTTP_POST_VARS['message'];
    if (!preg_match("/\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/", $email)) {
      echo "<h4>Invalid email address</h4>";
      echo "<a href='javascript:history.back(1);'>Back</a>";
    } elseif ($subject == "") {
      echo "<h4>No subject</h4>";
      echo "<a href='javascript:history.back(1);'>Back</a>";
    elseif (mail($email,$subject,$message)) {
      echo "<h4>Thank you for sending email</h4>";
    } else {
      echo "<h4>Can't send email to $email</h4>";
    ?>
    </body>
    </html>

  • Downloads a php page as a file instead of loading and displaying

    I reset a client's .htaccess file to process .html files through php.
    As a consequence, FF downloaded instead of loading one of the html files. When I removed the .htaccess directive, this page still refused to load until I cleared my recent cache.
    I found an old, locked, 2008 thread on this bug [https://support.mozilla.com/tiki-view_forum_thread.php?forumId=1&comments_threshold=0&comments_parentId=1452&comments_offset=0&comments_per_page=20&thread_style=commentStyle_plain]
    One user of this thread suggested that the problem was due to the use of UTF-8 charset. However, my page uses charset=iso-8859-1.
    This is a very simple XHTML 1.0 Strict page. The doctype is not the problem as it is character for character identical to other pages that do not exhibit this problem. The page validates through my web editor and at [http://validator.w3.org/]
    The locked thread suggested editing the profile folder and removing the ''mimetypes.rdf'' file. This is NOT a solution for a public web site. There are huge numbers of casual web users who user FireFox but would not begin to have a clue about solving this problem.
    Until this bug is fixed, I need some sort of work around that I can implement in my file on the server. Here's hoping that someone in the two years since the first posting has discovered one!!
    I didn't include a link to the affected page because I don't yet have a test web page that exhibits the problem. It appears to be random -- I copied the page to a test web site (same server, same web hosting company), set .htaccess to process through php and the page loaded fine!!!

    You have to make sure that the server sends the processed php file as text/html
    &lt;?php header('Content-Type: text/html'); ?&gt;

  • Php page and oracle forms link

    Dear All,
    I am using Application server 10g to deploy my forms and reports. I have another web server on which I am giving users to login to access different applications. I have a php page and users are able to login there properly. But after login when they try to open the applications hosted on the Oracle Application Server 10g, they need to give user id and password again. Is it possible that we can link my web server and my application server so that users need not to login twice.
    Regards
    Trusha

    This is possible only if the other server uses SSO.
    Alternatively solution I am thinking ( Not tested )
    1 Pass the username from the Server as a parameter to the welcome screen or
    the first form.
    2 Login using a guest account to the database in the intial screen.
    3 Store the username and password in a table. Only guest got the acces to this table and only from forms.
    4. When the userid is passed from the server, using guest account check if its a valid user name, if yes get the password from the table and login using that.
    Note there is a risk of storing username /password in the database. So while storing the username/ password you can use some encryption and from the forms
    decrypt it.
    Rajesh Alex

Maybe you are looking for

  • How can I have 2 variables for one output?

    I need it so that the spacebar does one thing on one frame and another thing on the other. I have solved this but now I need to know how can I have it so 2 variables = 1 output. This is my code at the moment: while (menu) if (changecharacter) gotoAnd

  • I had to send my iphone 4 away for repair and now I cant connect it to my itunes on the computer. Can anyone help please?

    I'm having problems connecting my iphone to itunes. I have the Itunes on my computer but it wont register my phone is connected... Can anyone help please? xx

  • Adding external HD

    Heya Intend to get an Apple TV,was just wondering if it possible to add more space by using the usb port to an external HD? Also,when i sync the video from itunes to the apple tv,will it be gone if i delete it from Itunes?

  • How can I get the lib files which supported jsf?

    In one book , That introduce me to get the lib files from a jsf folder ,after you install the jwsdk1.3 ,now ,I installed the 1.5,but I cann't find this jsf folder.where I can get these lib files ? Thanks very much.

  • Special character: UTF8, Oracle, JDBC

    Hi, we have a connection to a Oracle database using JDBC; the tables there are set to UTF8. Unfortunately, some special characters don't appear as they should. In Crystal Reports 2008 (with all updates) I already set the "Preferred Viewing Locale" to