Need help to customze Dev Toolbox insert record wizardouput

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

  1. #1

    Default 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 Access db
    (No that's not the entire problem, but it is the root. hehe) Anyway, I have
    three fields, one for an event date, one for the event time, and one for the
    event name. The wizard did pick up that the two fields in the db are date
    fields, however... if you have ever worked with Access you know the date must
    be run through #CreateODBCDateTime()# before it can be inserted. I am not
    familiar with all the stuff the wizard put in the page and have so far been
    unable to determine where I can use the ODBC function prior to insertion. Is
    there anyone out there familiar with the wizard code and how to modify it? All
    the validation and transaction stuff is stuff I haven't coded before and I
    think where my understanding problem lies. Thanks in advance guys.

    ghouser Guest

  2. Similar Questions and Discussions

    1. Error with Developer Toolbox Insert
      I'm getting an error when using the Developer Toolbox to create a record in the database. Error: The root cause was that: java.sql.SQLException:...
    2. 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...
    3. Insert record
      Hi all, I'm having a bit of a problem at the moment. I'm basically trying to insert a record to a MS Access database. I'm using dreamweaver MX. What...
    4. How to insert a new record
      I am having problems with inserting a new record into access database using the detailsview control, the autonumber of the control does not update...
    5. insert a record
      Hi every one, I have a problem inserting a record... error 500.100 (Operation must use an updateable query) or Unknown variable or something... ...
  3. #2

    Default Re: Need help to customze Dev Toolbox insert recordwizard ouput

    This was answered in the CF Forum
    ghouser 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