| Thread | Last Post | Replies |
|
| Newbie: Need advice with database manipulation decision | 14 Oct 2004 17:39 GMT | 6 |
Firstly, I want to apologize if this question reaches the borders of "out of topic" but i think both the ado.net and the vb.net groups have a lot to do with it. I created a small application that is supposed to manipulate meteorological
|
| Datagrid Binding Question | 14 Oct 2004 17:25 GMT | 1 |
Been stuck on this one for a bit. Would really appreciate any help on this one. In Regards to ASP.NET/ADO.NET To start. I have a sql database table with the following data and
|
| predicting whether a row may be deleted beforehand | 14 Oct 2004 17:03 GMT | 2 |
I am using a datagrid to edit a SQL Server database table. I have put a delete button on the row, such that records can be deleted. I need the disable the delete button (set visibility = false) for each item in the row which is referenced by another item in the database.
|
| DataView Dispose throws ArgumentOutofRangeException | 14 Oct 2004 16:17 GMT | 1 |
Anyone run into a problem where calling dispose on a dataview will cause an argument out of range exception to be thrown? I'm not sure exactly what is being done to the view, so there may be something set on it that is odd. Thanks, Ryan
|
| Connection String for an Access Database with Password Protection | 14 Oct 2004 15:41 GMT | 7 |
How do you create the Connection String to connect to an mdb database that is protected with a password?
|
| Work with MS Access for the first time | 14 Oct 2004 15:33 GMT | 6 |
I'm sorry, I was posting this before and ctrl + entered too soon: Hello, I am under taking my first project that will use MS Access as it's back end data store. The project was originally written against SQL Server and worked happily but the client suddenly wanted to switch to ...
|
| Excel file and oledb | 14 Oct 2004 15:18 GMT | 4 |
hi I have the following code: OleDbDataAdapter oleCmd = new OleDbDataAdapter("SELECT [Customer ID], [Customer #], [Company], [Location] FROM [Sheet1$]", oleConn);
|
| DataView filter fails after insert | 14 Oct 2004 14:57 GMT | 6 |
I have created a filtered dataview and bound it to a datagrid. Based on certain events within the program I change the DataView.Filter property and the grid subsequently reflects the correct recordset. When I insert a record into the filtered DataView using
|
| Cannot map compute column in DB to Dataset | 14 Oct 2004 14:52 GMT | 8 |
I'm a VB .NET developer, so I have problem when select data from table that have some column is computed column. There is an error like a below statement: "The column mapping from SourceTable 'MyColumn' failed because the
|
| SQL Server Mobile Edition & C# on the Desktop | 14 Oct 2004 10:15 GMT | 2 |
Perhaps this is the wrong place for this post but it seemed to fall between several stools. At the moment we create SQL CE databases on the PDA programmatically. With the release of SQL Server 2005 (Yukon) you will be able to create
|
| can't figure out how to insert a row to my access table | 14 Oct 2004 04:12 GMT | 2 |
I have an access table called contact with about 10 columns. I have been trying to write code to insert a new row with no success. My eyes are in pain! The first row is an autonumber contactid. The following procedure
|
| Okay to use a single SqlConnection with multiple SqlCommands? | 14 Oct 2004 01:52 GMT | 3 |
I have a multithreaded application where multiple threads can potentially attempt to write to a database simultaneously. Can I create a single SqlConnection, open it, and use it for all my SqlCommands? Is it okay for multiple SqlCommands to execute
|
| connection pooling and threads | 13 Oct 2004 22:02 GMT | 6 |
Suppose I have an application server running components in different threads. Will a connection pool be shared across threads? If yes, then theoretically these different components might have
|
| Whidbey - am I out of mind or .. ? | 13 Oct 2004 21:30 GMT | 5 |
I don't see that blue white start page which showed me my recent projects .. did I turn that off somehow or MS didn't include it this time around?
:-((((( .. now why would u not include that huh? - Sahil Malik
|
| why are there two ways of setting bindings? | 13 Oct 2004 20:06 GMT | 1 |
I have a dataset "Ds" and a datatable "Employees" what are the differences between: 1. Datasource = Ds.Employees and Datamember = "" 2. Datasource = Ds and DataMember = "Employees"
|