Re: Insert and update don't work
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Thu, 19 Jan 2006 00:28:31 -0000
Diana Estrada <estradadiana@xxxxxxxxx> wrote:
> Hi, I have a store procedure to insert , and I use tableadapter to
> execute this store procedure, when I run the application and execute the
> sp , works ok
> and after I see the datagridview and the new row is there, but the
> problem ir that when I stop the application and look my database in SQL
> Server 2005 the table don´t have the new row.
> Somebody knows why? or Any idea to execute the store procedure to
> insert or delete or update rows in SQL Server 2005 data base using C#
> 2005.
Could you post a short but complete program which demonstrates the
problem?
See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.
- Follow-Ups:
- Re: Insert and update don't work
- From: Diana Estrada
- Re: Insert and update don't work
- References:
- Insert and update don't work
- From: Diana Estrada
- Insert and update don't work
- Prev by Date: Re: "Cross-thread operation not valid" even when .InvokeRequired is false
- Next by Date: Re: Insert and update don't work
- Previous by thread: Insert and update don't work
- Next by thread: Re: Insert and update don't work
- Index(es):
Relevant Pages
|