database and infopath

M

monique

Hi,
i have a vs.net infopath project. How do i connect it to a database for BOTH
send and receive data?

secondly, can i connect my form to 2 different databases, both for send and
receive data? one database is a project server SQL database.

Thank you
 
R

Ross Culver

Monique,

InfoPath itself only provides for one 'submit' datasource, but multiple
'receive' datasources. However, since you're using managed code via VB.net,
you could always just use ADO in your .net code to update (submit to) other
datasources.

Ross
 
Top