| Thread | Last Post | Replies |
|
| Easiest Way To Point To New Database, I Created Data Source And Connection to It, Then Dragged Table To Form | 31 May 2006 21:27 GMT | 18 |
I completed an application as described on the subject line. Now, I have to delete my DataGridView, re-create the DataSet, TableAdapter, BindingSource, and BindingNavigator. I have to set all the properties also that I liked.
|
| Moving Data with DataSets/ADO.NET - looking for examples | 31 May 2006 20:26 GMT | 4 |
I'm looking for some examples of: 1) Loading a DataSet with one dataadapter and connection. 2) Reconnecting that DataSet to another dataadapter / new connection 3) Pushing the DataRows back to the database as if they were new rows.
|
| ADO to ADO.NET 2.0 | 31 May 2006 18:46 GMT | 8 |
We're beginning a major rewrite of a VB6 application that currently uses ADO and an Access database. In this application, we routinely query multiple table through JOINs and place the result in a single connected record set that is often bound to a grid for display and editing by ...
|
| Load typed dataset | 31 May 2006 18:37 GMT | 3 |
What is the preferred way to read (not write) the records of a typed dataset in C# without use of a form? thanks, Jeff
|
| Silent install for SQL Express? | 31 May 2006 12:58 GMT | 1 |
ANybody know how to do a silent install for SQL Express? I need to know if this is possible to make my decision to use SQL Express or Access as a database solution.
|
| System.Data.ObjectSpaces - Is this namespace included in framework 2.0 | 31 May 2006 09:29 GMT | 4 |
I am trying to figure out if object spaces are included in .net framework 2.0. If so, I am trying to find the dll called System.Data.ObjectSpaces.dll Does anybody know this?
|
| Table.DisplayExpression | 31 May 2006 04:46 GMT | 2 |
What can you do with the Table.DisplayExpression property? I tried to use this as a custom name for my table but only table columns are allowed? Thanks
|
| Getting "A severe error occurred on the current command" after SP4 | 31 May 2006 04:06 GMT | 2 |
Codebase has been in place for 1.5 years. Current version running since 12/2005. First use of a command object that has 14 parameters. Now I get this error on first use, subsequents work fine. sproc work actually completes, but error is raised.
|
| Isolation Level, generating sequences | 30 May 2006 22:39 GMT | 1 |
We're using ADO.NET and SQl Server 2K. I'm updating an integer column in a seperate table which I use to hold sequence numbers for different reference strings. Together the string and int form a unique code which is we use as user
|
| Exceptions from SQL Server 2005 | 30 May 2006 22:29 GMT | 1 |
We are using ASP.Net 2 and SQL Server 2005. We are storing sessions in the database. From time to time we get the following exception in the application while the ASP.Net session tries accessing the database. This also happens from time to time when our application is accessing ...
|
| GetChildRows() Fails. | 30 May 2006 20:04 GMT | 3 |
Ok. So here's my situation. I've created a small database in SQL Server 2005 that looks like this: CREATE TABLE [dbo].[TblB]( [Id] [int] NOT NULL,
|
| Boolean datatype column refuses to Copy to Bit datatype SQL Table | 30 May 2006 19:28 GMT | 1 |
I have a table that I generate the schema for by way of da.FillSchema(ds,schemaType.Source, StringLoadTable) One of my columns (numerous columns actually) are created as System.Boolean however the actual SQL column that the schema is pulled from is of datatype
|
| Provider Tracing | 30 May 2006 19:23 GMT | 2 |
I followed the instructions on MSDN for enabling the provider tracing but it does not trace anything. Is there a simpler set of instructions (that are appplicable to the RTM version of the ADO.NET instead of Beta1) and that might possibly consider WinXP instead of only Win2k3 ...
|
| Looking For Example That Opens Connection To Access Database At Run Time | 30 May 2006 19:16 GMT | 1 |
I am looking for a small example program which will create, at run-time, a connection to an Access database. I would like the example to have a navigation bar and display a table from the database. Please only post code for a working small program.
|
| The most basic SQL Server questions.... | 30 May 2006 15:43 GMT | 3 |
(sorry if this posts twice....I waited several hours and didn;t see it - so here it is again.....) Perhaps I am somewhat dense.....but, I still need to know..... What do you need to do in order to ship a SQL server Express or Developer
|