Clinton
On 9/14/05, Joachim Hoffmann <[EMAIL PROTECTED]> wrote:
Could someone point me to an example how to map a limited text field to
a string?
I couldn't get it to work for CHAR(n)..
VARCHAR works fine,
but
COMMENT CHAR(30)
...
insert into TABLE (comment) VALUES (#comment#)
...
doesn't work for me.
iBaits returns with a "general error" and advises to check the
ParameterMap of the insert-statment.
Regards,
JoHo
