| Thread | Last Post | Replies |
|
| stored procedure | 09 Sep 2005 17:18 GMT | 3 |
How do I call the stored procedure
|
| HOW TO RETRIEVE NUMBER OF RECORDS AFFECTED | 09 Sep 2005 17:17 GMT | 2 |
I am using executescalar to update a table. When testing the sql statement, I am sending a value that does not exist in the condition. However, the command is successful. Is there any way to know that in reality no records were affected by the update?
|
| What is the difference between View and StoredProcedrue | 09 Sep 2005 17:16 GMT | 5 |
What is the difference between View and StoredProcedrue when both all fetch data form database.
|
| SqlCommand.ExecuteReader does not populate Output Parmeters? | 09 Sep 2005 17:14 GMT | 11 |
I have a stored procedure that returns a recordset as well as an output parameter. When I use ExecuteReader and then try to get the value of the output parameter I get an error saying "Object reference not set to an instance of an object.". Is it not possible to get a ...
|
| Problems with Updating Data | 09 Sep 2005 16:41 GMT | 6 |
Hi Newsgroup I am making a selection with a ODBC-Dataadapter into a Dataset. Then I create Parameters for Updating the Data with Dataadapter. When I create the Parameters then I cannot update because I have set the
|
| Long running transaction | 09 Sep 2005 14:59 GMT | 1 |
I have a long running transaction that gets started by calling a stored procedure using the OpenXML functionality. While this transaction is running all other reads from the tables used in the transaction are blocked and results in a timeout.
|
| Filling dataset from oracle gives OCI-22053 error | 09 Sep 2005 14:34 GMT | 4 |
I need to be able to create an untyped dataset from some sql using an OracleDataAdapter. Unfortunately, I am getting problems where the result set contains a large number of decimal places. I get the exception: "An unhandled exception of type 'System.Data.OracleClient ...
|
| ODBC SQL-Syntax | 09 Sep 2005 14:27 GMT | 17 |
I am using a ODBC-Driver in .NET. For reading and writing data I use normal SQLCommands. Reading an writing integer and string fields is no problem. But when I try to read or write Date / Time fields I always get exeptions:
|
| Abstract of Word Document using Full Text Search | 09 Sep 2005 13:53 GMT | 8 |
Hi, I recently completed a tutorial that allowed me to use Indexing services to search for a word document then display an abstract of the document and its title.
|
| How to get a DataTable from Web Service | 09 Sep 2005 13:48 GMT | 2 |
I have a method in WebServcie, which retrun a DataTable: [WebMethod] public DataTable GetSchoolList() {
|
| How to convert a untyped DataSet object to an strongly typed DataS | 09 Sep 2005 08:44 GMT | 4 |
I have to convert a untyped DataSet object to an strongly typed DataSet object. The method DataSet.Merge seen to be a good opportunity to convert the DataSet. But I am not successfull with this method. Even when I rename the
|
| Disconnected Dataset Vs Connected RecoredSet | 09 Sep 2005 07:39 GMT | 2 |
I have done many projects in VB 6.0 mostly database related. But when i transfer in .NET platform, i wonder about disconnected dataset. I know there is many many advantages of Disconnected dataset. But what can i do when i make a project which shows stock exchange share prices or ...
|
| port or bag it and start over | 09 Sep 2005 07:25 GMT | 28 |
i have been struggling with porting a large VB6 project over 55 forms, 5 data environment objects, each with 50-100 commands (over 30 total), plus all the hand-coded connections, commands and recordsets where applicable. And with the Crystal Reports XI RDC, now a total bitch to ...
|
| can we add parameter in the view of SQLServer | 09 Sep 2005 00:37 GMT | 1 |
can we add parameter in the view of SQLServer? like Select * from Employee where gender=@myGender
|
| Questions about connection pool | 08 Sep 2005 19:27 GMT | 1 |
Is the connection pool associated with database server or an application or a machine? parez
|