T O P I C R E V I E W |
JJenson |
Posted - 07 September 2007 : 10:29:16 I am trying to write 2 siple scripts to go into the alternate mod setup. the first one is just supposed to keep adding one to the number everytime it is downloaded. would that be something like this?
[ALTER] MEMBERS ADD#M_DOWNLOADED#int#NULL#1 [END]
The second one is just supposed to keep the last date something was downloaded would that be something like this?
[ALTER] MEMBERS ADD#M_LASTDOWNLOAD#int#NULL#9\7\07 [END]
I don't want to add it in till I am sure but I think it is something like this?
Thanks< |
4 L A T E S T R E P L I E S (Newest First) |
JJenson |
Posted - 07 September 2007 : 23:57:19 No worries I ended up getting it. < |
JJenson |
Posted - 07 September 2007 : 12:32:27 Thanks Shaggy < |
Shaggy |
Posted - 07 September 2007 : 12:26:20 You only really need 14 characters to hold a date; yyyymmddhhmmss.
< |
JJenson |
Posted - 07 September 2007 : 11:54:11 Nevermind got it the first one worked and the 2nd needed to be changed to
[ALTER] MEMBERS ADD#M_LASTDOWNLOAD#VARCHAR(50)## [END] < |