Running thru examples of Enterprise Library 5.0 and when I use ExecuteNonQuery to run an update sproc, it returns 2.The update is based on ProductID, the table\'s Primary Key(yes, I checked, and it is
i have created a 3tier application.. where i want to call the update method which connect the database and update the records accordingly.
Please help me speed up UPDATE operation on the table. Table has on unique id, which used to find record and UPDATE its fields.
What is the preferred method of adding the current date/time into an SQL Server table with INSERT Command and executenonquery?I\'m expecting something like ...
In the form load event, I connect to the SQL Server database: Private Sub AddBook_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
I have to clear certain tables in the oracle database however when I\'m having issues with running the following code
I pretty new in writing asp.net codes and I can\'t solve a problem. Every time I try to register I get the following error:
I\'m using a strongly-typed dataset (MSDataSetGenerator run on an XSD) to do some of the DB access in a project I\'m working on, and I\'ve hit upon a bit of a problem.
There is very little documentation on MySQL\'s row_count() function. Is this function specific to each stored procedure (i.e. will multiple instances of the same stored procedure executing at the same
I\'m writing a small program in C# that uses SQL to store values into a database at runtime based on input by the user.