| Thread | Last Post | Replies |
|
| Capture SQL print output + result set rows? | 21 Jun 2004 15:24 GMT | 7 |
I am developing a SQL Server Query Analyzer replacement app to use in the field to avoid having to purchase licensed copies for a vast number of machines. One of the things that Query Analyzer does is capture the output of
|
| Oracle ODP.NET Versus Built-In .NET 1.1 Oracle Support | 21 Jun 2004 15:18 GMT | 9 |
Does anyone know what benefits, if any, there are to using Oracle ODP.NET from Oracle vs. .NET's built-in System.Data.OracleClient stuff? We are doing pretty basic queries and stored procs, and unless there is some compelling reason, I would rather not load yet another piece of ...
|
| Handling Concurrent Updates to Datasets | 21 Jun 2004 09:18 GMT | 4 |
I have a form based on a single master record stored in a dataset table. The master record references many other tables (about 12) in the dataset. I use combo boxes to display the current values and to enable value lookup's for editing. Unfortunately, most of these references ...
|
| rowstate question | 21 Jun 2004 07:21 GMT | 3 |
I'm manipulating a dataset in code by deleting and adding records. When I'm done, the user has an opportunity to save or cancel the whole thing. If he says Save, I delete everything in the database and now want to write this dataset to the database.
|
| Storing objects in SQL Server table | 20 Jun 2004 21:47 GMT | 3 |
Hello. I need to store custom objects in a SQL Server 2000 table. Which is the easiest way to do it? Do I need to write methods to store each attribute separately from C# app to the table and the opposite as well? Regards,
|
| How to handle Concurrent Updates | 20 Jun 2004 08:23 GMT | 1 |
I have a form based on a single master record stored in a dataset table. The master record references many other tables (about 12) in the dataset. I use combo boxes to display the current values and to enable value lookup's for editing. Unfortunately, most of these references ...
|
| Datagrid hide identical columns from a JOIN | 20 Jun 2004 00:25 GMT | 5 |
I do not normally use JOINS in my queries these days, but I have some instances where I am simply showing historical data in a grid, and it is thus much more convenient to JOIN everything I need in one stored procedure. Thus I might end up with data from 3, 4 or more tables -- some ...
|
| How to load dataset from DLL?? | 19 Jun 2004 17:47 GMT | 3 |
lets say i have 3 datasets in my project and than i build it so i get a DLL now i am working a second project that has an openfiledialog, where i choose this DLL from my first project...now i want to get one of the three datasets that are in this dll...how can i do that?
|
| Saving current edits | 19 Jun 2004 17:19 GMT | 2 |
Pardon this newbie question: I have a user control with a bunch of textboxes bound to a DataView drawing from a DataSet in a different class. Data display works fine, but the changes don't seem to get posted to the underlying table; hence, DataSet.HasChanges always
|
| tabpage color? | 19 Jun 2004 16:38 GMT | 1 |
is there a way to change color on tabpage? tabls are always Control color?
|
| Speed of inserting data in table SqlServerCE | 19 Jun 2004 08:11 GMT | 1 |
I have written some proof of concept code that adds records to a table, utilizing SqlServerCe, using a parameters in a insert statement. I am forced to read data from a BinaryStream (in the form of a file), assign values to the parameters and execute the sql insert statement from ...
|
| DataTable creating question? | 19 Jun 2004 04:02 GMT | 3 |
I have a large table in Sql Server that I want to populate from a VB.Net app. I have 2 data sources that are exactly the same structure but data from different geographic locations. I want to populate 2 separate dataTables in my
|
| DataSet.WriteXML to stream | 19 Jun 2004 00:20 GMT | 11 |
Is there a way to writeXML to a stream (MemoryStream maybe)? I don't want to write to a xml file, just to the stream so I can convert it to a string. Thanks for your help.
|
| Syntax for convert in ado.net | 18 Jun 2004 22:25 GMT | 4 |
I have a dataadapter that I pass a sqlcommand to, which has paramters. I have the following sqlcommand on my page: SELECT * FROM tbl_Changes
|
| lock records for update: how? options? | 18 Jun 2004 21:42 GMT | 2 |
I know ADO.Net recommand using disconnected update (optimistic concurrency) for good reasons, but it's just not an option for us. 99% of our client would rather seeing "record locked" kind of message up front when they
|