Im writing a simple program to read and write from a database.I keep getting an error which I dont understand [Data mismatch in criteria section]....when I try to run the getProduct...Can anyone help.Thanx in advance
[ November 16, 2004: Message edited by: Bear Bibeault ]
[edited subject and added code tags - jeanne] [ November 16, 2004: Message edited by: Jeanne Boyarsky ]
For future reference the topic title of Help does not help you but hurt you. Use a more detailed string of words!
Your error sounds like you are using the wrong type when you are passing parameters to your database. Using a double when it is looking for an integer or an integer when it is looking for a string.