I have a general question regarding ADO Parameter class. I have never used it before, but came across a solution to a problem that uses it. (I was trying to insert a blob into a Mysql/ASA DB). As far as I understand the parameter class is used for stored procedures, is this correct, or does it go further than that? And when is it good to use the parameter class? All the solutions I could find for the problem above only used the parameter class, is there another way of inserting a blob into a DB without the parameter class, I tried a direct insert of the binary into the table, no joy. Basically I do not know what and when to use the ADO parameter class, if someone could help out with the basics, it would highly be appreciated. Thanks in advance. -- modified at 9:47 Tuesday 29th May, 2007
Kind Regards Scorn