Home All Groups Group Topic Archive Search About

Inserting a record to access via asp.net

Author
28 Mar 2006 2:43 PM
kalib
I am trying to add a record in the access97  database to a table that is linked to another. Is there an example of such ?

Author
28 Mar 2006 5:11 PM
Braulio Diez
Hello

  In this link you will find a sample using Ms Access 2000:

http://www.codeproject.com/dotnet/simpledbreadwrite.asp

  Good Luck
           Braulio

--
/// ------------------------------
/// Braulio Díez   Colaborador DNM
///
/// http://www.dotnetmania.com
/// My Site (.net Tips): http://www.bdiez.com
/// ------------------------------




Show quote
"kalib" wrote:

> I am trying to add a record in the access97  database to a table that is linked to another. Is there an example of such ?
>
Author
20 Apr 2006 5:21 AM
CypS
Do you have some advice or link for ASP.NET 2.0?
I have problem to insert row with parametrized insert comand. I can't update
value of parameter like with sql insert command:
With SQL Server DB This is possible:
sqlInsertCommand1.Parameters["@param"].Value = paramvalue;
but with MSAcces DB I didn't have success trying to do like that.
Can somebody explain me how to update parameter in Insert Command with
AccessDataSource

Thanks in Advance

Show quote
"Braulio Diez" wrote:

> Hello
>
>   In this link you will find a sample using Ms Access 2000:
>
> http://www.codeproject.com/dotnet/simpledbreadwrite.asp
>
>   Good Luck
>            Braulio
>
> --
> /// ------------------------------
> /// Braulio Díez   Colaborador DNM
> ///
> /// http://www.dotnetmania.com
> /// My Site (.net Tips): http://www.bdiez.com
> /// ------------------------------
>
>
>
>
> "kalib" wrote:
>
> > I am trying to add a record in the access97  database to a table that is linked to another. Is there an example of such ?
> >

AddThis Social Bookmark Button