error displaying the tables of mysql in the data Panel

I try to display the tables on my local mysql (MySQL 5.1 v) database. I get this error in the data panel when I develop the tables:

"When executing getComponentChildren in Connections.htm, the following JavaScript error has occurred:
"On line 64 of the file"C:\\...\Dreamweaver 8\Configuration\Components\Common\Connections\ConnectionsCommon.js": TypeError: dwscripts.isDateDBColumType is not a function".

When the elements of array must be listed, I just see a branch that says "Loading"... "and it just sits there. I have the 8.0.1 update installed and just cannot know what the problem is. I have several installed extensions (especially WebAssist and a few others).

Someone knows what to do to fix it? Am I missing some info compatibility?

Thank you...

Good goooollllleeee. Reinstall Dreamweaver seemed to do the trick.

Now, to reinstall the extensions and see if it was one of those who killed my previous installation...

Tags: Dreamweaver

Similar Questions

  • call a stored procedure for each row in the transitional attribute and display the data in the form of af: table. The other rows are based on the entities

    Hi Experts,

    JDeveloper 12.1.3.0.0

    I have a VO based on entity object. With a column of the VO is transient attribute (I created).

    I need to call a stored procedure for each row in the transitional attribute and display the data in the form of af: table. As well as other attributes.

    So can anyone suggest how can I achieve this?

    Thank you

    AR

    I think that you need a stored function (which returns the value) in this case, is not?

    Take a look at:

    https://docs.Oracle.com/CD/B31017_01/Web.1013/b25947/bcadvgen005.htm

    and search for:

    Invoking stored function with only Arguments in

    call your function in the Get attribute and return value accessor...

  • display the data in two tables.

    Hi considers the following data
    WITH table1 AS
    (
      SELECT 111 userid,  To_Date('7/31/2010','mm/dd/yyyy') dt  FROM dual UNION ALL
      SELECT 111 userid,  To_Date('8/1/2010','mm/dd/yyyy') dt  FROM dual UNION all
      SELECT 111 userid,  To_Date('8/2/2010','mm/dd/yyyy') dt FROM dual UNION ALL
      SELECT 111 userid,  To_Date('8/3/2010','mm/dd/yyyy') dt  FROM dual UNION ALL
      SELECT 111 userid,  To_Date('8/4/2010','mm/dd/yyyy') dt FROM dual UNION ALL
      SELECT 111 userid,  To_Date('8/5/2010','mm/dd/yyyy') dt  FROM dual UNION ALL
    
      SELECT 222 userid,  To_Date('2/28/2010','mm/dd/yyyy') dt  FROM dual UNION all
      SELECT 222 userid,  To_Date('3/5/2010','mm/dd/yyyy') dt  FROM dual UNION all
    
    ),
     mydates AS
    (
     SELECT To_Date('7/31/2010','mm/dd/yyyy') dt1, To_Date('8/4/2010','mm/dd/yyyy') dt2 FROM dual  UNION ALL 
     SELECT To_Date('2/28/2010','mm/dd/yyyy') dt1, To_Date('3/5/2010','mm/dd/yyyy') dt2 FROM dual 
    )
    I want to join these two tables and result the following
    DT        DT2
    7/31/2010 8/04/2010
    8/01/2010  8/01/2010
    8/02/2010  8/02/2010
    8/03/2010  8/03/2010
    8/04/2010  8/04/2010
    8/05/2010  8/05/2010
    
    2/28/2010  3/5/2010
    3/5/2010   3/5/2010
    Basically, I join two tables, take dt from table1 and look into mydates. If the data match then display dt and DM2.
    If the date in table1 does not match date in t1d in mydates, then display the data but dt and DM2 there same date.

    for example,.

    7/31 in table1 is 7/31 in mydates so I show 7/31 dt and DM2 as 8/4(from mydates).
    now 8/01 does not match all lines in my dates so dt should be 8/01 and T2D should be 8/01. same logic applies to the other lines

    can someone write a query that gives the above result? Thank you

    Hello

    If you want all lines of table1 (attached to mydates when this is possible, but even when there is no match) then use an outer join:

    SELECT     t.dt
    ,     NVL (m.dt2, t.dt)     AS dt2
    FROM          table1     t
    LEFT OUTER JOIN     mydates     m     ON     t.dt     = m.dt1
    ORDER BY     t.dt
    ;
    
  • How to display the data, that contains non-numeric characters.

    Hello

    I have table t1 with column of type varchar2 below

    ID

    ------

    11151

    11412

    1113

    1 to 114

    11b 15

    111 6

    Now, I need to display the data, that contains non-numeric characters.

    Did you get the result like:

    STR

    ----------

    1 to 114

    11b 15

    111 6

    WITH t
         AS (SELECT '11151' str FROM DUAL
             UNION ALL
             SELECT '11412' FROM DUAL
             UNION ALL
             SELECT '1113' FROM DUAL
             UNION ALL
             SELECT '1a114' FROM DUAL
             UNION ALL
             SELECT '11b15' FROM DUAL
             UNION ALL
             SELECT '111c6' FROM DUAL)
    SELECT *
      FROM t
      where regexp_like(str,'[^[:digit:]]');
    

    See you soon,.

    Manik.

  • PivotTable ' display the data as "percentage of accuracy

    Hello

    I would like to know if there is a way to configure the PivotTable ' display the data sub - percentage of ' precision.

    ATM, I have reports using SR types where one of those who are much bigger than others... Thus, when its generated report, it returns something like:

    TYPE A: 99%
    TYPE B: 0%
    TYPE C: 0%
    TYPE D: 0%

    How can I view other correct value types? Something like number of decimals...

    PS: as criteria in this report, I changed my data Format 'Number', ' less:-123 "to 15 decimal places.»

    Thank you
    Ramon

    902360 wrote:
    Hello

    I would like to know if there is a way to configure the PivotTable ' display the data sub - percentage of ' precision.

    ATM, I have reports using SR types where one of those who are much bigger than others... Thus, when its generated report, it returns something like:

    TYPE A: 99%
    TYPE B: 0%
    TYPE C: 0%
    TYPE D: 0%

    How can I view other correct value types? Something like number of decimals...

    PS: as criteria in this report, I changed my data Format 'Number', ' less:-123 "to 15 decimal places.»

    Thank you
    Ramon

    Well Yes. Can do. Read this link:

    http://shivabizint.WordPress.com/2008/09/14/changing-the-precession-of-percent-of-columns-in-pivot-table-of-OBIEE/

  • display the data in row columns

    I looked through the previous posts, but it is impossible to find a solution to my problem.

    I want to display the data in row columns.
    I have shown in the table below and test data and the sql code that gives me the result desired.
    However, you can see that the sql depends of me knowing all the values in the column "rank".
    I want a way to produce the output without knowing the values of rank.
    CREATE TABLE test1 (
      accno       NUMBER,
      holder_type VARCHAR2(10),
      rank        NUMBER)
    
    INSERT INTO test1 VALUES (1, 'acr', 0);
    INSERT INTO test1 VALUES (1, 'bws', 1);
    INSERT INTO test1 VALUES (1, 'aaa', 2);
    INSERT INTO test1 VALUES (2, 'cds', 0);
    INSERT INTO test1 VALUES (2, 'xxx', 1);
    INSERT INTO test1 VALUES (3, 'fgc', 0);
    INSERT INTO test1 VALUES (4, 'hgv', 0);
    INSERT INTO test1 VALUES (4, 'bws', 1);
    INSERT INTO test1 VALUES (4, 'qas', 2);
    INSERT INTO test1 VALUES (4, 'aws', 3);
    
    Here's the required output:=
    ACCNO     ALLCODES
    1     acr bws aaa
    2     cds xxx
    3     fgc
    4     hgv bws qas aws
    
    I.E. for each accno display the holder_types in rank sequence.
    
    SELECT * FROM
    (SELECT 
           a0.accno,
           a0.holder_type || DECODE(a1.holder_type, NULL, NULL, ' ') ||
           a1.holder_type || DECODE(a2.holder_type, NULL, NULL, ' ') ||
           a2.holder_type || DECODE(a3.holder_type, NULL, NULL, ' ') ||
           a3.holder_type || DECODE(a4.holder_type, NULL, NULL, ' ') ||
           a4.holder_type allcodes
      FROM (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 0) a0,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 1) a1,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 2) a2,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 3) a3,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 4) a4
     WHERE a0.accno = a1.accno(+)
       AND a0.accno = a2.accno(+)
       AND a0.accno = a3.accno(+)
       AND a0.accno = a4.accno(+)) a
       ORDER BY accno

    So you're after what we call 'Aggregation in the chain.'

    Check this link as it highlights several techniques:

    Aggregation of string techniques

    A Re: Concat ranks of the values in a single column Michael

    At Re: multiple lines in a single line in the 'single column Table' followed by reason of Billy on the conduct of a stragg first.

    In addition, 11 GR 2 has the LISTAGG function.

  • Creation of a detailed report to display the date today

    Hello
    I try to display today date in the format of narrative report form. Anyone know how to code in HTML format?
    Here is my code to display the date: -.

    < TABLE align = "left" >
    < b >
    < TD > < B > < / b > < table >
    < TD width = "520" > < table >
    < TD > < B > < / b > < table >
    < /TR >

    < b >
    < TD > to < table >
    < TD >: @1 < table >
    < TD width = "100" > Date < table >
    < TD >: < table >
    < /TR >

    Please advice. Thank you

    Laughing out loud. what David wanted to create a custom field in your report to step 1 and initialize it as CURRENT_DATE.
    then, at step 2 of report design, use the identifier of this new column instead of @1

  • Display the date and time in Oracle Application Express Page

    Hello

    I have a requirement to prove the date and time in the upper left corner of the page that will be updated permanently. The format is DD-ME-AAAA HH24:MI:SS.
    I am able to display the date but not the time. Also the time should be updated on its own at the last second.

    Another condition is that on the selection of a particular value in the dropdown the table values must be filtered

    Thanks in advance for help out me

    You can also send in reply to [email protected]

    Concerning
    Franco of Jude

    Hello

    For the second question, you can search this forum on the "load lov. You are not the first who raised this issue... and there are a lot of answers there.

    And now: the time of the server. This can be very difficult, because the time on the server can depends on the physical location (and advanced the time on the server) and if you are using zones, it will be even harder. If your users see once on their screen as real-time, you will get a lot of questions.
    And you don't want to update the time (from the server) every second... every second a call from database to get the sysdate to all your users seems a very bad idea. However, what you might do is starting with the actual SYSDATE from the server and pass it as an argument to the clock function and add a second every second... But it will change the minutes and hours also... Overall: it sounds like a bad idea.

    Greetings,
    Roel

    http://roelhartman.blogspot.com/
    http://www.bloggingaboutoracle.org/
    http://www.Logica.com/

  • How display the date of my last update of OSX in my Mac?

    How display the date of my last update of OSX in my Mac?

    If it was in the last 30 days, the updates will often (not always) show the Mac App store on your page of updates, under the heading "updates installed in the last 30 days.

  • is it possible to display the Date and time in the address bar or a clock window constantly

    I need to take screenshots with date stamps and time using the script of iMacros. Everything by taking screenshots iMacro don't add taskbar windows for the date and time. It takes screenshots of browser. Is it possible to display the Date and time in the address bar or a clock within the tab browser constantly to capture the screenshot with time stamp through iMacros
    I added the big clock background Add-ons, but it is visible to new tabs.

    Badly looking for help and it will be really appreciated...

    Try this extension:

  • A model of TV Sony KDL-32BX330 has somehow display the date or time? MENU button does not

    A model of TV Sony KDL-32BX330 has somehow display the date or time? The button MENU has no option to select or adjust the time or date... maybe a new firmware?

    Hello, manual,.

    There is no option to display the time and date of the TV Sony KDL 32BX330.

    We cannot comment on future firmware updates, nor can respond us if a product will not in the future it does not currently feature.

    If my post answered your question, please mark it as an "accepted Solution".

  • Camileo S20 - How to display the date and time

    Hi, all. I got as Christmas present the Camileo S20, and I am not able to view the date and time in the video. In the manual is no reference on this subject, only how to set the date and time. But what is the intention to set the date and time in the camera, if it is not possible to display video?

    Hello

    Have you checked the user manual of your TV cam?

    If it of possible to display the data and the time you can find in your user manual how to do this. It always interesting to read ;) s

  • clock in the notifications box no longer displays the date beneith the time

    Series HP Pavilion HPE h8 - 1360t running Win 7

    When I ran Setup and decided that I needed to install the software, I notice that the date is now displayed in the tray under the era.  I was happy that I is no longer my clock application to display the date.

    Now that I've installed all the updates and my usual software, the clock in the notification area displays only the time.  The date seems to have disappeared.

    I don't know what I've done or installed to make it disappear.  I can't find a way to recover.

    Is there a software switch somewhere that turns on the display of the date of the clock?

    Normally, the 'taskbar' are a height of 'one'... the time is displayed. If you unlocked the "taskbar" and stretch up to a height of 'two'... the time, day and date will be displayed. Thereafter, be sure to lock the taskbar to prevent change.

    Please send Bravo

  • Search a directory of data and display the data that is within the range of dates

    Hello

    I have a full idrectory of data from overtime, and I think of search in the directory and display the data files for specific dates. I only started this encoding yet but I figure I'll take the brain of some SMEs here labview and start in the right direction. My goal is to go through a comprehensive directory of data taken for a month or MORE csv files and select the data to process and display office files the date of its registration. If I take the data of last week, last month or last minute, it should just treat as an exact or more.

    Please help me get started on the right foot

    End date will be probably greater than the start date, right? So, end date must connect at the entrance to the upper limit. Then wire in the range? to the conditional terminal of a tunnel of conditional indexation.

    Lynn

  • A drop-down list in Axapta 4.0 box takes longer to display the data.

    Hi all

    I have a drop-down list box in Axapta 4.0, which takes about 10 seconds to display the data. The area of cobo contain the minimum data to be displayed. However, it takes more time than necessary. How to fix... Help me!

    Hello

    1. what operating system do you use?

    2 did you change on your computer?

    I suggest you follow the link and check.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    I also suggest that you send your request from the link and check.

    http://community.dynamics.com/product/AX/f/33.aspx

Maybe you are looking for

  • How can I extend your bar of my bookmark at 2-3 lines to see all of the bookmarks I have?

    I need an extension if it exists.

  • Hard disk partitioning

    I'm about to the partition of my hard drive and I want to know if I would be able to partition my hard drive, then if I need is no longer the partition (I install Windows without Boot Camp), it will take format me the entire drive or I'll be able to

  • HP Compaq 8100 Elite CMT: Updated memory 8100 Elite CMT with 2x4gb TwinMos 512 x 8

    Hello. I'm new here. Of after the plug technical QuickSpecs, I recently bought 2 x 4 GB of "TwinMos PC3 10600 4 GB DDR3 1333 Mhz CL9 U-DIMM ' memory. The chip configuration is 512 x 8 single sided. When I put the memory inside, my PC will boot only u

  • Inbox messages disappear over time

    After a week or two, all emails read in my Inbox disappear suddenly.  It's happened twice.   They are there for a minute, then everything on the other.  The list starts again with my new messages I receive and read (highlight and not), I want to keep

  • Password after sleep

    Hello. I have Windows 8 Pro. My Lenovo desktop PC will not make me a password after sleep, even though I did everything in Power Options (for example require a password on wake up, etc.). When the computer wakes up in the morning, it asks for a passw