C# Builder
- From: chichak <chichak@xxxxxx>
- Date: Fri, 17 Jun 2005 09:00:57 +0200
Hi,
I'm asking for help of somebody.
I started training in C# Builder and web services and i have a lot of
problems with using SQL database.
Until now I am using C++ and interbase and work with queries with no
problems, but now when i want make some database on web server and
changing and seeing data on web page i have a problems.
1. Get data is not problem on web page.
but
INSERT, MODIFY and DELETE is for me crazy thing
I try this
bdpDataAdapter1.Active = false;
bdpDeleteCommand1.CommandText = "DELETE FROM TABLE WHERE ID = 1";
bdpDeleteCommand1.ExecuteNonQuery();
bdpDataAdapter1.Active = true;
dataGrid1.DataBind();
and get error on bdpDeleteCommand1.ExecuteNonQuery();
How can I manipulate with data from web server and call stored procedures.
Please, if somebody can help me with simple example updating table on web
server using web page.
THNX
.
- Follow-Ups:
- Re: C# Builder
- From: Joanna Carter \(TeamB\)
- Re: C# Builder
- Prev by Date: I want to read all charecters of pdf file ....
- Next by Date: RE: Socket.Available and UDP datagrams
- Previous by thread: I want to read all charecters of pdf file ....
- Next by thread: Re: C# Builder
- Index(es):
Relevant Pages
|