attaching files with a SQL DB

C

Chris K

Sorry for posting a similiar question that has been answered. I want to get
validation that this cannot be done.

Can a file attachment control be used against a SQL DB? How?

Thanks
 
S

Scott L. Heim [MSFT]

Hi Chris,

If you are trying to store an image or file into your SQL database you will
need to use a web service to retrieve/update your data and then create your
InfoPath form from the web service instead of directly from the database.

I hope this helps...

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Top