| Thread | Last Post | Replies |
|
| Passing a rowset to a stored procedure? | 02 Mar 2004 17:08 GMT | 1 |
I have a situation where I would like to check to see if a number of records have been updated in a table. My application store the primary key and the timestamp values internally, and could for example pick out 5 of these and would then need to check if
|
| System.InvalidOperationException | 02 Mar 2004 15:57 GMT | 1 |
Hi; After LastDay I have error under the error. I search on Internet smilar problem ? I change my connection string
|
| ora-12154 TNS: could not resolve service name | 02 Mar 2004 15:50 GMT | 4 |
H I'm able to connect to my Oracle d/b through the VS.NET IDE in C# but when I build the app and try to run it outside the IDE, I get the dreaded ora-12154 message. I've checked my tnsnames.ora file (tnsping uses it ok) and it looks ok. I've seen a couple of people reporting ...
|
| DataBinding | 02 Mar 2004 15:41 GMT | 2 |
H I am running a stored procedure on the SelectedIndexChanged event of a combobox. this stored procedure retrieves details from a database. i want to bind the results to the controls on my form but it doesnt work!! here is my cod 'Display the caravan details based on the ...
|
| Filtering table | 02 Mar 2004 14:36 GMT | 3 |
I have a DataTable variable dt and I want to create another instance of DataTable class - dt2, that will contain: 1. only the rows from dt that meet a criteria strCriteria 2. only the columns from the list of columns columns[]/columns()
|
| HOW TO: Create a single DataSet bound object used by 50 DropDownList box controls in the same web form. CSHARP | 02 Mar 2004 14:36 GMT | 4 |
I have a seating chart web form that has over 50 entry field controls (tables/booths) where I use a DropDownList box to select a single company name from a single large list of organizations (200 plus conference attendees). All web form datavalues will be one of the same 200
|
| Manually writing updatecommands for the data adapter | 02 Mar 2004 14:23 GMT | 3 |
I have a datagrid in a winform that lets users input "detail lines" of an order form. I manually create both the dataset and the datagrid (ie: to have dropdownboxes etc) - but because of this the sqlCommandBuilder seems to be unable to create the update and insert commands - so ...
|
| Unexpected sorting while executing Table.Select() | 02 Mar 2004 13:25 GMT | 2 |
I have Table sorted by second ("name") field. When I apply filter: DataRow[] newCopy = request[i].Table.Select(request[i].Filter); I got DataRow List sorted by first ("id") field.
|
| How to get the dataset size (in bytes)? | 02 Mar 2004 13:01 GMT | 4 |
In Data Adapter Preview window, you can preview the size of the dataset. But how to get this value progammtaically? i tried to find proper property in dataset and data adapter but cannot find.
|
| ASP.NET Oracle problem - please help | 02 Mar 2004 12:19 GMT | 6 |
Hello colleagues, At this moment we have a real big problem using a .NET application with an Oracle database (v8.1.6). I hope someone has encountered this problem before and is able to help me with it.
|
| Load XML into typed dataset | 02 Mar 2004 12:07 GMT | 1 |
Hi. I have a typed dataset which defines several tables and the relationships between them. Most of the tables will be populated from my database and this is working already. However one table will be populated from an XML document. Any pointers as to how I do this Thank KH
|
| OleDb and .NET | 02 Mar 2004 08:01 GMT | 6 |
Are OleDb libraries installed with runtime .NET or do you have to install ADO.NET separately?
 Signature Thanks
|
| Editing Parent Table does not update Child Table... inconsistent behaviour. | 02 Mar 2004 07:39 GMT | 3 |
[If someone has already addressed this issue, please let me know in detail as I have actually searched all of microsft.public.dotnet.* for an answer and couldnt find it anywhere] Hello again...
|
| Question on the replace function for Inserting into SQL | 02 Mar 2004 06:48 GMT | 5 |
I have a dataset field: Description='STRUCTURES. SWALE INLET TYPE D-3(36" DIA.) (<10' DEEP)' I want to save several fields including the description
|
| How should I design? | 02 Mar 2004 06:47 GMT | 3 |
I have the following scenario: I have a books database that contains several tables, with the appropriate relationships setted up. After I have the db schema, I designed the Book component, that is constructed to hold information from each table, and also
|