|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Inserting a record to access via asp.netI am trying to add a record in the access97 database to a table that is linked to another. Is there an example of such ?
Hello
In this link you will find a sample using Ms Access 2000: http://www.codeproject.com/dotnet/simpledbreadwrite.asp Good Luck Braulio -- Show quote/// ------------------------------ /// 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 ? > 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 ? > >
Other interesting topics
|
|||||||||||||||||||||||