| Thread | Last Post | Replies |
|
| Crystal Reports Problem: Please reply ASAP | 22 Mar 2004 18:01 GMT | 3 |
I have a Windows application that uses Crystal Reports 9 (bundled Version) developed using VS.NET 2003 on a windows server 2003 m/c. The application has to be deployed on the client machine that has Windows XP installed. Before deploying we make sure that .NET framework 1.1 is
|
| Aggregate Data Functions in Disconnected DataSet | 22 Mar 2004 17:51 GMT | 2 |
H Is there an easy way of performing the "SELECT Count(columnname), columnname from tablename" database command on a disconnected DataSet to enable me to display a chart of numbers of distinct values, which will vary, in a Windows form Many thank djm
|
| Getting Database Error Number | 22 Mar 2004 17:46 GMT | 1 |
H Does anyone know how to pass back the specific database error number from a SQL Server stored procedure, or else how the exception can beused to get this - I want to detect error 547 (foreign key violation) and display a more user friendly error message to the user but when the ...
|
| updating the databse from dataset is not working | 22 Mar 2004 16:49 GMT | 1 |
I have the following simple code. I can see the changes in the dataset by displaying it to a data grid. All the new rows added can be seen on the data grid. But when I try to update the database, it does not commit. What am I doing wrong?? I tried both
|
| How to sort a dataTable by specific column? | 22 Mar 2004 15:56 GMT | 2 |
I have a 2 tables merged. After merge, I need to sort the target table by specifc column. How to do it? Thanks, Posted Via Usenet.com Premium Usenet Newsgroup Services
|
| Updating cells in datagrid | 22 Mar 2004 15:54 GMT | 1 |
I have a datagrid bound to a sqlserver table. It has 2 columns. how can i write a statement that will evaluate when i change data in a cell of column 1 of the datagrid and trigger the data in column 2 to change base off of the column 1 change?
|
| SelectCommand Parameter? | 22 Mar 2004 15:49 GMT | 1 |
The SQL for the SelectCommand of my data adapter is: "Select contact_id, firstname, lastname from Contact where contact_id in (<val1>, <val2>, ...)" The goal here is to use an input parameter that is an array of values used
|
| Access Database boolean and invalid cast | 22 Mar 2004 15:37 GMT | 2 |
Access database column is set to true/false checkboxes DataSet Table is set to boolean type the following conditionals fail if the Access checkbox is "true" (i get invalid cast exceptions) if ((bool)row["Resolved"]){...
|
| Fabricated recordset | 22 Mar 2004 14:38 GMT | 1 |
I am new to asp.net. I need some good tutorial about recordset, fabricated recordset, adapter and datagrid. How all work together. I want to build a record set that all the time i can add row to the end of existing rerordset. At the end I want to display the recordset on
|
| Data Type | 22 Mar 2004 14:02 GMT | 2 |
How do I get what datatype a database field is (not what kind of data it contains) For example in Access database if I have a DateTime field and it contains Null if I use the following code I get "System.DbNull"
|
| Dataset and Temporary Table | 22 Mar 2004 13:06 GMT | 2 |
Anyone konws haow I can save as populated Dataset (with one datatable) in a Temporary Table in sql server Thanks
|
| Returning two tables at once | 22 Mar 2004 12:45 GMT | 2 |
Hi chaps, I was wondering if it is possible to make execute one stored procedure and get more than one table back. I particular, what I'm looking to do is get a some info from a primary
|
| Dataset, large, performance, solution | 22 Mar 2004 12:38 GMT | 8 |
Dear reader I'm building a multi-user application in .NET and was wondering what benefits the dataset has (for my application). (1). Database contains tables with 10.000 - 20.000 records. Do I have to use a dataset to fetch all the records from the database (and load it into the ...
|
| Using the dataSet.Merge method | 22 Mar 2004 10:55 GMT | 2 |
Hiya I am passing a dataset to a middle-tier object, which in turn updates the data source and retrieves an Identity value from the database, replacing the ID value in my dataset with the correct value. When the function returns to
|
| tabpage events? | 22 Mar 2004 08:30 GMT | 1 |
What event fires when particular tab is clicked?
|