Home All Groups Group Topic Archive Search About

Updating MS Access tables

Author
26 Jul 2006 1:48 PM
myname
Hello,

I'm using VB.Net 2003.

In MS Access, you can create simple forms to edit/add rows to your table.

Is there a simple way to do this from VB.Net (displaying a table
and allowing direct update of it, without SQL commands) ?

Thanks !

Author
26 Jul 2006 2:26 PM
Chubbly Geezer
Open Server Explorer and set up a connection to your database.  You can then
directly access the tables.

Chubbly

Show quoteHide quote
"myname" <nospam@ihatespam.com> wrote in message
news:44c7700e@news.sncf.fr...
> Hello,
>
> I'm using VB.Net 2003.
>
> In MS Access, you can create simple forms to edit/add rows to your table.
>
> Is there a simple way to do this from VB.Net (displaying a table
> and allowing direct update of it, without SQL commands) ?
>
> Thanks !
>
>
Author
26 Jul 2006 3:27 PM
Cor Ligthert [MVP]
Hi,

In VB.Net 2003 there is a databaseform, however that is in my opinion lousy

In VB 2005 there is a drag and drop method wich is very good.

Cor

Show quoteHide quote
"myname" <nospam@ihatespam.com> schreef in bericht
news:44c7700e@news.sncf.fr...
> Hello,
>
> I'm using VB.Net 2003.
>
> In MS Access, you can create simple forms to edit/add rows to your table.
>
> Is there a simple way to do this from VB.Net (displaying a table
> and allowing direct update of it, without SQL commands) ?
>
> Thanks !
>
>