MySQL datetime record not updating with DW toolbox

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default MySQL datetime record not updating with DW toolbox

    Hello
    just upgraded DW8 to CS3 and added DW Dev Toolbox extensions. Using
    registration wizard am unable to store a value for MySQL datatype 'datetime'
    field in new user record.

    Tried adding session variable, hidden fields etc and php 'date();' function
    code but no luck. Any help or pointers to relevant tutorials appreciated.

    TIA

    Ian

    planethead Guest

  2. Similar Questions and Discussions

    1. Need help to customze Dev Toolbox insert record wizardouput
      Using CS3 and new added Dev. Toolbox. I created an insert record form using Toolbox and it looks great. My problem is this: I am working with an...
    2. Last MS-SQL Record by datetime
      I'm trying to pull the last record (by DateTime field) of an inventory item. This is my code: SELECT TOP 100 PERCENT dbo.Beta_Radio.Serial,...
    3. Need help updating SQL DateTime fields.
      For some reason when I try to convert a Date in the format Fri Jun 16 00:00:00 GMT-0500 1987 to an ODBCDateTime and update a field with the new...
    4. Updating MySQL record
      Hi! I'm heaving a small problem updating a record containing an encrypted password. I'm using aes_encrypt. This is my suggestion for the query...
    5. IS string date greater than or equal to a SQL server datetime record?
      I need to figure out if the current date (passed in as a string) is equal to or greater then a field in my database in the format of- M/D/YYYY AND...
  3. #2

    Default Re: MySQL datetime record not updating with DW toolbox

    "planethead" <webforumsuser@macromedia.com> wrote in message
    news:f9h2nm$590$1@forums.macromedia.com...
    > Hello
    > just upgraded DW8 to CS3 and added DW Dev Toolbox extensions. Using
    > registration wizard am unable to store a value for MySQL datatype
    > 'datetime'
    > field in new user record.
    >
    > Tried adding session variable, hidden fields etc and php 'date();'
    > function
    > code but no luck. Any help or pointers to relevant tutorials appreciated.
    >
    > TIA
    >
    > Ian

    The precursor product to ADDT named "Kollection" used the following syntax
    {NOW_DT}
    , here's the documentation page:
    [url]http://www.interaktonline.com/Documentation/MXKollection/098200_nextensioform.htm[/url]

    HTH

    Joris

    Joris van Lier Guest

  4. #3

    Default Re: MySQL datetime record not updating with DW toolbox

    Problem solved

    thank you Joris


    planethead Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139