What is wrong with these PL/SQL codes?

DECLARE
CURSOR C_All_Tables IS select table_name from user_tables where substr(table_name,1,1)='B';
BEGIN
For cnt1 in C_All_Tables Loop
Declare
CURSOR C_EachTable IS select NAME from cnt1.table_name;
V_Result varchar2(20);
Begin
for cnt2 in C_EachTable Loop
V_Result := substr(cnt2.name,1,3);
EXIT when substr(cnt2.name,1,3) = 'K01' ;
if V_Result != 'K01' then
     delete from cnt1.table_name where substr(NAME,1,3)=V_result;
     end if;
end loop;
End;
End Loop;
Commit;
END;
Here is the errors
Error report:
ORA-06550: line 8, column 56:
PL/SQL: ORA-00942: table or view does not exist
ORA-06550: line 8, column 34:
PL/SQL: SQL Statement ignored
ORA-06550: line 12, column 43:
PLS-00364: loop index variable 'CNT2' use is invalid
ORA-06550: line 12, column 24:
PL/SQL: Statement ignored
ORA-06550: line 13, column 40:
PLS-00364: loop index variable 'CNT2' use is invalid
ORA-06550: line 13, column 23:
PL/SQL: Statement ignored
ORA-06550: line 15, column 37:
PL/SQL: ORA-00942: table or view does not exist
ORA-06550: line 15, column 19:
PL/SQL: SQL Statement ignored
06550. 00000 - "line %s, column %s:\n%s"
*Cause:    Usually a PL/SQL compilation error.
*Action:
Could someone help me fix it. Thanks so much.

something like this maybe?
begin
    for c in (select table_name from user_tables where substr(table_name,1,1)='B' order by substr(table_name,1,3) ) loop
        EXIT when substr(c.table_name,1,3) = 'K01';
       execute immediate  ('delete from '||c.table_name||' where substr('||c.table_name||',1,3)= substr('||c.table_name||',1,3)');
    end loop;
end;

