Help needed!
-
-
Can anyone please provide me with the following code: I need to connect an ASP.NET Web Form with SQL Server 2000 database . i am using C# .Can u please provide me with the connection string.. and the queries for insert /delete and update. Thank You :)
hi there, there is a lot of links/materials about this on CP or msdn here is the tutorial posted on CP: http://www.codeproject.com/aspnet/SQLConnect.asp the best practices for ADO.NET in msdn http://msdn.microsoft.com/data/DataAccess/adonet/default.aspx?pull=/library/en-us/dnadonet/html/adonetbest.asp And remember that google is ur best friend <<...>>
-
Can anyone please provide me with the following code: I need to connect an ASP.NET Web Form with SQL Server 2000 database . i am using C# .Can u please provide me with the connection string.. and the queries for insert /delete and update. Thank You :)
ashkitt wrote: Can u please provide me with the connection string.. and the queries for insert /delete and update. No, because we don't know what the details are to put in them, and the base strings are easily available in MSDN or online. Christian Graus - Microsoft MVP - C++
-
Can anyone please provide me with the following code: I need to connect an ASP.NET Web Form with SQL Server 2000 database . i am using C# .Can u please provide me with the connection string.. and the queries for insert /delete and update. Thank You :)