Does anyone here knows how to create a login page thru JDBC?

Anyone here knows how to create a login page which connect to database thru JDBC but not JDBC-ODBC bridge?

Hi..pls you'll do people here a great good if you could explain yourself better..!
Anyway if you are trying to connect to an Oracle Database you dont need the jdbc-odbc bridge as oracle provides a special driver for java applets/applications that is "the thin driver" and the "oci driver"..so if you are connecting to Oracle your connection will look like this:
Class.forName("oracle.jdbc.driver.OracleDriver"); //not sun.jdbc.odbc.JdbcOdbcDriver
Connection con = DriverManager.getConnection ("blah blah, blah");
no need for the jdbc-odbc bridge.
I hope i've answered your question.
Thanks.

Similar Messages

  • Does anyone here know how to make a background soundtrack for a Tai Chi Video?

    Good morning,
    Does anyone here know how to make a background soundtrack for a Tai Chi Video in Garageband. I have been looking around at the different sounds and music in Garageband but I have not been able to find anything that would go with the video.
    Here is an example of a Tai chi video if you were wondering
    http://youtu.be/a6pJf2otwv8
    I want to create something like this for a video I did for a fitness gym for a Yoga instructor and Tai Chi instructor.
    Any tips would be appreciated.

    Brandon,
    you will not have to do any importing in GarageBand. Intalling Mainstage will extent GarageBands Loop Library and Instruments Library.
    After you installed MainStage the additional loops and Instruments will show in GarageBand just like all other Loops. you will simply see more loops.
    For example:
    or:

  • HTML5 Code: Does anyone here know how the QT player source code as a fallback for older Safari browsers...like mine?

    I have the code for all but a fallback to QTPlayer.
    AND
    I don't know how to combine a fallback with the HTML5 code so that if someone who DOES have QT Player installed on a newer browser either.
    I'm operating Safari 4.1.3 and cannot update (I'm obsolete...4 years and I'm out of the apple basket and on to the cider mill, it seems).   So I cannot even check to see how it works because I can't make it work for me in the first place.
    I'm really stressed over this and cannot figure this out.
    I keep finding flash fallback code, which doesn't even enter into my equation.  I need to figure out how to fallback to QTPlayer playing .mov files.

    I need to add just one more thing and that is on battery life.  Last night I sat with the rMBP on my lap installing software, surfing the web, answering emails for close to 4 and 1/2 hours.  At the point I took it back to the charger it still was showing a computed battery time remaining of 3.5 hours.
    Today I had two VMs open and took the machine of the charger and sat outside with my dogs for about 30 minutes.  During this time I was working in both VMs, editing and compiling code.  My battery life estimate showed a good solid 4 hours. 
    This is roughly 6 times greater than what I had with my 2010 MBP and it too had a SSD.  I am not sure why but this retina MBP just seems to not work as hard doing anything that caused my 2010 MBP to struggle.
    While the battery life is certainly better than I expected it is clear that load can change that very rapidly. So I think I still need to visit clients with an external battery or charger in hand.  But I don't think I will be quite so scared that my laptop will simply run out of power before I can even get it plugged in.

  • Does anyone here knows how a while loop works?

    The following code works...
    DECLARE
    zz NUMBER := 1;
    BEGIN
    While zz < 10
    LOOP
    zz := zz + 1;
    END LOOP;
    END;
    If I put a prompt in it like so it does not....
    DECLARE
    zz NUMBER := 1;
    BEGIN
    While zz < 10
    LOOP
    prompt Look THEO I am looping...;
    zz := zz + 1;
    END LOOP;
    END;
    I get the following error...
    prompt Look THEO I am looping...;
    ERROR at line 6:
    ORA-06550: line 6, column 14:
    PLS-00103: Encountered the symbol "LOOK" when expecting one of the following:
    := . ( @ % ;
    I get the same kind of error if I put a create, select or pretty much any other statement than an assignment in the loop.
    Am I to believe that a while loop in SQL*Plus is particular to what kind of statement is in it?
    Any help would be appreciated.

    PROMPT is a SQL*Plus command. If you would like to output text to the screen while looping in a procedure you should use DBMS_OUTPUT.PUT_LINE(). This will also require you to use the following command at the SQL*Plus promptSET SERVEROUTPUT ON;Your code will look like thisDECLARE
        zz NUMBER := 1;
    BEGIN
      While zz < 10
        LOOP
          DBMS_OUTPUT.PUT_LINE('Look THEO I am looping...');
          zz := zz + 1;
      END LOOP;
    END;This will output Look THEO I am looping... 9 times. If you would prefer that it only be displayed 1 time then you can move the DBMS_OUTPUT.PUT_LINE between the BEGIN and WHILE commands.

  • Does anyone here know how to install vista 64bit on MBP C2D?

    Just ordered a 17" today. Wanna know if I can install vista 64bit on it?
    thanks,
    m.j

    It runs fine and pretty fast. Drivers are a problems, can't seem to find any. I am about to delete it though cause its useless. I just partitioned with boot camp and then popped in the Vista 64 bit CD and it installed it self. took about 30 to 40 minutes. it does look nice though but the warning pop ups are very annoying and will at a certain point drive you crazy.
    good luck
    BoZ
    Macbook Pro Core 2 Duo, Powerbook 12" 1.33   Mac OS X (10.4.8)   ???

  • Does anyone here know how to export metaview

    Hi All,
    I can use enterprise link design studio export plan , but I can't find how to export metaview ?
    Appreciate if any help ?
    KY
    Edited by: kyi on Dec 22, 2008 4:13 PM

    Brandon,
    you will not have to do any importing in GarageBand. Intalling Mainstage will extent GarageBands Loop Library and Instruments Library.
    After you installed MainStage the additional loops and Instruments will show in GarageBand just like all other Loops. you will simply see more loops.
    For example:
    or:

  • Hello I have encounted a problem with Photoshop. Normally when you start a new documant, you are given the options to have A4, A3, ect page set ups. These inbuilt page set ups seem to have disapeared, does anyone please know how to fix this? Many thanks

    Hello I have encounted a problem with Photoshop. Normally when you start a new documant, you are given the options to have A4, A3, ect page set ups. These inbuilt page set ups seem to have disapeared, does anyone please know how to fix this? Many thanks Ben  [email protected]

    Hello Trevor
    Thanks for your message. You can custom set pages but there are no preset of page sizes like A4, A3, ect. I cannot click the size preference, nothing comes up
    Ben

  • Plz help! How to create a login page

    Hi!
    is there anyone who knows to create a login page from java

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>login1.html</title>
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    <SCRIPT LANGUAGE="JavaScript">
    function validate(){
    if(document.form1.text1.value.length<1){
    alert("Please enter UserName");
    return false;
    if (document.form1.pwdtext.value.length<3){
    alert("please enter the Password");
    return false;
    return true;
    </SCRIPT>
    </head>
    <body>  <br>
    <form method="get" name="form1" style="" action="./logdb1" enctype ="text/plain" onSubmit = "return validate(this);">
    <p> </p><p> UserName:    <input type="text" maxlength="20" name="text1"></p><p> Password:      <input type="password" maxlength="20" name="pwdtext"></p><p>            <input type="submit" value="Login" name="loginbutton">    <input type="reset" value="Cancel" name="cancelbutton"></p><p> ForgotPassword?     SignUp</p>
    </form>
    </body>
    </html>

  • Does anyone here know anything about parental controls?

    Hey guys! I am an incoming college student, so I recently purchased a shiny new Macbook Pro (which I love!). However, i have an issue. My mother is something of a paranoid android, and wants to install some kind of parental controls. While I really don't mind having them, I have had issues with them being overly strict and blocking completely appropriate content in the past. Does anyone know of a filter that is unobstrusive but effective that I can install? Any assistance is appreciated!
    I use Firefox, if that helps

    There are few third party solutions for this. Try and persuade her to tick an option where it does not block any websites, but it will still log and anything you visit and this log cannot be deleted or modified. It even logs when you are in private browsing! However it is really very simple to overide parental controls.
    I have had experience of this as my mum tried to do the exact same thing!

  • Is anyone here knows how to install face time on my iphone 4s,since it was not yet installed on my iphone..anyone please.

    My concern is how to install facetime apps ob my iphone 4s.,is anyone here have an idea??

    You can't and there are no FaceTime apps to be installed.
    If your phone does no have FaceTime on it already, then there is nothing that you can do to get it except buy a new phone.
    That is it - you cannot get FaceTime on a phone that does not have it.

  • When I log on my computer I receive an error message: apllesyncnotifier.exe entry point not found. Does anyone one know how to fix it?

    Error message when I log onto my computer.
    Does any one one know how to fix this error?
    It states: The procedure entry point Sqlite3_wal_checkpoint could not be located in the dynamic link librery SQLite3.dll

    With that one, I'd first try uninstalling and reinstalling your MobileMe control panel. Does that clear up the error?

  • Does any one know how to creat hierachy in 7.0

    Hi Gurus
    Please some one can help me how to create hierachy in BI7.O
    I am new to BI7.0 and have requirement to create hiearchy and we are loading hiearchies through flatfiles.But we are not loading from OLTP system
    Please send me If you have any docs related to hierachy
    Thanks in advances
    Regards
    Krish

    Hi Krish,
    Refer to the link below for details.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0e/fd4e3c97f6bb3ee10000000a114084/frameset.htm
    regards...

  • Does any one know how to create a blank greeting card

    I have been trying for a long time to make a greeting card . I purchases ISTART it is not there. I went to text edit and there is nothing there. Can any one help?

    The BEST way I know how to make one is the HP site
    http://h30393.www3.hp.com/printing/app/us/en/consumer/greeting-cards.aspx
    They got loads of greeting cards for free , you can download the PDFs or print from the online wizard...
    They also have free templates for download and other projects:
    http://h30393.www3.hp.com/printing/app/us/en/consumer.aspx
    They all work with any printer and any computer...

  • How to create a login page....

    Hey guys....i am working on a erm applocation....i want to create a pop up login page for my application....please tell me how to do it....

    J2EE allows you to declaratively manage security. And you're mixing up two different things, either you want a dialog box for logging in ( known as BASIC authentication ) or you want a login page ( known as FORM based authentication ). Both are easily swappable with minimum effort.
    Take a look at Chapter 32 here: https://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    And Google J2EE security example/ tutorial/ whatever, you'll find lots of resources. If you have specific queries, you can always post it here in the forums

  • How to: create a Login page with data tags

    hi, how could i create a jsp login page using the data tags.. and how to associate it with the other jsp pages that should be displayed in case of the correct insertion of the password .

    http://technet.oracle.com:89/ubb/Forum2/HTML/006025.html

Maybe you are looking for

  • Help with multiple ADE accounts

    Hi, I have a bit of a problem and was hoping someone more wise in the ways of Adobe could help me out, as my searching has failed so far. Back when I first got into ereading, I discovered Sony and set myself an account with them under my college emai

  • Installing iTunes on my server

    When I want to install iTunes on my server (iTunes64Setup) the only message on my screen is tthat the program is calculating the amount of needed space, that's all

  • FrameMaker 8 Track Changes - Customize?

    Oh, I was so excited when FrameMaker 8 came out with track changes feature. and oh, was I disappointed when I got a trial copy and found out that I cannot find a way to customize the way those changes are displayed. It appears that deletions and inse

  • Windows Services for OBIEE 11G

    Hi Guy's.. I have successfully installed OBIEE 11G Enterprise Edition and able to access OBIEE 11G via http://localhost:9704/analytics/saw.dll?bieehome&startPage=1 by only starting the 'Start BI Services'. The issue what i am facing is OBIEE 11G is o

  • What are the Relations between Journalizing and IKM?

    What is the best method to use in the following scenario: I have about 20 source tables with large amount of data. I need to create interfaces that join the source tables into target tables. The source tables are inserted every few secondes with abou