C# Builder




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
.



Relevant Pages

  • Re: suggestions for lisp workshop
    ... a web server with allegroserve and maybe accessing a sql database or ... I also think it's great that you start out with slime showing them how ... A few things I did while learning: ...
    (comp.lang.lisp)
  • Denyace<3
    ... I am running a web server and have a sql database linkage.I have run ... IISlockdown but have found that my c:\inetpub\site has been given ... Chris ...
    (microsoft.public.inetserver.iis.security)
  • Re: SQL connection issue
    ... Dim MyConnection As SqlConnection ... > the web server). ... You can install this library on the server through the ... >> everything on the web server I get an Access denied to SQL Database. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: " " in PHP
    ... look at the code generated by your web server after php code has been ... interpreted (view source in your IExplorer menu). ... If you use SQL database, /n will be usefull to introduce "new lines" in a ...
    (comp.lang.php)
  • Re: " " in PHP
    ... look at the code generated by your web server after php code has been ... interpreted (view source in your IExplorer menu). ... If you use SQL database, /n will be usefull to introduce "new lines" in a ...
    (comp.lang.php)