Similar Messages

  • What's Wrong with These Rules?

    I can't see what's wrong with these rules. Does any one see the problem?
    Passport data is verified if
    Database provides an exact match for the passport number and date of birth.
    Photo matching is required if
    Passport data is verified.
    Passport photo matches evidentiary photo if
    Photo matching is required and
    Photo match is valid.
    Photo match is valid if
    Photo matching is required and
    user states that photo matches evidentiary photo.
    The investigation session asks the question "does Database provide an exact match ..." Response is True.
    "Photo matching is request" is set to true because "Passport data is verified" is true.
    Then the investigation stops. It doesn't go on and ask if "user states that photo ...". This arrtibute has the value of <unknown>. All the identifiers (red numbers) match up correctly. I just can't see what is wrong.
    Thanks,
    Terry

    Thanks, Brandon,
    Your idea was helpful. It was a goal, but not a top level goal. By checking the data at each step, I found that a higher level rule that was dependent on these rules was the culprit. I should have had an "and" when I had wrote the rule with an "or". I don't entirely understand why this higher level rule needed to have "and" instead of "or", but it works now and that's all I care about.
    Terry

  • What's wrong with these code?

    Hi, i made the below snippet of code for retriving data from a table in database. but it doesnt work property when i run the program. Could anyone tell me what's wrong with it? Thanx in advance.
    //rs is object of type ResultSet
    //url is one of the column names in a table
    <% if(rs.getString("url")!= null){%>
       <tr>
          <td>URL </td>
          <td>= { <%= rs.getString("url") %> },</td>   
      </tr>
    <%}%>

    Without seeing the error message, one can only guess. Some JDBC drivers do not allow you to get a column more than once, so that may be your problem. Store the result of rs.getString("url") in a String variable in the first line, and use that variable in the table cell.

  • For our ELVIS II units, I receive error message -200220. What is wrong with these units when they worked a month ago?

    On several computer stations, we receive the error message -200220 when selecting any instrument on the Instrument Launcher when the Run option is pressed. This message has not been cleared after the computer was rebooted and the Box power cycled. What is wrong?
    I can not find this error code in the product documentation.
    Solved!
    Go to Solution.
    Attachments:
    Elvis_Error_Message[1].docx ‏464 KB

    From the screenshot you attached, it looks like there is no device specified on the front panel, which means that the error you see is correct, the device identifier is invalid.  Are there any available devices populated in the Device control?  Does your ELVIS II show up as connected in Measurement and Automation Explorer (MAX)?
    Donovan

  • What's wrong with my DII client code?

    I have the following WSDL for my ASP/IIS web service...
    <?xml version='1.0' encoding='UTF-8' ?>
    <!-- Generated 10/31/03 by Microsoft SOAP Toolkit WSDL File Generator, Version 3.00.1325.0 -->
    <definitions
         name='DCIS'
         targetNamespace='http://ds_00119/DCIS/wsdl/'
         xmlns:wsdlns='http://ds_00119/DCIS/wsdl/'
         xmlns:typens='http://ds_00119/DCIS/type/'
         xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
         xmlns:xsd='http://www.w3.org/2001/XMLSchema'
         xmlns:stk='http://schemas.microsoft.com/soap-toolkit/wsdl-extension'
         xmlns:dime='http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/'
         xmlns:ref='http://schemas.xmlsoap.org/ws/2002/04/reference/'
         xmlns:content='http://schemas.xmlsoap.org/ws/2002/04/content-type/'
         xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
         xmlns='http://schemas.xmlsoap.org/wsdl/'>
         <types>
              <schema
                   targetNamespace='http://ds_00119/DCIS/type/'
                   xmlns='http://www.w3.org/2001/XMLSchema'
                   xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
                   xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
                   elementFormDefault='qualified'>
                   <import namespace='http://schemas.xmlsoap.org/soap/encoding/'/>
                   <import namespace='http://schemas.xmlsoap.org/wsdl/'/>
                   <import namespace='http://schemas.xmlsoap.org/ws/2002/04/reference/'/>
                   <import namespace='http://schemas.xmlsoap.org/ws/2002/04/content-type/'/>
              </schema>
         </types>
         <message name='DCIS.CTXD'>
              <part name='bstrUser' type='xsd:string'/>
              <part name='bstrPassword' type='xsd:string'/>
              <part name='bstrName' type='xsd:string'/>
              <part name='bstrAddress' type='xsd:string'/>
              <part name='bstrPhone' type='xsd:string'/>
         </message>
         <message name='DCIS.CTXDResponse'>
              <part name='Result' type='xsd:string'/>
         </message>
         <portType name='DCISSoapPort'>
              <operation name='CTXD' parameterOrder='bstrUser bstrPassword bstrName bstrAddress bstrPhone'>
                   <input message='wsdlns:DCIS.CTXD'/>
                   <output message='wsdlns:DCIS.CTXDResponse'/>
              </operation>
         </portType>
         <binding name='DCISSoapBinding' type='wsdlns:DCISSoapPort' >
              <stk:binding preferredEncoding='UTF-8'/>
              <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
              <operation name='CTXD'>
                   <soap:operation soapAction='http://ds_00119/DCIS/action/DCIS.CTXD'/>
                   <input>
                        <soap:body
                             use='encoded'
                             namespace='http://ds_00119/DCIS/message/'
                             encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
                             parts='bstrUser bstrPassword bstrName bstrAddress bstrPhone'/>
                   </input>
                   <output>
                        <soap:body
                             use='encoded'
                             namespace='http://ds_00119/DCIS/message/'
                             encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
                             parts='Result'/>
                   </output>
              </operation>
         </binding>
         <service name='DCIS' >
              <port name='DCISSoapPort' binding='wsdlns:DCISSoapBinding' >
                   <soap:address location='http://ds_00119/DCIS/DCIS.ASP'/>
              </port>
         </service>
    </definitions>
    and the following client code...
    import javax.xml.namespace.*;
    import javax.xml.rpc.*;
    import javax.activation.*;
    import javax.mail.*;
    import com.sun.xml.messaging.saaj.*;
    import java.net.*;
    import java.util.*;
    import java.rmi.*;
    public class DIIClient
         public static void main(String[] args)
              try
                   String namespace = "http://ds_00119/DCIS/wsdl/";
                   String endpointURL = "http://ds_00119/DCIS/dcis.asp";
                   String portName = "DCISSoapPort";
                   String functionName = "CTXD";
                   String[] paramNames = {"bstrUser","bstrPassword","bstrName","bstrAddress","bstrPhone"};
                   String[] paramValues = new String[] {"x","y","a","b","c"};
                   String xsdStringType = "<xsd:string>";
                   ServiceFactory factory = ServiceFactory.newInstance();          
                   Call call = factory.createService(new QName("DCIS")).createCall();
                   call.setTargetEndpointAddress(endpointURL);
                   call.setPortTypeName(new QName(namespace, portName));
                   call.setOperationName(new QName(namespace, functionName));
                   call.setProperty(Call.SOAPACTION_USE_PROPERTY, new Boolean(true));
                   call.setProperty(Call.SOAPACTION_URI_PROPERTY, "http://ds_00119/DCIS/");
                   call.setProperty(Call.ENCODINGSTYLE_URI_PROPERTY, "");
                   call.setProperty(Call.OPERATION_STYLE_PROPERTY, "rpc");
                   for(int i=0; i<5; i++)
                        call.addParameter(paramNames, new QName(xsdStringType),ParameterMode.IN);
                   call.setReturnType(new QName(xsdStringType));          
                   String returnValue = (String) call.invoke(paramValues);
                   System.out.println(returnValue);
              catch(Exception ex)
              ex.printStackTrace();
    when I run this I get:
    java.rmi.RemoteException: WSDLReader:The operation requested in the Soap message with soapAction http://ds_00119/DCIS/action/DCIS isn't defined in the WSDL file. This may be because it is in the wrong namespace or has incorrect case
         at com.sun.xml.rpc.client.dii.BasicCall.invoke(BasicCall.java:369)
         at DIIClient.main(DIIClient.java:45)
    I've tried everything I can think of for the soapAction string and just can't get it to work. What am I doing wrong here?
    I know the service works because I've been using C++ and VB clients for months, but I need to get a Java client up and running soon.
    I've only been looking at Java WS clients for a day, so if anyone knows of a better way to do this then please tell me! I've tried 4 completely different implementations so far and none of them worked.
    Chris

    Dear Chris,
    The problem is in your code itself or the way u've created this web service.
    I'm sending you some sample code. Just change the values of variables and delete unwanted lines according to you. Just go step by step.
    Here is the code
    import javax.xml.rpc.Call;
    import javax.xml.rpc.Service;
    import javax.xml.rpc.JAXRPCException;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.rpc.ParameterMode;
    public class DllClient {
    private static String qnameService = "IPSProv_pipeService";
    private static String qnamePort = "IPSProv_pipeIFPort";
    private static String BODY_NAMESPACE_VALUE =
    "urn:Foo";
    private static String ENCODING_STYLE_PROPERTY =
    "javax.xml.rpc.encodingstyle.namespace.uri";
    private static String NS_XSD =
    "http://www.w3.org/2001/XMLSchema";
    private static String URI_ENCODING =
    "http://schemas.xmlsoap.org/soap/encoding/";
    public static void main(String[] args) {
    System.out.println("Endpoint address = http://218.248.33.59:8080/ipsprovPipeService/provision?WSDL");
    try {
    ServiceFactory factory =
    ServiceFactory.newInstance();
    Service service =
    factory.createService(
    new QName(qnameService));
    QName port = new QName(qnamePort);
    Call call = service.createCall(port);
    call.setTargetEndpointAddress("http://215.246.33.59:8080/ipsprovPipeService/provision?WSDL");
    call.setProperty(Call.SOAPACTION_USE_PROPERTY,
    new Boolean(true));
    call.setProperty(Call.SOAPACTION_URI_PROPERTY,
    call.setProperty(ENCODING_STYLE_PROPERTY,
    URI_ENCODING);
    QName QNAME_TYPE_STRING =
    new QName(NS_XSD, "string");
    call.setReturnType(QNAME_TYPE_STRING);
    call.setOperationName(
    new QName(BODY_NAMESPACE_VALUE,"sp_mgmnt"));
    call.addParameter("String_1", QNAME_TYPE_STRING,
    ParameterMode.IN);
    call.addParameter("String_2", QNAME_TYPE_STRING,
    ParameterMode.IN);
    call.addParameter("String_3", QNAME_TYPE_STRING,
    ParameterMode.IN);
    call.addParameter("String_4", QNAME_TYPE_STRING,
    ParameterMode.IN);
    String[] params = { "A","B"};
    String result = (String)call.invoke(params);
    System.out.println(result);
    } catch (Exception ex) {
    ex.printStackTrace();
    Plz show me the code after u make changes in it and do reply whether it works or not.
    Regards,
    Piyush

  • Can anyone tell me what is wrong with the simple sql?

    Hi,
    I have a simple SQL (see attached). It returns records when it does not include the Order By sorting clause. However, if it includes the Order By clause, Oracle says no data found. Anyone can give me some ideas what could cause the problem?
    Thanks in advance.
    SELECT ih.item_key, e.episode_key, e.episode_date, wp.work_package_key, p.patient_name, c.codes_key
    FROM work_package wp, episodes e, item_header ih, patients p, codes c, station_element se, station_data sd
    WHERE wp.work_item_key = e.episode_key
    and e.episode_key = ih.item_key
    and ih.logical_parent_key = p.patient_key
    and e.episode_type = c.code_value
    and wp.asgn_station_key = se.item_key
    and se.station_name like 'DICT FIX%'
    and sd.station_key = wp.asgn_station_key
    and (sd.facility = '0' or sd.facility = 1)
    and wp.on_hold <> 'Y' and c.code_type = 'CEPT'
    and c.setup_group = 1
    ORDER BY e.episode_date, e.medrec_no;

    Hmmm...can you post a SQL Plus session that demonstrates this?

  • Hey Apple, what's wrong with these Li ion batteries and PMU?

    One of the reasons why we buy laptop is to use it for travel and work. I am not really happy with the fact that i had to reset the PMU twice in a month, and then have to recalibrate the battery again.
    What is this new Apple paradigm? we buy a laptop for roughly $2500 and it has to be calibrated and reset every month? When is apple going to provide a good answer to this problem?
    I don't buy a MacBook pro because i like playing with the hardware and software, and reading these Apple Discussions, i buy it because i need a working tool, that can work on battery for more than 4 hours for at least 2 years. If it is not the case, then Apple should take steps to replace the deficient part(s) (and please, don't crash my hard drive as it is quite valuable to me!-).
    I like apple products and i have quite a few at home and at work, but it needs to meet users' requirements!
    Thank you!
    MacBook pro 2.33Ghz Intel Core Duo Mac OS X (10.4.9)

    I have to concur with this statement. Having used Mac's for years I'm totally dissappointed with my MBP's reliability. I placed the order during the Job's keynote at Macworld SF last year and waited for weeks for it to arrive.
    I'm now on my third battery and have all sorts of start-up issues. Since the last update 10.4.9 my screen periodically goes dark (from bottom to top, like it's filling up with water) and a message telling me to restart -- I've never seen this on any Mac.
    My display will suddenly lose sync and go all fuzzy (not my second monitor, just the laptop display) for no reason. And, just to add insult to injury, some of the paint underneath my spacebar has started to peel off.
    Not happy with this machine at all and wish I'd stayed on my G4

  • What is wrong with this PL/SQL block

    declare
    v_count integer := 0;
    begin
    -- execute immediate 'select count(1) into v_count from ' || 'abc' || '.table1';
    execute immediate 'select count(1) into v_count from abc.table1';
    dbms_output.put_line('v_count: ' || v_count);
    end;
    When i execute the above pl/sql block, I get the following error:
    ORA-00905: missing keyword
    ORA-06512: at line 6
    What am I doing wrong?
    When I use SELECT COUNT(1) INTO v_count FROM abc.table1; ( instead of the dynamic sql ), it works.
    I realize I don't need to use execute immediate for SELECT, but I need to do the dynamic SQL because the table1 will be under multiple schemas.
    Would appreciate an explanation for the above error, and/or alternate solution(s) for dynamic sql.
    Thanks

    DECLARE
      v_count INTEGER := 0;
    BEGIN
      -- execute immediate 'select count(1) into v_count from ' || 'abc' || '.table1';
      EXECUTE IMMEDIATE 'select count(1)  from abc.table1' into v_count;
      dbms_output.put_line('v_count: ' || v_count);
    END;TEST
    DECLARE
      v_count INTEGER := 0;
    BEGIN
      -- execute immediate 'select count(1) into v_count from ' || 'abc' || '.table1';
      EXECUTE IMMEDIATE 'select count(1) from dual ' into v_count;
      dbms_output.put_line('v_count: ' || v_count);
    END;
    v_count: 1
    PL/SQL procedure successfully completed.HTH
    SS

  • What is wrong with this simple JSP code?

    Whenever I run it on a browser it goes the SQL exception, but when I run it in a Java compiler it works fine.
    Any help very much appreciated
    <head>
    <%@ page
         import = "java.io.*"
         import = "java.lang.*"
         import = "java.sql.*"
    %>
    <title>
    JSP Example 2
    </title>
    </head>
    <body>
    <h1>JSP Example 2</h1>
    <%
    try
    // Load the driver class
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         try
         // Define the data source for the driver
              String sourceURL = "jdbc:odbc:my_library";
         // Create a connection through the DriverManager
              Connection databaseConnection = DriverManager.getConnection(sourceURL,"","");
              out.println("Here");
         Statement statement = databaseConnection.createStatement();
         ResultSet authorNames = statement.executeQuery("Select * from tblAvailable_Items");
         catch (SQLException s)
              out.println("SQL Error<br>");
         catch (ClassNotFoundException err)
              out.println("Class loading error");
    %>
    </body>
    </html>

    Hi...
    I have made some modifications to your code.. Try this. I assume, you would configured the system dsn as my_library, a table name "Table1" with one of the fields name as "name"
    <head>
    <%@ page import = "java.io.*,java.lang.*,java.sql.*" %>
    <title>
    JSP Example 2
    </title>
    </head>
    <body>
    <h1>JSP Example 2</h1>
    <%
    try
    // Load the driver class
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    try
    // Define the data source for the driver
    String sourceURL = "jdbc:odbc:my_library";
    // Create a connection through the DriverManager
    Connection databaseConnection = DriverManager.getConnection(sourceURL,"","");
    out.println("Here");
    Statement statement = databaseConnection.createStatement();
    String sql = "select * from Table1";
    ResultSet authorNames = statement.executeQuery(sql);
    while (authorNames.next()){
                             String Name = authorNames.getString("name");
    out.println(Name);
    catch (SQLException s)
    out.println("SQL Error<br>");
    catch (ClassNotFoundException err)
    out.println("Class loading error");
    %>
    </body>
    </html>
    Regds
    Vasi

  • What is wrong with this PL/SQL

    sqlplus -s enbref10/enbref10@q4enbdb << END_SQL
    set serveroutput on size 200000
    set feedback off
    DECLARE
    tableName VARCHAR2(40);
    ddl VARCHAR2(4000);
    rows NUMBER(4);
    BEGIN
    BEGIN
    SELECT TNAME INTO tableName FROM TAB WHERE TNAME = 'PC_EXTRACT_CURRENT';
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    DBMS_OUTPUT.PUT_LINE('Creating table PC_EXTRACT_CURRENT');
    ddl := 'CREATE TABLE PC_EXTRACT_CURRENT ( OFFER_ID NUMBER, TLG_SOC CHAR(10 BYTE), CPW_CODE CHAR(10 BYTE),
    OFFER_NAME CHAR(100 BYTE), OFFER_DESCRIPTION CHAR(100 BYTE), OFFER_TYPE CHAR(50 BYTE), OFFER_LEVEL CHAR(20 BYTE),
    SALES_EFFECTIVE DATE, SALES_EXPIRATION DATE, PACKAGE_ID NUMBER, PACKAGE_NAME CHAR(100 BYTE),
    PACKAGE_QUALIFICATION CHAR(100 BYTE), PRIT_ID NUMBER, ITEM_ROLE CHAR(10 BYTE), ITEM_NAME CHAR(100 BYTE),
    CHARGE_CODE CHAR(20 BYTE), PRIORITY NUMBER, PRIT_QUALIFICATION CHAR(100 BYTE), UOM CHAR(20 BYTE),
    QUOTA1 CHAR(15 BYTE), RATE CHAR(10 BYTE), NAME CHAR(100 BYTE), TLG_MARKETS CHAR(100 BYTE),
    OFFER_RELATION_TYPE CHAR(5 BYTE), OFFER_RELATION_ID NUMBER, OFFER_TYPE_IND CHAR(5 BYTE))' ;
    execute immediate DDL ;
    END ;
    SELECT count(*) INTO rows from PC_EXTRACT_CURRENT ;
    END ;
    exit ;
    END_SQL
    When i run this PL/SQL it gives me below error...
    SELECT count(*) INTO rows from PC_EXTRACT_CURRENT ;
    ERROR at line 23:
    ORA-06550: line 23, column 36:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 23, column 5:
    PL/SQL: SQL Statement ignored
    Table PC_EXTRACT_CURRENT do not exist and it should be created in the EXCEPTION block and the following statement " SELECT count(*) INTO rows from PC_EXTRACT_CURRENT ; " should not give any error.
    But the table is not created and the this statement fails when executed.
    I have no clue why it is happening .
    When i comment the line "SELECT count(*) INTO rows from PC_EXTRACT_CURRENT " it creates the table.

    This code would give compilation error at the
    following statement, if this table doesn't exist.
    SELECT count(*)
    INTO rows
    From SCHEMA.PC_EXTRACT_CURRENT;
      SELECT count(*)
        INTO vCount
        FROM ALL_TABLES
       WHERE table_name = 'PC_EXTRACT_CURRENT'
         And owner      = 'SCOTT';that is why you have this above code to check for the existence of the table for the same schema owner, assuming you are running this code logged to the database as SCOTT. this SCOTT schema is hardcode in replacement to the SCHEMA posted in the prior posted example. suppose the schema owner is SCOTT so we are checking the SCOTT.PC_EXTRACT_CURRENT object. now it does not found the object and it will result in vCount having a value of 0. then we go down to the next logic of the IF Then Else statement. It will execute the code under the IF vCount = 0 which is execute immediate to create the table.
    on the second time the script is run vCount will give you 1 value. now the when it goes to the IF then Else statement it will execute the code under the Else since vcount has a value of 1. then it does a query as
        SELECT count(*)
          INTO rows
          From SCOTT.PC_EXTRACT_CURRENT;we have the object SCOTT.PC_EXTRACT_CURRENT and this will not give you error since the object is existing.

  • Please tell me what's wrong with this paypal buy code?

    <form id="form1" name="form1" method="post" action="">
              <p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="PBG8WAM6N6G2S">
    <table>
    <tr><td><input type="hidden" name="on0" value="&quot;Showtime&quot;-paper print">&quot;Showtime&quot;-paper print</td></tr><tr><td><select name="os0">
        <option value="1-11x14">1-11x14 $50.00</option>
        <option value="1-12x18">1-12x18 $65.00</option>
        <option value="1-16x20">1-16x20 $90.00</option>
        <option value="1-24x36">1-24x36 $170.00</option>
    </select> </td></tr>
    </table>
    <input type="hidden" name="currency_code" value="USD">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    When I insert this code and try the "buy buttton" nothing happens.  My website is www.ritacortesi.com.  Paypal does not really have a good support website.

    HTML and/or DW Tutorials, and other information links that I have saved
    http://validator.w3.org/
    http://www.w3schools.com/
    http://www.hotscripts.com/
    http://webdesignledger.com/
    http://www.adobe.com/devnet/
    http://www.scriptarchive.com/
    http://www.htmldog.com/guides/
    http://www.htmlcodetutorial.com/
    http://alistapart.com/topics/code
    http://www.how-to-build-websites.com/
    http://css.maxdesign.com.au/floatutorial/
    Download User Guide as PDF for easy search
    http://www.adobe.com/support/documentation
    http://www.ianr.unl.edu/internet/mailto.html
    http://lynda.com/ Hours of videos. (must pay)
    http://apptools.com/examples/pagelayout101.php
    http://www.thesitewizard.com/archive/css.shtml
    http://www.projectseven.com/tutorials/index.htm
    If not PDF (link above) an online guide to read
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/
    Nate's Forms http://www.mindpalette.com/scripts/
    Customizing the layouts that come with CS3 (VIDEO)
    http://www.adobe.com/designcenter/video_workshop/?id=vid0155
    FormMail http://www.bebosoft.com/products/formstogo/index.php
    For those using MySQL - Installing PHP and MySQL on Windows XP
    http://www.webassist.com/professional/products/solutionrecipes.asp
    Community MX lessons http://www.communitymx.com/abstract.cfm?cid=3D074
    http://www.adobe.com/cfusion/designcenter/search.cfm?product=Dreamweaver&go=Go
    The Contact Form Solution Pack is only $29.99. To learn more, visit
    http://www.webassist.com/go/cfsp
    Web advisor extension to DW
    Date and Time through Javascript http://www.mediacollege.com/internet/javascript/date-time/
    Tutorial for building your first website:
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Tutorial on building a dynamic website (one with a database):
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    HTM Color Codes
    http://www.visibone.com/
    or http://html-color-codes.com/
    or http://www.pagetutor.com/common/bgcolors1536.html
    or http://www.geocities.com/SiliconValley/Network/2397/

  • I got this from Amazon, what's wrong with these pics?

    Great share!  I hate to see this type of thing happen, but glad to see you got it resolved. 
    For everyone's knowledge... if you feel that you purchased sketch software, you can definitely call the Microsoft anti-piracy hotline at (800) RU-LEGIT, e-mail Microsoft at [email protected] or contact the Business Software Alliance (BSA) anti-piracy hotline at (888) NO-PIRACY to report them like the above post.

    I needed another copy of Office 2010 for a new user here. I needed2010 since 2013 isn’t compatible with our PM/EMR systems. I went to Amazon anddid a search for Office 2010. In the list that came up there was a new copy forsale. I ordered this and it came in 2 days later. I already had copies of Office 2010 on our systems so I loadedit off a share and just needed the key. I went to put the new key in and it wouldn’ttake it. Tried it again just to make sure I didn’t fumble the key, still tellingme not a valid key. This got me thinking, OK why isn’t it taking the key. Iwent to one of my coworkers and asked them to read the key off so I can makesure my old eyes were not failing me. Same digits I just tried. He put the disk in his PC and it took a fewminutes to come up to the install screen asking for the key. He inputted thekey and it...
    This topic first appeared in the Spiceworks Community

  • What's wrong with my simple IO code?

    import java.io.*;
    public class test4
    public static void main(String arg[])throws IOException
    File f=new File("u:/temp.txt");
    f.createNewFile();
    FileWriter fwriter=new FileWriter(f,true);     
    fwriter.write("can you see me?");
    }

    You have to close your, and you really should flush,
    your fwriter before sending any data to file:You mean after sending any data, right? ;)
    fwriter.flush();
    fwriter.close();I suppose it doesn't hurt to be explicit, but the flush() isn't strictly necessary as close() flushes the stream before closing it (as per the API docs). I'll leave it to you as to what level of verbosity you want.

  • What is wrong with these apps?

    I have a 55" 2014 Bravia and since day one there were some apps on it that I hadn't tried. The other day I tried the Accuweather and NPR apps and NEITHER ONE WORKED!! I believe some of the others don't work either. I mostly use Netflix, Amazon so I hadn't noticed this before. I would think that the weather and NPR would be free apps. Do they require a subscription? They don't even ask for your name or anything. I click on it and they just sit there doing nothing until I give up.

    Nevermind. I found it in the menus. Didn't help. Neither Accuweather nor NPR worked and neither does Pandora and Pandora did work last year and it works fine on my computer.

  • What's wrong with this?HELP

    What's wrong with this piece of code:
    clickhereButton.addActionListener(this);
         ^
    That's my button's name.
    Everytime I try to complie the .java file with this code in it it says:
    Identifier expected: clickhereButton.addActionListener(this);
    ^
    Please help.

    You must have that code in a method or an initilizer block... try moving it to eg. the constructor.

Maybe you are looking for

  • IF Statement with multiple ORs in Calc Script

    Hello, May I know what is the best way to script the following statement in a Member formula, not calc script (can't use Fix statements) If (A->B->C == 1, 3 or 5 AND X->B->C == Value1) returnvalue1 ELSE #Missing. Basically I am looking for syntax for

  • Error in module RSQL of the datasource inter face + RSA1

    Hi All, We have installed a fresh BIW server on MSSQL database 2005. We have selected components like as ABAP.JAVA,EP,EP Core ,BI Java. While replicating the datasource  using tcode RSA1 from R/3 Retail Server we are getting an error Error in module

  • Search for images using Keywords Problem.

    1) In LR4, Search for images using Keywords (click on arrow next to Keyword). 2) Select image, export to PS6, save as Tif. 3) Tif retains all Keywords when it appears in LR 4) Despite that, image does not show up in the same 'Search for images using

  • HT201210 What does it mean when the apple logo keeps blinking on the ipod screen

    I really need help!  PLease

  • IPhone 4S keeps going dark

    Hi I upgraded the software to ios 6.12 . Since then the screen occasionally goes dark . Will only come back bright if I press home and on /off together . I have done a restore but still happens . Any suggestions before I ring apple !!!!!