Forum: MS Access and FileMaker Pro Mar 19th, 2008 |
| Replies: 2 Views: 1,216 Re: Access/Jet SQL: Date/time issues After further testing it appears not to like the time format as the code below works
mdm.Database.MSAccess.runQuery("UPDATE UserOverallResults SET Results = 10
WHERE UserName = 'Rob' AND quizDate =... |
Forum: MS Access and FileMaker Pro Mar 19th, 2008 |
| Replies: 2 Views: 1,216 Access/Jet SQL: Date/time issues Greetings,
I'm using Flash MX connecting to an MS Access database via JET.
I've stored dates using Flash/Jet into my database as 'dd/mm/yyyy hh:mm:ss' into a DATE/TIME field.
However I can't... |
Forum: JSP Mar 18th, 2008 |
| Replies: 3 Views: 525 Re: JSP: Example Rating Systems I'm think this maybe a problem solved purely by SQL.
I'm working on the following :-
UPDATE FAQ
SET Rating = (SELECT AVG(Rating + 7) FROM FAQ WHERE Category = "Email" AND
Question = "New" GROUP... |
Forum: JSP Mar 18th, 2008 |
| Replies: 3 Views: 525 JSP: Example Rating Systems Greetings,
Does anybody have any ideas or existing code how to make a ratings systems i.e.
Users select 1-5 on a drop down box and it calculates the average from all the previous values, the system... |
Forum: JSP Mar 18th, 2008 |
| Replies: 5 Views: 823 |
Forum: JSP Mar 16th, 2008 |
| Replies: 5 Views: 823 Re: JSP: Cascading option box problems ... Thanks for the reply,
I've fixed the errors, but when the user changes the value and the onChange event is actioned how do I get it to keep its previous selection?
I thought it would pass in the... |
Forum: JSP Mar 16th, 2008 |
| Replies: 5 Views: 823 Re: JSP: Cascading option box problems ... if (request.getparameter("OptionCategoryValue") == null)
should be getParameter
Now I get error message :-
Can any assist or offer advice, is it clear what I want to achieve? |
Forum: JSP Mar 15th, 2008 |
| Replies: 5 Views: 823 JSP: Cascading option box problems ... Greetings,
I'm slowly building up code to do the following:-
Display TWO selection option boxes (cascading).
If the FIRST selection option box changes then reload the jsp using onchange event... |
Forum: JSP Mar 15th, 2008 |
| Replies: 6 Views: 1,299 |
Forum: JSP Mar 15th, 2008 |
| Replies: 6 Views: 1,299 |
Forum: JSP Mar 14th, 2008 |
| Replies: 6 Views: 1,299 |
Forum: JSP Mar 14th, 2008 |
| Replies: 6 Views: 1,299 |
Forum: JSP Mar 7th, 2008 |
| Replies: 0 Views: 1,289 JSP/Using Beans: Unexpected Null value. Greetings,
I have 2 JSP files and a bean which are collectively used to delete a record from an access database.
They run without errors, however the only value from the form that is required,... |
Forum: JSP Feb 21st, 2008 |
| Replies: 2 Views: 723 |
Forum: JSP Feb 21st, 2008 |
| Replies: 2 Views: 723 Begginer: JSP Cascading Comb box. Greetings,
Im a newbie to JSP/Javascript (unfortunalley).
However I found enough example to create code that connects to my access db and populates two combo boxes.
The selection of the first box... |
Forum: Game Development Mar 29th, 2007 |
| Replies: 1 Views: 1,885 |
Forum: Game Development Mar 29th, 2007 |
| Replies: 1 Views: 1,885 |