Assign a field of ResultSet with problem

Hi all, I'm problems...
The follow code in JSP executes ok:
<%
while (rs.next())
%>
<tr><td><%= rs.getString("cod_pro") %> </td></tr>
<% } %>
but if I try this ...
<%
while (rs.next())
String cod = rs.getString("cod_pro") ;
<% } %>
an SQLException occurs: no data found. Someone can help me ??
appreciate,
Andre.

Hi all, the problem was Microsoft (argh !!) Access doesn's support this command. MySql resolves the problem ... so avoid Access and Microsoft !!!

Similar Messages

  • CFUPDATE problem with field name beginning with a number

    I have a form (actually several) that is gathering data for a survey. I tried to use cfupdate to update the data elements and got a string index out of range error. I tested again without the form fields that began with numbers and it worked just fine. I then tried to enclose the offending field names in () and []. Both times I got same error. Does anyone have a work around for this? The code and error are below.
    Changing the field names is not really an option. This survey has almost 400 data points and most of the fields begin with the question number.
    Thanks
    DW
    <cfupdate datasource="#application.fdp_datasource#" tablename="arra_survey1" dbtype="ODBC" formfields = "entry_no, 2_a_fy09, '2_a_fy10', '2_a_fy11', '2_a_fy12', '2_b_fy09', '2_b_fy10', '2_b_fy11', '2_b_fy12', '2_c_fy09', '2_c_fy10', '2_c_fy11', '2_c_fy12', '2_d_fy09', '2_d_fy10', '2_d_fy11', '2_d_fy12', '2_e_fy09', '2_e_fy10', '2_e_fy11', '2_e_fy12', '2_f_fy09', '2_f_fy10', '2_f_fy11', '2_f_fy12', '2_g_fy09', '2_g_fy10', '2_g_fy11', '2_g_fy12', '2_h_fy09', '2_h_fy10', '2_h_fy11', '2_h_fy12', '2_i_fy09', '2_i_fy10', '2_i_fy11', '2_i_fy12', '2_j_fy09', '2_j_fy10', '2_j_fy11', '2_j_fy12', '2_k_fy09', '2_k_fy10', '2_k_fy11', '2_k_fy12', '2_l_fy09', '2_l_fy10', '2_l_fy11', '2_l_fy12', central_office, dept_office, incl_other, 3_a_fy09, 3_a_fy10, 3_a_fy11, 3_a_fy12, 3_b_fy09, 3_b_fy10, 3_b_fy11, 3_b_fy12, 3_c_fy09, 3_c_fy10, 3_c_fy11, 3_c_fy12, 3_d_fy09, 3_d_fy10 3_d_fy11, 3_d_fy12, 3_e_fy09, 3_e_fy10, 3_e_fy11, 3_e_fy12, 3_f_fy09, 3_f_fy10, 3_f_fy11, 3_f_fy12, 3_g_fy09, 3_g_fy10, 3_g_fy11, 3_g_fy12, 3_h_fy09, 3_h_fy10, 3_h_fy11, 3_h_fy12, 3_i_fy09, 3_i_fy10, 3_i_fy11, 3_i_fy12, 3_j_fy09, 3_j_fy10, 3_j_fy11, 3_j_fy12, 3_k_fy09, 3_k_fy10, 3_k_fy11, 3_k_fy12, 3_l_fy09, 3_l_fy10, 3_l_fy11, 3_l_fy12">
    String index out of range: -2
    The error occurred in C:\Inetpub\wwwroot\directory\process_arra_suvey_2.cfm: line 12
    12 : <cfupdate datasource="#application.fdp_datasource#" tablename="arra_survey1" dbtype="ODBC" formfields = "entry_no, 2_a_fy09, '2_a_fy10', '2_a_fy11', ...

    I think you have run one of CFUPDATE's limitations.  I am not 100% certain, but I do not think cfupdate provides a way to escape invalid column names like yours.  In which case you may need to do a regular UPDATE within a  cfquery instead... or rename your columns.
    fields that began with numbers
    Most databases discourage creating column names that start with a number (or other restricted characters).  While many databases will allow you to escape invalid names, it is simpler all around to avoid them altogether.  Otherwise, you may have to escape the names in every single query. The recommendations vary, but usually object names that begin with a  letter, and contain only letters, numbers and underscores are considered  safe.
    This survey has almost 400 data points and most of the fields begin with the question number.
    Four-hundred (400) is a lot of columns for a single table.  The fact that they all them seem to contain the same type of information (ie response to a question) is an indication that data should probably be stored in a separate table, as rows, not columns.  For example questions could be stored in one table, possible answers in another, and the results of an individual test/survey stored in a third table.  A structure like that is much easier to query, can easily accommodate changes (add/remove questions, responses, etcetera) without having modify the table every time.

  • Time field is filled with "0:00:00" problem

    Dear,
    I have three fields "Actual Hours","Actual Start","Actual End".User can fill "Actual Hours" or "Actual Start","Actual End" and calculate "Actual Hours" by "Actual Start" and "Actual End".
    If the  "Actual Start" field is filled with 0:00:00,  if using the actual end time to minus the actual start time, the result should be 16, but the result is empty. 
    Quick feedback will be appreciated!
    Best regards,
    Hu Hongfeng
    Tags edited by: Michael Appleby

    Dear Jason,
    Thanks for your replay!
    I want to calculate 'Actual Hrs' by 'Time' and 'To' or directly fill the 'Actual Hrs' without 'Time' and 'To' ( that why i use special values)
    Now when the 'Time' is filled with '0:00:00', it may judged none (you didn't fill any value).
    e.g.
    The 'Time' field is filled with '0:00:00' and the 'To' is filled with '8:00:00'. The correctly value of 'Actual Hrs' should be '8', but now can't calculate.
    Best Regards,
    Hu Hongfeng

  • Couldn't assign target field for characteristics in PI sheet config

    Dear All,
          I'm trying to configure PI sheet, i have created Process message categories as well as characteristics. Everything is working fine except the inputted value (for example weight, density) in PI sheet not getting transferred into process order. When i try to assign the destination message to the message characteristics, i couldn't find any value for the message categories which i created. System shows the below  error:
    No entries found that match selection criteria
    Message no. SV004
    Even if i try to assign manually,system shows with error
    Corresponding entry in "Destinations/Message categories" missing
    Message no. SV534
    Steps i did :
    1. Created new Control Recipe destination(ZCR) ( by copying sap provided CRD "05")
    2. Created new characteristics group(ZMCG) for process message ( by copying sap provided group "PPPI_01") and released
    3. Created Characteristics (ex. weight, density) with chars. group as ZMCG
    4. Didn't create any new message destination (Trying to use defaut "PI01")
    5. Create New Process Message Category(ZTEST) and assign the characteristics (weight, density along with PPPI_PROCESS_ORDER)
    The problem is i couldn't assign target field as "process order" to update the inputted values for the characteristics (weight, density) in O13C
    I gone through all the node in "Process Management" but unfortunately i don't know where we have to assign this destination. I hope if i assign the destination message as "PI01"  with characteristics "PPPI_PROCESS_ORDER" along with target field as "PROCESS_ORDER" for the characteristics it may update into process order. How to assign the destination message for the message category?
    Thanks

    Hi Kumar,
        Thanks. When i try to assign the destination message for the characteristics through O13C, i got the error message that "No entries found that match selection criteria". It means there is no characteristics with the combination of Process message category "ZTEST" with Destination as "PI01". If i trying to assign manually through "New entries" option, systems shows with the error "Corresponding entry in "Destinations/Message categories" missing.
    Thanks

  • Dynamic column fields of ResultSet

    Hi guys,
    I am working on a web-based system where user also specifies the column fields of ResultSet he/she wants to see. SQL query will display all the results for those selected column fields only.
    Suppose user selected Last Name and First Name.Then my ResultSet will display reports with Last Name and First Name column headings and first name and last name values only of the ResultSet.
    If the user specifies ID number, Address,City, State, Zip then ResultSet will display reports with these column headings and values only.
    I am using Oracle 8i to pull the values.Anyone got any idea how to implement it?
    Any help or suggestion would be highly appreciated.
    Thanks

    Ok Guys, I am attaching a small part of my code on the page below. This is the working code that I have written till now.
    NOw problems with this:
    (1) I can easily substitute "*" in SQl query with the column field variables. But first of all I need the columns to appear in order of priority. Like as I said earlier if last name, first name selected it should appear first then the address and so on.
    (2) The Column names that I have hardcoded, how to do away with that while still having column names on top like "First Name" and "Last Name"
    <jsp:useBean id="DataBean" scope="request" class="office.DataBean" />
    <jsp:useBean id="FormBean" scope="request" class="office.FormBean" />
    <%
    String result = "";
    DataBean.connect();
    FormBean.setRequest(request);
    String classify[] = request.getParameterValues("classify");
    int size2 = classify.length;
    String beta = "";
    String beta1 = "";
    if ((size2 == 1) && (classify[0].equals("all")))
    beta = "all";
    else if ((size2 == 1) && (classify[0] != "all"))
    beta = "wk_char30_4 = '" + classify[0]+ "'";
    else if ((classify[0].equals("all")) && (size2 != 1))
    beta = "all";
    else
    for(int p = 0; p < size2-1; p++)
    beta1 = beta1 + "'" + classify[p] + "'" + ",";
    beta1= beta1 + "'" + classify[size2-1] + "'";
    beta = " wk_char30_4 IN (" + beta1 + ")";
    %>
    <h3 align = center>Selected Employee Records between <%=begin%> to <%=end%> </h3>
    <%
    boolean filterbyclassify = beta.equalsIgnoreCase("all");
    String sql = "SELECT * FROM f_personnel, f_repair_center where" +
    (filterbyactive?" wk_active IN ('YES','NO') ":" wk_active = '" + active + "'") +
    (filterbysupervisor?"":" and wk_is_supervisor = '" + supervisor + "'") +
    (filterbyclassify?"":" and " + beta )+
    " ORDER BY wk_last_name, wk_first_name";
    DataBean.setSql(sql);
    int counter = 0;
    int temp = 0;
    %>
    <html>
    <title>
    Employee System
    </title>
    <body>
    <script type="text/javascript">
    function set(n,length)
    var thisBox;
    for (i=0; i < length; i++)
    thisBox = 'document.myForm.req' + i;
    eval(thisBox).checked = n;
    </script>
    <table border=2 cellpadding=4 align=center bordercolor=black>
    <tr align=center>
    <td ><h4>Select</h4></td>
    <td ><h4>Last Name</h4></td>
    <td ><h4>First Name</h4></td>
    <td ><h4>ID Code</h4></td>
    </tr>
    <% String lname="",fname="",code="";%>
    <form name="myForm" action= "test2.jsp" method = "post">
    <% while (DataBean.getNextRow())
    lname=DataBean.getString("wk_last_name") ;
    fname=DataBean.getString("wk_first_name") ;
    code=DataBean.getString("wk_id_code");
    %>
    <tr align=left bgcolor= <% counter++; if (counter % 2 ==1) out.print("#CC9999"); else out.print("#D3D3D3");%>>
    <td ><input type="checkbox" name="req<%=temp%>" value="<%=lname%>,<%=fname%>,<%=code%>"></td>
    <td ><font size="-1"><%=lname%></font></td>
    <td ><font size="-1"><%=fname%></font></td>
    <td ><font size="-1"><%=code%></font></td>
    <%temp++ ;%>
    </tr>
    <%
    }%>
    <input type = hidden name=temp value=<%=temp%>>
    <input type = hidden name=begin value=<%=begin%>>
    <input type = hidden name=end value=<%=end%>>
    <p>
    <input name=button onclick=set(1,<%=temp%>) type=button value="Select All">
    <input name=button onclick=set(0,<%=temp%>) type=button value=" Reset ">
    <input type =submit name="Save Selection" value = "Save Selection">
    </p>
    </form>
    </table>
    <% DataBean.disconnect(); %>
    </body>
    </html>

  • Assignment Type field

    Hi all
    I need to create a simple report via Excel using Odata, based on resource assignments. I want the ability to see all the resources I have in my company, the projects they´re are working and the tasks they are assigned to. When I establish a connection to
    the Assignments table, sometimes some resources don’t appear to have tasks associated to them. The report shows me the tasks as “Not assigned resources”. And in some cases it shows me the resources correctly assigned to the tasks, as I have done in the schedule
    I published.
    I was digging into the report to try to find an answer, and I noted that there is a column called “Assignment Type”, and it seems that this column is related to the problem. When the "assignment type" field is equal to 4, I see the “Not assigned resources”
    message on the report. When the "assignment type" is equal to 0, I can see the resources assigned to the tasks as I have inserted in my schedule.
    So, my question is: how does the “Assignment type” column work? How can I change it, or how should I work with this field?
    You can see a example of the report I have created below:
    Appreciate any help.
    http://projectserver.com.br | http://raphael-santos.net

    Hi Guillaume
    After making a lot of tests and simulations with Microsoft's support team, we have discovered that this issue is related with the Enterprise Project Type. When you have an EPT with a template of schedule, it seems that Project Online doesn't work properly
    with the assignment of the resources.
    The scenarios were the following:
    1) EPT without a schedule: when you create the tasks and assign the resources, you are able to see the assignment on the report created via Odata connections
    2)  EPT with a schedule: you are not able to see the resources on the report when they are assigned to tasks which were originally from the template
    Obs: if you create a new project from an EPT which has a template of schedule and add a new task, only this new task will work properly when you create the report. If you perform a CRTL V - CRTL C in all the taks and then delete the original tasks, the report
    will work.
    So I think that there is a problem with the engine of Project Online, which is not working correctly in cases where the user has a template associated with an EPT. Of course it only happens when we try to create a report of assignments, but I guess a lot
    of people need this.
    Anyway, thanks for trying to help me out with this case.
    http://projectserver.com.br | http://raphael-santos.net

  • To Display Output in Grid ALV with change of some field display total with

    Hi Masters,
    I m working on ALV in which  i have to display output with the following format.
    Header
    "Some String"                                                             date/time                                                                               
    User:XYZ01       page 1 
    Line
    1st field    2nd    3rd     4th       5th   6th    7th   8th   9th  10th field
    x               y       z        A        B     C       D     E      F       G
    BLANK..............................................................................                            
                          "total 3rd+4TH"           P        Q     R      S        T       
    same thing for every change of 4th field .
    So the problem is with inserting the line with string "Total of 3rd+4th" in the output .
    Can Anyone help me out?
    Thanks ,
    Varlani Amit

    Hi,
    Use control-break statement ON-CHANGE for the 4th field, and do the changes.
    regards,
    sri

  • How to add a new field in MM01, with say contaminent  as a field?

    How to add a new field in MM01, with say contaminent  as a field? I process that i know is i has to go the user exit and check out the three user exits that are available for MM01 after that what i have to do please can any one help me out with the procedure to proceed?

    Hai      venkateshwar reddy ,
    try with these user exits
    MGA00001 Material Master (Industry): Checks and Enhancements
    MGA00002 Material Master (Industry): Number Assignment
    MGA00003 Material Master (Industry and Retail): Number Display
    Refer these steps also
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/screen-exit-on-mm01-mm02-mm03-322717#

  • Assigning 2 fields of same table in Module pool screen

    Hi,
    I want to assign similar fields of table in module pool screen.
    In one case i directly use the tablename-fieldname and in other case when i try doing the same i get error. I know that this is not possible.
    Is there any way to get around this. The field i am referring to is attached to a custom domain which is having defined fields. In the second assignment i need to retreive the values of the domain and display it in dropdown mode so that the users are able to select it.
    Regards,
    Imran

    The domain only attached with this field?check the same domain attached to any other field and insert that field in the screen.
    shibu
    reward if helpful

  • Dynamic assign in field symbols

    dynamic assign in field symbols

    Hi,
    DYNAMIC ASSIGN:
    If you do not know the name of the field that you want to assign to the field symbol when you write a program, you can use a dynamic ASSIGN statement:
    ASSIGN (<f>) TO <FS>.
    This statement assigns the field whose name is contained in the field <f> to the field symbol <FS>. You cannot use offset and length in a dynamic ASSIGN.
    At runtime, the system searches for the corresponding data object in the following order:
    If the ASSIGN statement is in a procedure, the system searches first in its local data.
    If it cannot find the object in the local data (or if the ASSIGN statement is not in a procedure), it then looks in the local data of the program.
    If the field does not exist in the global data of the program, the system looks in the table work areas declared with the TABLES statement in the main program of the current program group. A program group consists of a main program and all of the programs that are loaded into the same internal session as a result of other program calls.
    If the search is successful and a field can be assigned to the field symbol, SY-SUBRC is set to 0. Otherwise, it is set to 4, and the field symbol remains unchanged. For security reasons, you should always check the value of SY-SUBRC after a dynamic ASSIGN to prevent the field symbol pointing to the wrong area.
    Searching for the field in this way slows down the program. You should therefore only use the dynamic ASSIGN statement when absolutely necessary. If you know when you create the program that you want to assign a table work area to the field symbol, you can also use the following variant of the dynamic ASSIGN statement:
    ASSIGN TABLE FIELD (<f>) TO <FS>.
    The system then only searches within the table work areas in the main program of the current program group for the data object that is to be assigned to the field symbol. This addition is forbidden in ABAP Objects, since the latter does not support table work areas.
    Suppose we have three programs. The main program:
    REPORT demo_field_symbols_dynami_as_1.
    TABLES sbook.
    sbook-fldate = sy-datum.
    PERFORM form1 IN PROGRAM demo_form1.
    The other two programs are:
    REPORT demo_form1.
    FORM form1.
      PERFORM form2 IN PROGRAM demo_form2.
    ENDFORM.
    and
    REPORT demo_form2.
    FORM form2.
      DATA name(20) TYPE c VALUE 'SBOOK-FLDATE'.
    FIELD-SYMBOLS <fs> TYPE ANY.
      ASSIGN (name) TO <fs>.
      IF sy-subrc EQ 0.
        WRITE / <fs>.
    ENDIF.
    ENDFORM.
    The output looks something like this:
    02.06.1998
    The program group in the internal session now consists of the programs DEMO, MYFORMS1 and MYFORMS2. The field symbol <FS> is defined in MYFORMS2. After the dynamic ASSIGN statement, it points to the component FLDATE of the table work area SBOOK declared in the main program DEMO.
    REPORT demo_field_symbols_dynami_as_2 .
    TABLES sbook.
    DATA: name1(20) TYPE c VALUE 'SBOOK-FLDATE',
          name2(20) TYPE c VALUE 'NAME1'.
    FIELD-SYMBOLS <fs> TYPE ANY.
    ASSIGN TABLE FIELD (name1) TO <fs>.
    WRITE: / 'SY-SUBRC:', sy-subrc.
    ASSIGN TABLE FIELD (name2) TO <fs>.
    WRITE: / 'SY-SUBRC:', sy-subrc.
    The output is:
    SY-SUBRC:      0
    SY-SUBRC:      4
    In the first ASSIGN statement, the system finds the component FLDATE of the table work area SBOOK and SY-SUBRC is set to 0. In the second ASSIGN statement, the system does not find the field NAME1 because it is declared by the DATA statement and not by the TABLES statement. In this case, SY-SUBRC is set to 4.
    Reference: http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb38d5358411d1829f0000e829fbfe/content.htm
    reward points if helpful.
    Regards,
    Ramya

  • How Assigned TO field will be updated in "start Approval process" Task Action

    I have created a reusable workflow in sharepoint designer. Am using “start Approval process“ Task Action. I have a question in “start Approval process“ Task Action.
    I have username field in the list.  I have created a task form field with name username in “start Approval process“ Task Action. I have assigned list username field to task field username field.
    I have entered a user details in list user name field for new list item. Once the workflow has been started for that item a mail has been sent to the user whose name I have entered in the list user name field. Task has been assigned to the user whose name
    I have entered in the list user name field.
    When I have checked start Approval process task a send mail activity is present (Email Task notification currentitem:Assigned TO) .
    I have not update Assigned To field explicitly.
    1. Where / how the Assigned TO field is getting updated ?
    2. Workflow Initiation and task creation will be done internally by the user who created the item in the list?
    Thanks

    Hi,
    According to your post, my understanding is that you had questions about the “start Approval process“ Task Action.
    When you add the “start Approval process“ Task Action, you need to to select the user who the task assign to.
    To assign the user whose name you have entered in the list user name field, you add action as below:
    After you select the user, the Assigned TO field is getting updated.
    In addition, workflow Initiation and task creation will be done internally by the user who created the item in the list.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Trouble using getLong to get an Oracle Number(8,2) field from ResultSet

    I am having trouble using getLong to get an Oracle Number(8,2) field from ResultSet. The error message starts with:
    java.lang.ExceptionInInitializerError: [exception was kaffe.utilNotImplemented] at oracle.jdbc.dbaccess.DBConversion.NumberBytesToLong(....
    and similar messages when I try getString, getDouble, etc. I am able to getString on the VARCHAR and DATE fields but have not been able to access the NUMBER(8,2) fields.

    java.lang.ExceptionInInitializerError: [exception was
    kaffe.utilNotImplemented] at
    oracle.jdbc.dbaccess.DBConversion.NumberBytesToLong(...
    kaffe.utilNotImplemented may be being thrown internally by your JDK.. AFAIK the Kaffe JDK is only JAVA 1.1 compatible and your driver may require JAVA 2.
    Col

  • Send e-mail notification if "Assigned to" field is empty

    SCSM 2012 SP1.
    I need to send e-mail notification to a distribution list if somebody creates an incident with empty "Assigned to" field. It could happen when an user sends new service request using self-service portal, incoming e-mail is processed,
    or a support team member forget or cannot fill that field.
    E-mail subscriptions do not work. I can create a rule with "User name is empty" condition, but it is never triggered.
    I can use template with "Primary owner" and "Source" fields filled in advance to create SSP incidents. After that I can create workflow which sends notification to that person when an incident is created with "Portal"
    specified as source. It works, but I can send notification to a single person only, not to a distribution list. What if that person is absent?.. In addition, I cannot use a workflow if "Assigned to" field is not filled during manual creation of the
    incident.
    Is it possible to send such notifications at all?

    Check if this helps you
    http://blogs.technet.com/b/babulalghule/archive/2013/05/05/how-to-configure-notification-to-notify-if-assigned-to-user-is-empty-or-incident-is-not-assigned.aspx
    Thanks,
    Babulal Ghule
    http://blogs.technet.com/b/babulalghule

  • Three State Workflow (assigned to field)

    I use the 3 State WF in a library. First and second task were assigned each to a person from 1 of 2 list fields of the library. But after first person completes the task and second task is created the person from second list field ist inserted in first
    list field. Why? It's a bug? Is there a workaround? (I don't have the possibility to use normal WFs, I can only use this WF)

    this is the first page of the WF settings (you ever saw this?)
    On the second page you can insert details for the first and second task, which the WF creates. There is a field 'Task Assigned To' which I filled with the content from a column of type 'person or group' of the library (Responsible Review). This one is for
    the first task, the other for the second is configured in the same way with an other 'person or group' column (Responsible Release).
    Before I start the WF, there are 2 different persons in the 2 columns, after completing the first task the WF creates the second task, and then (I can't see, is it after completing first task or after creating second task) field 'Responsible Review' in the
    library changed it's content to the content of column 'Responsible Release'

  • Account assignment tab fields on the PO

    hi gurus,
    Is there a transaction like ME2N which can show me the fields like G/L account, cost center and order fields in the output like ME2N, ME2M show some fields like net price, quantity, material group, etc etc
    Thanks
    Ravi
    Edited by: anusha vemulapati on Aug 28, 2009 7:44 PM

    Dear,
    As replied try ME2K with selection account assignment K and cost center with * sign and if applicabe other like plant.
    This report will give you the purchasing document - cost center - G/L Account wise quantity distribution details (irrespective of either Quantity or Percentage distribution in Purchase order).
    Regards,
    Syed Hussain.

Maybe you are looking for

  • Error in Java deployment step of SAP Netweaver installation

    Hi Team, We are installing SAP Netweaver 7.4 SR2. We are using How to install SAP NetWeaver Application Server Java guide. We have completed all steps upto step 27 without much hiccups, but during Java deploy stage, we are getting errors related to p

  • Connecting an HP 4050 to a Dell laptop

    I am trying to connect a 10 yr old LaserJet 4050 to a Dell Latitude D830 laptop as a local printer. Connecting the serial (DB9) ports didn;t work. Any suggestions Paul

  • DiskWarrior cannot replace the original directory due to Mac OS failure?

    I have a Powermac Dual G5 running 10.4.8. I have a Lacie Firewire 800 RAID attached. Lacie firmware is up to date and Disk Utility reports no problems with the RAID, either permissions or Repair/Verify disk. I have run the latest DiskWarrior 3.0.3 on

  • 1099-MISC nonemployee compensation amount always zero in lower part

    Hi, When I m trying to execute withholding tax report S_P9C_18000158 ( for 1099-MISC ) for multiple vendor account, the form is not printing Nonemployee compensation for vendor who are getting printed in lower half of form. The same is getting printe

  • Grant access to create/alter/drop/ to tables, view, index

    Using (Transact-sql) SQL query analyser 8.00.2039 Objective: To delete/drop the schema on every run of database setup (i mean drop the schema and build it on every run). I have done the following to accomplish the same ... Logged in as sa ... i did t