| Thread | Last Post | Replies |
|
| XML to RTF parsing | 28 Jan 2006 05:48 GMT | 2 |
There is an XML file, formed from dataset. I want to see this in the RTF-document like a set of tables. something like: Table1 name
|
| Middle tier Data access object in .net assembly or COM? | 28 Jan 2006 03:20 GMT | 2 |
I am new in VS.net. We try to migrate our VB6 application to .net. In our VB6 application, we have a middle tier data access object to handle the connection and stored procedures' calls. Do we still do middle tier DO in COM? or in just Assembly? why?
|
| What causes SqlCommandBuilder to not build commands? | 27 Jan 2006 16:00 GMT | 8 |
Language is C++ and my code is pretty much right out of the documentation example, yet I'm not ending up with any generated commands. In the following, assume the relevant objects are members of a form class and this is happening on the form's load event:
|
| Table name in Dataset | 27 Jan 2006 15:58 GMT | 3 |
When I create a typed dataset containing multiple relational tables using Generate dataset, it creates a single set of records based on what was chosen when setting up the data adapter. If I have an orders table, an orderItems table, a customer table etc. set up in the ...
|
| DataSet to Dataview to Dataset to XML! | 27 Jan 2006 15:56 GMT | 2 |
i've a question for this group: i've developed a windows service that every x minutes count records present in a sql table and if those records are bigger than a fixed threshold start with clean operations. Workflow is this:
|
| How to retrieve all sql server errors on ADO.NET? | 27 Jan 2006 13:33 GMT | 4 |
How to retrieve all sql server errors on ADO.NET? I have a stored procedure which will validate data and raiserrors when any error value inputted? Example from my stored procedure when running sample data.
|
| DataAdapter error | 27 Jan 2006 09:08 GMT | 1 |
I've created a relational group of tables using the designer for the Data Adapter. It decided to cross join all the tables, so I manually did it using Inner joins, nothing special just PK to FK. When I click preview data, then try to fill a dataset created by the
|
| share dataset between 2 forms? | 27 Jan 2006 08:44 GMT | 5 |
I am using VS2005 standard edition. I have a database (MSACCESS) with a Customer table. On the main form (frmMain) of my windows application, I have used the wizards to create a connection, a tableadapter, and a dataset. frmMain has a datagridview for selecting a Customer (and ...
|
| GridView DeleteCommand Erroring on StoredProcedure? | 27 Jan 2006 04:38 GMT | 7 |
I'm attempting to call a stored procedure to delete a grouping of records based on the GridView's DeleteCommand; however, I constantly receive an error message from Oracle that, after searching through Google and Meta, does not provide much insight:
|
| GetChanges question | 27 Jan 2006 00:54 GMT | 2 |
Can someone please tell me how the following is possible? When I do this: System.Data.DataSet addedAndModified = myDataset.GetChanges( DataRowState.Added | DataRowState.Modified ); some of the rows in the resulting dataset have a RowState of
|
| DBAccess in WinForms | 27 Jan 2006 00:04 GMT | 1 |
What is the best approach for data access while developing applications using Windows Forms ? Is it opening, working with and closing a new SQLconnection and SQLcommand object everytime a DB access is needed , or maintaining a single open connection/command object at the ...
|
| Error saving typed dataset (.NET 2.0) - Object not set to referenc | 26 Jan 2006 20:57 GMT | 1 |
I have an ASP.NET project with a typed dataset (with table adapters). The table adapters' connection string property was set to get the connection strings out of the web.config file. I was able to add new table adapters, and all worked well for a while.
|
| question on sql | 26 Jan 2006 16:58 GMT | 2 |
1.)How can i save the stored procedure in sql 2005 server, into server and NOT in file location 2.)How can create folder in stored procedure to separate categories? 3.)How can view the created date and modify date of stored pro
|
| DataReader Limits data returned! | 26 Jan 2006 14:54 GMT | 2 |
I have a stored procedure that returns xml data (using For XML), it returns about 9000 records. I use a datareader to write the data to a XML file. For some reason, the datareader doesn't write all data, it seems like the data returned has some size limit.
|
| date/time fields | 26 Jan 2006 14:25 GMT | 7 |
I know a lot has already been told about date/time fields in a database but still confuses me, specif when dealing with SQLserver(Express). It seems that sqlserver only accepts the date in a "yyyyMMdd" format? (difference between Express and MSDE2000A ?)
|