Tuesday, November 16, 2010

Importing data to a form in VB from an online database?

I'd love to know of any sources of information, or tips/tricks/ideas as of how this is done.



I have an online SQL/Access database (w/e), and I'd love to load this information in a Form (an actual .exe application).



Could someone tell me how this can be done?



Thank you.Importing data to a form in VB from an online database?
You should be able to define your database to VB (probably via ODBC connectivity) and then specify it as a data source to a datagrid or other similar widget.

No comments:

Post a Comment