Hi Guys,
I am executing this SQL statement from ASP, when i copy it into MS Access it runs fine, but when i use ADO i get the error "Error in insert statement".
I thought it was the Yes/No fields so i tried 0/1 for them with no success.
Has anyone got any ideas,
Thanks Si
INSERT INTO tblCandidate_IT
([CV Received], Email, Password, FileEnd, Availability, CurrWorkType, Title, [First Name], [Last Name], Visa, InMailShot, Mobile
) VALUES (#24/10/2003#, 'simonf', 'simonf', '.Doc', #01/07/1981#, 'Contract', 'Mr', 'simonf', 'simonf', 0, 1, '000000000000')
I am executing this SQL statement from ASP, when i copy it into MS Access it runs fine, but when i use ADO i get the error "Error in insert statement".
I thought it was the Yes/No fields so i tried 0/1 for them with no success.
Has anyone got any ideas,
Thanks Si
INSERT INTO tblCandidate_IT
([CV Received], Email, Password, FileEnd, Availability, CurrWorkType, Title, [First Name], [Last Name], Visa, InMailShot, Mobile
) VALUES (#24/10/2003#, 'simonf', 'simonf', '.Doc', #01/07/1981#, 'Contract', 'Mr', 'simonf', 'simonf', 0, 1, '000000000000')