R
Rob W
Greetings,
I have a database with one table, Im using flash and a utility called MDM
Zinc which connects to the access database.
Whilst running my application the error appears:-
SQL query has failed for the following reason: Paramater object is
improperly defined. Inconsistent or in complete information was provided SQL
Statement:
UPDATE Results SET Question4 = 1 WHERE NAME = "Robbie" and Resultsdate =
#19/2/2008 12:5#
If I run the SQL query from Access I have no problems at all
UPDATE Results SET Results.Question4 = 1
WHERE Results.Name ="Robbie"
AND Results.Resultsdate=#19/2/2008 12:5#;
Can anyone please suggest where the error might be (Im thinking its date
related)?
Thanks
Rob W
I have a database with one table, Im using flash and a utility called MDM
Zinc which connects to the access database.
Whilst running my application the error appears:-
SQL query has failed for the following reason: Paramater object is
improperly defined. Inconsistent or in complete information was provided SQL
Statement:
UPDATE Results SET Question4 = 1 WHERE NAME = "Robbie" and Resultsdate =
#19/2/2008 12:5#
If I run the SQL query from Access I have no problems at all
UPDATE Results SET Results.Question4 = 1
WHERE Results.Name ="Robbie"
AND Results.Resultsdate=#19/2/2008 12:5#;
Can anyone please suggest where the error might be (Im thinking its date
related)?
Thanks
Rob W