Is there somebody out there to shed some light on this? Change keys, tempo in Soundtrack Pro greyed out?

From the amount of posted unanswered questions like mine one should be able to see that there are more than a few people confused about the greyed out "Change keys, tempo in Soundtrack Pro" (and for that matter in Apple Loops Utility, Logic, GarageBand)! What does it take to help out the less adept budding beginners? Please don't post read the manual or search for... we all know you can spend days with no results. There is nothing better than a friendly person (wizard) who knows and has done it all, giving clear step by step instructions. Please lay it out for us lesser brains. Thank you so much for your time and patience.

rs = stmt.executeQuery("SELECT gender FROM gymuser WHERE Username= 'userName' ");
in this line i think there is some error put it like this
rs = stmt.executeQuery("SELECT gender FROM gymuser WHERE Username= '"+userName+"' ");
Try to put some SOPs in between, so that u can check in logs(if using tomcat)where u r making mistake.

Similar Messages

  • Can anybody out there help shed some light on why no audio output using varispeed tempo only

    Can anybody out there help shed some light on why no audio output using varispeed tempo only?
    I am using Logic Pro 9 and finding no problems using the tempo and pitch option but when I just want to vari the tempo only I loose all output.
    This includes no audio meter activity on channells.

    Another worthwhile time/pitch related product is from Prosoniq. The version of Nuendo (not the latest) the University uses ships with the MPEX algorithm, which is related to to their flagship product.
    http://www.prosoniq.com/www/TimeFactory_II.html
    I've used it a bit to create the double-time/+1 octave  Les Paul & Mary Ford guitar sound for a class demo demo and thought it did a very good job.
    Yes, there is a Demo.

  • The Apple instructions with no luck. Grateful if anyone can shed some light on this !

    I seem to be unable to locate or play iTunes Radio in iTunes. I have followed the Apple instructoins with no luck. Grateful if anyone can shed some light on this !

    Thanks very much. Now I feel stupid!!

  • So I  downloaded acrobat XI Standard from the Adobe website, when I go to install it, it says "Adobe XI Pro" at the top left corner. Can anyone shed some light on this for me? I have a volume license for XI Std. so I would like to use the Std. version.

    So I  downloaded acrobat XI Standard from the Adobe website, when I go to install it, it says "Adobe XI Pro" at the top left corner. Can anyone shed some light on this for me? I have a volume license for XI Std. so I would like to use the Std. version.

    login and download your software from the adobe volume licensing website, Customer resources | Adobe Buying Programs

  • Plugged in Apple TV, Apple symbol appears the a view of the rear of the box with a USB lead going to an iTunes symbol? Can anyone shed some light on this oh and it doesn't go past this point

    Plugged in Apple TV, Apple symbol appears the a view of the rear of the box with a USB lead going to an iTunes symbol? Can anyone shed some light on this oh and it doesn't go past this point

    You need to grab a micro usb cable and restore via iTunes
    http://support.apple.com/kb/HT4367?viewlocale=en_US&locale=en_US

  • When registering my iphone on itunes the message - the sim card insertedin this iphone does not appear to be supported - can anyone shed some light on this and tell me a way around this problem?

    when registering my iphone on itunes the message - the sim card insertedin this iphone does not appear to be supported - can anyone shed some light on this and tell me a way around this problem? the phone itself is an english phone and tried to register with a spanish sim and that message appeard, so i tried with my iphone sim which is english and the same message appeared!
    thanks

    Is the English sim from the original carrier as that is usually the message you get with a carrier locked phone.

  • HT1338 I am trying to register my Appliances and when I try to click on "Save" or "Submit" I am unable on my MacBook pro. I have tried different browsers yet still same problem.  Can anyone shed some light on this please.

    I am trying to register my Appliances and when I try to click on "Save" or "Submit" I am unable on my MacBook pro. I have tried different browsers yet still same problem.  Can anyone shed some light on this please.

    Thanks for that 'sberman' - because my iPhone is backed-up to my work computer (only at this stage) I have had to call our IT Department in Adleaide. (4 times this morning). The last guy managed to get the phone into 'DFU Mode' - no more recovery mode screen - (kind of 'asleep' perhaps) from my understanding of same. I am awaiting a call again from IT so they can get my computer to actually recognise my iPhone on the C Drive. This also happened to  one of my colleagues in Newman (WA). She got so frustrated with the whole process that she bought another phone the next time she was in 'civilisation.' She hasn't had any problems since. (Cross fingers).
    Thanks again, Sandra2474.

  • Ever since my last update I have been unable to add songs from my i tunes library onto my i phone.  The "add to" button does not appear for me when I connect my i phone.  Can anyone shed some light on this for me?

    Ever since my last update I have been unable to add songs from my i tunes library onto my i phone.  The "add to" button does not appear for me when I connect my i phone.  Can anyone shed some light on this for me?

    Thanks for that 'sberman' - because my iPhone is backed-up to my work computer (only at this stage) I have had to call our IT Department in Adleaide. (4 times this morning). The last guy managed to get the phone into 'DFU Mode' - no more recovery mode screen - (kind of 'asleep' perhaps) from my understanding of same. I am awaiting a call again from IT so they can get my computer to actually recognise my iPhone on the C Drive. This also happened to  one of my colleagues in Newman (WA). She got so frustrated with the whole process that she bought another phone the next time she was in 'civilisation.' She hasn't had any problems since. (Cross fingers).
    Thanks again, Sandra2474.

  • Safari cannot open the specified address as OS X does not recognise the internet address starting with "aam". Please please can someone shed some light on this, its driving me MAD!!!

    when i try to download the software onto my mac, i receive a message saying that safari cannot open the specified address as OS X does not recognise the internet address starting with "aam". Please please can someone shed some light on this, its driving me MAD!!!

    Try and download the Desktop Application First before trying to install any other Adobe Product. The link for AAM is Safari looking for Desktop Application in your machine.
    Creative Cloud Help | Creative Cloud for desktop

  • Anyone shed some light on this???

    Hi there,
    I have a class that returns a value based on a calculation with in the class
    2 of the variables are called from a database, which is working however when I try to output the result on a jsp page ie. calling the property 'rating' I am told it is "null" on the page....
    was wondering if sombody could review my code and make any suggestions as to where my problem lies .....
    The variable amount is inputted by the user...
    This is the class for calculating:
    * Pressup.java
    * Created on 29 April 2007, 13:03
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    * @author Hegstatic
    */package fitness;
    import java.sql.*;
    import java.text.*;
    public class Pressup {
        /** Creates a new instance of Pressup */
       int age;
       int amount;
       String rating;
       String gender;
       Connection con;
       String error;
      public int getAge(String userName) throws SQLException, Exception{
                     if(con != null){
                     try{
                    ResultSet rs;
                    Statement stmt = con.createStatement();
                   rs = stmt.executeQuery("SELECT age FROM gymuser WHERE Username= 'userName' ");
                    while (rs.next()) {
                   age = rs.getInt("age");
                   return age;
                   } catch(SQLException sqle){
                   error = "SQLException: could not search gymuser";
                    throw new Exception(error, sqle);
                   catch(Exception e){
                   error = "An exception occured while searching gymuser";
                   throw new Exception(error);
                    } else {
                   error = "Exception: connection to database was lost";
                   throw new Exception(error);}
        public void setAge(int age)
            this.age = age;
            System.out.println(age);
        public String getGender(String userName) throws SQLException, Exception{
                     if(con != null){
                     try{
                    ResultSet rs;
                    Statement stmt = con.createStatement();
                   rs = stmt.executeQuery("SELECT gender FROM gymuser WHERE Username= 'userName' ");
                    while (rs.next()) {
                   gender = rs.getString("gender");
                   return gender;
                   } catch(SQLException sqle){
                   error = "SQLException: could not search gymuser";
                    throw new Exception(error, sqle);
                   catch(Exception e){
                   error = "An exception occured while searching gymuser";
                   throw new Exception(error);
                    } else {
                   error = "Exception: connection to database was lost";
                   throw new Exception(error);}
                    public void setGender(String gender){
                        this.gender = gender;
       public int getAmount()
        return amount;
       public void setAmount(int amount)
           this.amount = amount;
       public String getRating()
       { if (String.valueOf(gender) == "male")
                if (age>= 0 && age <= 29 && amount >=55 ) {
                    rating = "Excellent";
                } else if (age>= 0 && age <= 29 && amount >=45 && amount <=54 ) {
                    rating = "Good";
                } else if (age>= 0 && age <= 29 && amount >=35 && amount <=44 ) {
                     rating = "Average";
                } else if (age>= 0 && age <= 29 && amount >=20 && amount <=34 ) {
                    rating = "Fair";
                }else if (age>= 0 && age <= 29 && amount >=0 && amount <=19 ) {
                     rating = "Poor";
                } else if(age>= 30 && age <=39 && amount >=45) {
                    rating = "Excellent";
                } else if(age>= 30 && age <=39 && amount >=35 && amount <=44) {
                    rating = "Good";
                } else if(age>= 30 && age <=39 && amount >=25 && amount <=34) {
                    rating = "Average";
                } else if(age>= 30 && age <=39 && amount >=15 && amount <=24) {
                    rating = "Fair";
                } else if(age>= 30 && age <=39 && amount >=0 && amount <=14)  {
                    rating = "Poor";
                } else if(age>= 40 && age >=49 && amount >=40) {
                    rating = "Excellent";
                } else if(age>= 40 && age <=49 && amount >=30 && amount <=39) {
                    rating = "Good";
                } else if(age>= 40 && age <=49 && amount >=20 && amount <=29) {
                    rating = "Average";
                 } else if(age>= 40 && age <=49 && amount >=12 && amount <=19) {
                    rating = "Fair";   
                } else if(age>= 40 && age <=49 && amount >=0 && amount <=11) {
                    rating = "Poor";
                } else if(age>= 50 && age <=59 && amount >=35) {
                    rating = "Excellent";
                } else if(age>= 50 && age <=59 && amount >=25 && amount <=34) {
                    rating = "Excellent";
                  } else if(age>= 50 && age <=59 && amount >=15 && amount <=24) {
                     rating = "Average";
                     else if(age>= 50 && age <=59 && amount >=8 && amount <=14) {
                       rating = "Fair";
                    } else if(age>= 50 && age <=59 && amount >=0 && amount <=7) {
                        rating = "Poor";
                    }  else if(age>= 60 && age <=79 && amount >=30) {
                        rating = "Excellent";
                     } else if(age>= 60 && age <=79 && amount >=20 && amount <=29) {
                        rating = "Good";
                     } else if(age>= 60 && age <=79 && amount >=10 && amount <=19) {
                        rating = "Average";
                    } else if(age>= 60 && age <=79 && amount >=5 && amount <=9) {
                    rating = "Fair";
                    } else if(age>= 60 && age <=79 && amount >=0 && amount <=4) {
                    rating = "Poor";
         else if (String.valueOf(gender) == "female")
                    if (age>= 0 && age <=29 && amount >=49) {
                    rating = "Excellent";
                    }else if (age>= 0 && age <=29 && amount >=34 && amount <=48) {
                    rating = "Good";
                    }else if (age>= 0 && age <=29 && amount >=17 && amount <=33) {
                     rating = "Average";
                    }else if (age>= 0 && age <=29 && amount >=6 && amount <=16) {
                    rating = "Fair";
                    }else if (age>= 0 && age <=29 && amount >=0 && amount <=5) {
                    rating = "Poor";
                    }else if (age>= 30 && age <=39 && amount >=40) {
                    rating = "Excellent";
                    }else if (age>= 30 && age <=39 && amount >=25 && amount <=35) {
                    rating = "Good";
                    }else if (age>= 30 && age <=39 && amount >=12 && amount <=24) {
                     rating = "Average";
                    }else if (age>= 30 && age <=39 && amount >=4 && amount <=11) {
                    rating = "Fair";
                    }else if (age>= 30 && age <=39 && amount >=0 && amount <=3) {
                    rating = "Poor";
                    }else if (age>= 40 && age <=49 && amount >=35) {
                    rating = "Excellent";
                    }else if (age>= 40 && age <=49 && amount >=20 && amount <=34) {
                    rating = "Good";
                    }else if (age>= 40 && age <=49 && amount >=8 && amount <=19) {
                    rating = "Average";
                    }else if (age>= 40 && age <=49 && amount >=3 && amount <=7) {
                    rating = "Fair";
                     }else if (age>= 40 && age <=49 && amount >=0 && amount <=2) {
                    rating = "Poor";
                    }else if (age>= 50 && age <=59 && amount >=30) {
                    rating = "Excellent";
                    }else if (age>= 50 && age <=59 && amount >=15 && amount <=29) {
                    rating = "Good";
                    }else if (age>= 50 && age <=59 && amount >=6 && amount <=14) {
                    rating = "Average";
                    } else if (age>= 50 && age <=59 && amount >=2 && amount <=5) {
                    rating = "Fair";
                    }else if (age>= 50 && age <=59 && amount >=0 && amount <=1) {
                     rating = "Poor";
                    }else if (age>= 60 && age <=69 && amount >=30) {
                    rating = "Excellent";
                    }else if (age>= 60 && age <=69 && amount >=20 && amount <=29) {
                    rating = "Good";
                    }else if (age>= 60 && age <=69 && amount >=11 && amount <=19) {
                    rating = "Average";
                    }else if (age>= 60 && age <=69 && amount >=5 && amount <=10) {
                    rating = "Fair";
                    }else if (age>= 60 && age <=69 && amount >=0 && amount <=4) {
                    rating = "Poor";
                return rating;
           public void setRating(String rating)
               this.rating = rating;
       }This is the jsp page im calling the value from :
    <!--Here the user calls either the newEmployer or newStudent methhods from the DBQuery, depending on the user type-->
    <%@page contentType="text/html"%>
    <%@page import="java.sql.*, fitness.*"%>
    <jsp:useBean id="pressup" scope= "session" class="fitness.Pressup" />
    <jsp:useBean id="currentuser" scope="session" class="fitness.currentuserBean" />
    <jsp:setProperty name="pressup" property="amount" param="amount" />
    <html>
        <head><title>Press up</title></head>
        <body>
                    Your Pressup rating is<jsp:getProperty name="pressup" property="rating" />
                   <form action="Pressupupdate.jsp" method = post /> <input type="submit"  value="Save and Move on" />
       </form>
             </body>
         </html>The comes up reading "Your Pressup rating is null"
    Again any help would be greatly appreciated....
    Thanks,
    Heg

    rs = stmt.executeQuery("SELECT gender FROM gymuser WHERE Username= 'userName' ");
    in this line i think there is some error put it like this
    rs = stmt.executeQuery("SELECT gender FROM gymuser WHERE Username= '"+userName+"' ");
    Try to put some SOPs in between, so that u can check in logs(if using tomcat)where u r making mistake.

  • Can anyone shed some light on this?

    We are having problems running two iPhones.  When a setting is changed on one one it changed the other.

    Hey I know I'm new, but I'm running 3 iPhones and an iPad all using my one apple id, I've never had any problems with the setting's syncing between them.  Why would they need a whole new apple id?  Can they not just change the cloud settings on the individual phones so that they don't sync?  That's what I did, I sync my phone with my PC and my wife's phone & iPad sync to the cloud for most things.  before I made these changes she was getting my calender notifications but everything else was working perfectly and still does.
    I personally don't think you need a new apple id,  maybe the phones need to be named differently, and cloud settings need to be adjusted to your personal needs.
    I like having everything under the same id, since I can purchase apps for all my devices and we share the photo stream between all devices so I get to check out pictures she takes with the kids while i'm at work and vice versa.  Also love being able to use findmyiPhone to track her location (and vice versa).
    Sorry if I'm stepping on your toes Eric, but I just think that there is a better solution for the OP than creating a whole new apple id.

  • If anyone can shed some light on this I would appreciate it.

    For starters my laptop is getting almost 3 years old and the hard drive was filling up. I decided to reformat and move my itunes and subsequent music folders to an external hard drive. I left it on my external and then I left for a 2.5 month deployment with the US Navy. Upon coming back my external no longer had anything saved on it and i cannot locate my music folder from itunes anywhere on my computer. Is there anyway i can retrive the music that i have been legaly purchasing off itunes over the past 3 years. There are still purchase receipts on my itunes account. Anyone have ideas... or am I s.o.l.
    thank you in advance for any information.

    A CTI Port is a virtual port. It is analogous to a trunk line in a traditional ACD or PBX setting. i.e The CTI Port allows access to the Post Routing capabilities of the IP-IVR.
    A CTI Route Point is a virtual device that can receive multiple simultaneous calls for the purpose of application-controlled redirection. Once a CTI Route Point has been created, lines (directory numbers) can be added and configured. Applications that use CTI route points include the Cisco IP Interactive Voice Response (IP-IVR) system and Cisco JTAPI with ICM. Calls are directed to CTI Route Points, which subsequently route the call to an available CTI port, the front end of the application. A CTI Route Point is the number a caller dials to access the application. A CTI Route Point must be configured for each application.

  • Shed some light on this issue please.

    Ok guys and gals, forgive me if this is asked alot I tried to seach the topic first.
    I am a 3d graphics major and know very little about web development but have some basic knowledge. My new boss has put me in charge of setting up our webpage.
    Ok for starters I made this awesome concept in Photoshop, and sliced it up exported to Xhtml and CSS. It opened up great in dreamweaver, I had a few qustions on thngs. But those can wait. I started off w/ a very advanced design for a beginner, and decided to just go back and dumb it down for now while I learn, and for the sake of getting my point across in this thread.
    here is my slice setup:
    Header, Footer, Nav, 3 content headers, and the columns where we will post updates in each column (news, events, and media).
    Ok my code right out of the Photoshop export looks like this.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Redesign_1</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- ImageReady Styles (Redesign_1.psd) -->
    <style type="text/css">
    <!--
    #Table_01 {
        position:absolute;
        left:0px;
        top:0px;
        width:800px;
        height:600px;
    #Header_ {
        position:absolute;
        left:0px;
        top:0px;
        width:800px;
        height:112px;
    #Redesign-1-02_ {
        position:absolute;
        left:0px;
        top:112px;
        width:198px;
        height:1px;
    #News-Header_ {
        position:absolute;
        left:198px;
        top:112px;
        width:202px;
        height:33px;
    #Events-Header_ {
        position:absolute;
        left:400px;
        top:112px;
        width:198px;
        height:34px;
    #Media-header_ {
        position:absolute;
        left:598px;
        top:112px;
        width:202px;
        height:33px;
    #Navi_ {
        position:absolute;
        left:0px;
        top:113px;
        width:198px;
        height:427px;
    #News-table_ {
        position:absolute;
        left:198px;
        top:145px;
        width:202px;
        height:395px;
    #Media-table_ {
        position:absolute;
        left:598px;
        top:145px;
        width:202px;
        height:395px;
    #Events-table_ {
        position:absolute;
        left:400px;
        top:146px;
        width:198px;
        height:394px;
    #Footer_ {
        position:absolute;
        left:0px;
        top:540px;
        width:800px;
        height:60px;
    -->
    </style>
    <!-- End ImageReady Styles -->
    </head>
    <body style="background-color:#FFFFFF;">
    <!-- ImageReady Slices (Redesign_1.psd) -->
    <div id="Table_01">
        <div id="Header_">
            <img id="Header" src="images/Header.jpg" width="800" height="112" alt="" />
        </div>
    <div id="Redesign-1-02_">
            <img id="Redesign_1_02" src="images/Redesign_1_02.jpg" width="198" height="1" alt="" />
        </div>
        <div id="News-Header_">
            <img id="News_Header" src="images/News_Header.jpg" width="202" height="33" alt="" />
        </div>
        <div id="Events-Header_">
            <img id="Events_Header" src="images/Events_Header.jpg" width="198" height="34" alt="" />
        </div>
        <div id="Media-header_">
            <img id="Media_header" src="images/Media_header.jpg" width="202" height="33" alt="" />
        </div>
        <div id="Navi_">
            <img id="Navi" src="images/Navi.jpg" width="198" height="427" alt="" />
        </div>
        <div id="News-table_">
            <img id="News_table" src="images/News_table.jpg" width="202" height="395" alt="" />
      </div>
        <div id="Media-table_">
            <img id="Media_table" src="images/Media_table.jpg" width="202" height="395" alt="" />
        </div>
    <div id="Events-table_">
            <img id="Events_table" src="images/Events_table.jpg" width="198" height="394" alt="" />
        </div>
        <div id="Footer_">
            <img id="Footer" src="images/Footer.jpg" width="800" height="60" alt="" />
        </div>
    </div>
    <!-- End ImageReady Slices -->
    </body>
    </html>
    Now that everythings on the table, here is my problem, I hope its an easy fix.
    How do I add text in Dreamweaver ontop of the slices I made....mainly those three content columns I made. I know I could just edit the text onto the images before export, but I plan on having to edit this page alot content wise.

    I am a 3d graphics major and know very little about web development but have some basic knowledge. My new boss has put me in charge of setting up our webpage.
    You have my condolences.  I hope your new boss is willing to pay you while you learn basic web design skills, too.  It's a little shocking to me that anyone in their right mind would place something so important (their company web site) into the hands of an inexperienced site developer.  This would be like taking your sick child or pet to an inexperienced doctor.
    First off, Photoshop is a great graphics editor but it is a terrible html code generator.  Use Photoshop to make comps, slice and optimize images for the web.  Do not let it create your code for you.  This feature is only intended for quick prototypes to show the client during the design phase.  It is not intended to be used as a production site.
    Second, bookmark and read through  the tutorials below.  DW is a powerful tool but it's only as good as the skills you bring to the table.
    Third, if this is your first site in DW,  don't try & get get too fancy your first time out.  Keep your layout simple, clean, uncluttered.  The less complicated you make your first site, the better.
    Good luck,
    HTML Tutorials
    http://www.w3schools.com/
    http://www.adobe.com/devnet/
    http://www.scriptarchive.com/
    http://www.htmldog.com/guides/
    http://www.htmlcodetutorial.com/
    http://alistapart.com/topics/code
    CSS
    http://jigsaw.w3.org/css-validator/http://www.w3schools.com/
    http://www.projectseven.com/tutorials/index.htm
    http://www.westciv.com/
    http://www.tjkdesign.com/articles/one_html_markup_many_css_layouts.asp
    Community   MX Web Standards Lesson Plan Series
    http://www.communitymx.com/abstract.cfm?cid=3D074
    TOOLS:
    HTML  Code Validator - http://validator.w3.org
    CSS  Code  Validator - http://jigsaw.w3.org/css-validator/
    Firefox  Web Developer Toolbar - https://addons.mozilla.org/firefox/addon/60
    Faux   columns with CSS
    http://www.alistapart.com/articles/fauxcolumns/
    Equal  height CSS columns
    http://www.projectseven.com/tutorials/css/pvii_columns/index.htm
    On-Line  Video Tutorials - subscription
    http://lynda.com/
    Customizing   the layouts that come with CS3 (VIDEO)
    http://www.adobe.com/designcenter/video_workshop/?id=vid0155
    Creating   your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    From   Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From   Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    Taking   a Fireworks (or Photoshop) comp to a CSS based layout in DW
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Why   do APDivs move?
    http://forums.adobe.com/message/2181263#2181263
    DW   Design Center
    http://www.adobe.com/cfusion/designcenter/search.cfm?product=Dreamweaver&go=Go
    A   couple of good video resources if you're thinking about learning PHP:
    http://www.phpvideotutorials.com/free
    http://www.killerphp.com/videos/
    Using   DW Page Properties to create a basic CSS style sheet
    http://kb2.adobe.com/community/publishing/505/cpsid_50576.html
    Guidance   on when to use DW Templates, Library Items and SSIs -
    http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
    Nancy  O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media   Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • ArrayBindCount is not working..plz shed some light on this

    hello all..
    ive been trying to debug this thingy..but im gonna give up i think!!
    i have a collection of document objects (docCollection) and im trying to update the db ..
    here is the stored procedure ( procedure name = updatedocument )
    (urlname in nvarchar2,crawled in date,pgrank in number,crawlerref in number,errornum in date,indexref in date,isign in number,descrp in nvarchar2, docid in varchar2)
    is
    begin
    update documents set documents.url= urlname,documents.lastcrawled= crawled, documents.pagerank=pgrank,documents.crawlerid= crawlerref,documents.documenterror= errornum,documents.lastindexed= indexref,documents.ignore=isign,documents.description= descrp
    where documents.documentid=docid;
    exception
    when others then
    raise_application_error(-20013,'Cannot Update Document');
    end;
    here is the method that updates a documentCollection
    string [] docID = getDocIDForDocument(docCollection);
                   string [] urls =getUrlForDocument (docCollection);
                   DateTime [] lastCrawled =getDateLastCrawledForDocument (docCollection);
                   DateTime [] lastIndexed =getDateIndexedForDocument (docCollection);
                   DateTime [] lastError = getDateErrorForDocument(docCollection);
                   int [] crawlerID = getCrawlerIDForDocument(docCollection);
                   double [] pageRank = getPageRankForDocument(docCollection);
                   int [] ignore=getIgnoreValsForDocument(docCollection);
                   string [] docdesc= getDocDescForDocument(docCollection);
    OracleCommand cmdBatchUpdate=new OracleCommand("updatedocument",conn);
                   cmdBatchUpdate.CommandType=System.Data.CommandType.StoredProcedure;
    cmdBatchUpdate.ArrayBindCount=docCollection.Count;
    OracleParameter parUrl = new OracleParameter("urlname",OracleDbType.NVarchar2);
                   parUrl.Direction = System.Data.ParameterDirection.Input;
                   parUrl.Value=urls;
                   cmdBatchUpdate.Parameters.Add(parUrl);
                   OracleParameter parlastCrawled= new OracleParameter("crawled",OracleDbType.Date);
                   parlastCrawled.Direction = System.Data.ParameterDirection.Input;
                   parlastCrawled.Value=lastCrawled;
                   cmdBatchUpdate.Parameters.Add(parlastCrawled);
                   OracleParameter parPageRank= new OracleParameter("pgrank",OracleDbType.Double);
                   parPageRank.Direction = System.Data.ParameterDirection.Input;
                   parPageRank.Value=pageRank;
                   cmdBatchUpdate.Parameters.Add(parPageRank);
                   OracleParameter parcrawlerID= new OracleParameter("crawlerref",OracleDbType.Decimal);
                   parcrawlerID.Direction = System.Data.ParameterDirection.Input;
                   parcrawlerID.Value=crawlerID;
                   cmdBatchUpdate.Parameters.Add(parcrawlerID);
                   OracleParameter parlastError= new OracleParameter("errornum",OracleDbType.Date);
                   parlastError.Direction = System.Data.ParameterDirection.Input;
                   parlastError.Value=lastError;
                   cmdBatchUpdate.Parameters.Add(parlastError);
                   OracleParameter parlastIndexed = new OracleParameter("indexref",OracleDbType.Date);
                   parlastIndexed.Direction = System.Data.ParameterDirection.Input;
                   parlastIndexed.Value=lastIndexed;
                   cmdBatchUpdate.Parameters.Add(parlastIndexed);
                   OracleParameter parIgnore=new OracleParameter("isign",OracleDbType.Decimal);
                   parIgnore.Direction=System.Data.ParameterDirection.Input;
                   parIgnore.Value=ignore;
                   cmdBatchUpdate.Parameters.Add(parIgnore);
                   OracleParameter parDocDesc=new OracleParameter("descrp",OracleDbType.NVarchar2);
                   parDocDesc.Direction=System.Data.ParameterDirection.Input;
                   parDocDesc.Value=docdesc;
                   cmdBatchUpdate.Parameters.Add(parDocDesc);          
                   OracleParameter parDocID = new OracleParameter("docid",OracleDbType.Varchar2);
                   parDocID.Direction = System.Data.ParameterDirection.Input;
                   parDocID.Value=docID;
                   cmdBatchUpdate.Parameters.Add(parDocID);
                   try
                        conn.Open();
                        cmdBatchUpdate.ExecuteNonQuery();
                        Console.WriteLine ("{0} Rows Updated in DB" , cmdBatchUpdate.ArrayBindCount);
                   catch(OracleException ex)
                        Console.WriteLine(ex.Message);
                   finally
                        conn.Close();
                   cmdBatchUpdate.Dispose();
    when i run the code , i dont have any errors...but only the first document in the DocCollection is updated ..the rest is ignored...HOWEVER, when i replace the stored procedure with a simple Update statement, it works fine..
    OracleCommand cmdBatchUpdate = new OracleCommand ("update documents set url=:urlname,lastcrawled=:crawled,pagerank=:pgrank,crawlerid=:crawlerref,documenterror=:errornumber,lastindexed=:indexref,ignore=:isignored,description=:descr where documentid=:docid",conn);
         cmdBatchUpdate.CommandType = System.Data.CommandType.Text;
    *** all documents in the docCollection are updated..WHY DOES IT NOT WORK WITH A STORED PROCEDURE? it should normally..ive spent lots of time in trying to figure this out..and im at a complete loss...Plz can u help me?
    thanks..
    Cob

    hello all..
    ive been trying to debug this thingy..but im gonna give up i think!!
    i have a collection of document objects (docCollection) and im trying to update the db ..
    here is the stored procedure ( procedure name = updatedocument )
    (urlname in nvarchar2,crawled in date,pgrank in number,crawlerref in number,errornum in date,indexref in date,isign in number,descrp in nvarchar2, docid in varchar2)
    is
    begin
    update documents set documents.url= urlname,documents.lastcrawled= crawled, documents.pagerank=pgrank,documents.crawlerid= crawlerref,documents.documenterror= errornum,documents.lastindexed= indexref,documents.ignore=isign,documents.description= descrp
    where documents.documentid=docid;
    exception
    when others then
    raise_application_error(-20013,'Cannot Update Document');
    end;
    here is the method that updates a documentCollection
    string [] docID = getDocIDForDocument(docCollection);
                   string [] urls =getUrlForDocument (docCollection);
                   DateTime [] lastCrawled =getDateLastCrawledForDocument (docCollection);
                   DateTime [] lastIndexed =getDateIndexedForDocument (docCollection);
                   DateTime [] lastError = getDateErrorForDocument(docCollection);
                   int [] crawlerID = getCrawlerIDForDocument(docCollection);
                   double [] pageRank = getPageRankForDocument(docCollection);
                   int [] ignore=getIgnoreValsForDocument(docCollection);
                   string [] docdesc= getDocDescForDocument(docCollection);
    OracleCommand cmdBatchUpdate=new OracleCommand("updatedocument",conn);
                   cmdBatchUpdate.CommandType=System.Data.CommandType.StoredProcedure;
    cmdBatchUpdate.ArrayBindCount=docCollection.Count;
    OracleParameter parUrl = new OracleParameter("urlname",OracleDbType.NVarchar2);
                   parUrl.Direction = System.Data.ParameterDirection.Input;
                   parUrl.Value=urls;
                   cmdBatchUpdate.Parameters.Add(parUrl);
                   OracleParameter parlastCrawled= new OracleParameter("crawled",OracleDbType.Date);
                   parlastCrawled.Direction = System.Data.ParameterDirection.Input;
                   parlastCrawled.Value=lastCrawled;
                   cmdBatchUpdate.Parameters.Add(parlastCrawled);
                   OracleParameter parPageRank= new OracleParameter("pgrank",OracleDbType.Double);
                   parPageRank.Direction = System.Data.ParameterDirection.Input;
                   parPageRank.Value=pageRank;
                   cmdBatchUpdate.Parameters.Add(parPageRank);
                   OracleParameter parcrawlerID= new OracleParameter("crawlerref",OracleDbType.Decimal);
                   parcrawlerID.Direction = System.Data.ParameterDirection.Input;
                   parcrawlerID.Value=crawlerID;
                   cmdBatchUpdate.Parameters.Add(parcrawlerID);
                   OracleParameter parlastError= new OracleParameter("errornum",OracleDbType.Date);
                   parlastError.Direction = System.Data.ParameterDirection.Input;
                   parlastError.Value=lastError;
                   cmdBatchUpdate.Parameters.Add(parlastError);
                   OracleParameter parlastIndexed = new OracleParameter("indexref",OracleDbType.Date);
                   parlastIndexed.Direction = System.Data.ParameterDirection.Input;
                   parlastIndexed.Value=lastIndexed;
                   cmdBatchUpdate.Parameters.Add(parlastIndexed);
                   OracleParameter parIgnore=new OracleParameter("isign",OracleDbType.Decimal);
                   parIgnore.Direction=System.Data.ParameterDirection.Input;
                   parIgnore.Value=ignore;
                   cmdBatchUpdate.Parameters.Add(parIgnore);
                   OracleParameter parDocDesc=new OracleParameter("descrp",OracleDbType.NVarchar2);
                   parDocDesc.Direction=System.Data.ParameterDirection.Input;
                   parDocDesc.Value=docdesc;
                   cmdBatchUpdate.Parameters.Add(parDocDesc);          
                   OracleParameter parDocID = new OracleParameter("docid",OracleDbType.Varchar2);
                   parDocID.Direction = System.Data.ParameterDirection.Input;
                   parDocID.Value=docID;
                   cmdBatchUpdate.Parameters.Add(parDocID);
                   try
                        conn.Open();
                        cmdBatchUpdate.ExecuteNonQuery();
                        Console.WriteLine ("{0} Rows Updated in DB" , cmdBatchUpdate.ArrayBindCount);
                   catch(OracleException ex)
                        Console.WriteLine(ex.Message);
                   finally
                        conn.Close();
                   cmdBatchUpdate.Dispose();
    when i run the code , i dont have any errors...but only the first document in the DocCollection is updated ..the rest is ignored...HOWEVER, when i replace the stored procedure with a simple Update statement, it works fine..
    OracleCommand cmdBatchUpdate = new OracleCommand ("update documents set url=:urlname,lastcrawled=:crawled,pagerank=:pgrank,crawlerid=:crawlerref,documenterror=:errornumber,lastindexed=:indexref,ignore=:isignored,description=:descr where documentid=:docid",conn);
         cmdBatchUpdate.CommandType = System.Data.CommandType.Text;
    *** all documents in the docCollection are updated..WHY DOES IT NOT WORK WITH A STORED PROCEDURE? it should normally..ive spent lots of time in trying to figure this out..and im at a complete loss...Plz can u help me?
    thanks..
    Cob

  • HT200100 I ran this update and now 2011 outlook for Mac will not load, it indicates its not compatible with this operating system, can anyone shed some light on this?

    I ran the update for 10.7.4 and now my 2011 outlook will not load, I've reloaded the application and it still won't load, any help is so appreciated!

    Run all available Office 2011 software updates using Microsoft Auto Update program.

Maybe you are looking for

  • My ipod touch is stuck in the apple loading screen

    my ipod is the 3rd gen it was frozen so i had turned it off than i turned it back on to find the appe loading screen its been on for thw past three hours i tried to connect it to itunes but its lock and i cant put my passcode in to unlock it help ple

  • How can I convert a .pdf to a single file HTML file in Acrobat 9 Pro?

    I need to convert a .pdf with active links to a single file HTML file.  Any advice?

  • How to retrieve a hosstory data waveform

    Hi, I want to show the temperature waveform in labview5.1.This is a real-time system.My problem is:The waveform may be changed as time goes.I want to compare the current and the history waveform in the same graph.The detail is,the temperature curve i

  • Can I do in Java the same thing I do in Pascal ?

    In Pascal, I may write a procedure : procedure poser_question (VAR question: t_question); The parameter question is passed by reference, so it works as a resultat parameter. According to my Java book, parameters are only passed by value, so I cannot

  • Create standby using incremental backup

    can I create standby database using a backup of primary which was created using below command? ( incremental backup level 0) BACKUP INCREMENTAL LEVEL 0 AS COMPRESSED BACKUPSET DATABASE TAG 'mybackup_date' PLUS ARCHIVELOG DELETE INPUT; v11.2.0.2 physi