Creating Primary data connection in VS.NET

G

gnana

How do i create primary data connection (which receive and submit data to
Access data base) in the new form that created in VS.NET 2003 (by creating
vs.net project of type infopath)?

Thanks!
 
F

Franck Dauché

Hi,

If you just need to manipulate data in your DB independently of your form,
then yes, you could just use Managed Code without creating a data connection
in InfoPath. You could connect to your Access DB through pure C# code as you
would do in a regular Winform.
Reading your previous post, I guess that it is what you are after...

Regards,

Franck Dauché
 
G

gnana

Thank you very much Franck.

If i use the manage code to retrieve/update the data, i should be keeping
track of changes that is happening to the form.

If i add infopath embeded data connection object, Infopath keep tracks of my
changes and submits the data for me.

Is there a way we can fire the dataadapters update method to update the data
source from the infopath form code.

Please let me know, any samples will help me a lot.

Thanks!
 

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