Submitting Binary fields to Access DB

F

fernando.aguero

Hi there,

I need to submit a binary field to an Access DB using Infopath 2007. I
know this is not supported but i have read that it can be done with
code.

Can anyone please help me out? I have googled this in every way
possible and can't find anything. Where do I even start?

Your assistance would be greatly appreciated. Cheers.
 
F

fernando.aguero

If you switch to SQL Express then you can do it with a web service.
--
Clay Fox / Microsoft InfoPath MVPwww.InfoPathDev.com/ The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum








- Show quoted text -

Thank you. Although all our other forms are already setup with the
Access DB. There would be way too much work involved if I was to
switch DB's.

Is there no way of doing this with an Access DB?
 
S

S.Y.M. Wong-A-Ton

You can start by adding a button to your form template and adding an event
handler for it. You can then use OleDb (System.Data.OleDb) to connect to your
Access DB and save data to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top