Hi there,
is it possible to pass the fieldname of a prep stmt as a parameter at all?
I almost expect that it is not - would counteract the idea of the PS, wouldn't it?
But it would be sooo helpful on the other hand. So:
Can it be done, or is there any other nice way?
The root of the problem is that I want to write data to a DB from an array where I have all the fieldnames as keys and values as...errm values. Just passing both as parameters would seem highly efficient and comfortable.
regards
Bjom