Posting an ink picture to a SQL database as a BLOB

J

Jon Westmore

Anyone have any experience with this? My database submit options are
disabled if I try to include an image data type for storing an ink picture
with a record.

Thanks,
Jon
 
E

em

hi,
when using IP's database integration there are some restrictions related to
the submit function - for example you cannot use long datatypes (text, ntext,
image). You can use web services for handling the database connection to
overcome this restrictions.
regards
em
 
Top