Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
planethead #1
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
-
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... -
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,... -
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... -
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... -
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... -
Joris van Lier #2
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
-
planethead #3
Re: MySQL datetime record not updating with DW toolbox
Problem solved
thank you Joris
planethead Guest



Reply With Quote

