| Thread | Last Post | Replies |
|
| Do I need a DataRelation? | 31 Jan 2007 22:50 GMT | 1 |
Dear all. I'm wondering why it's so hard to bind a lookup value from a related table into a textbox on my form. Say I've got two tables, product and productcategory. I'm paging
|
| VB.NET Master Detail DataGridView Control | 31 Jan 2007 19:00 GMT | 1 |
I m a newbie to VB.NET. So, i have problem in doing some tasks like Master/Detail working with DATAGRID VIEW object along with BindNavigator. How can i implement Master / Detail that work with the BindingNavigator? Your advice will be highly appreciated.
|
| Security ideas for n-tier? | 31 Jan 2007 17:36 GMT | 1 |
We are working on a project where we are converting our client server application to a n-tier model to make it more scalable. The question I have here for the group is to see if I can get some ideas on how the security should be implemented for this kind of architecture.
|
| TransactionScope Questions | 31 Jan 2007 17:26 GMT | 1 |
Hi! I have a couple of questions about TransactionScope... What exactly is the scope of a transaction? Is it only connections that are created in the actual code block where the TransactionScope is defined, or is it all connections created on the same thread as the ...
|
| DB connection problem in setup for Microsoft Course 2524 | 31 Jan 2007 15:58 GMT | 1 |
I am working through the manual for course 2524 (Developing XML web services using ASP.NET). It is at least 4 years old so hopeless outdated (:-) but I think I can salvage it to still be useful. I actually tried this with just the express editions of visual web developer, C#, and ...
|
| How to use DataGridView in VBExpress and SQL Server 2000 | 31 Jan 2007 13:17 GMT | 2 |
I'm using VBExpress and SQL Server 2000 which means that I can't use the wizards/database explorer to do this stuff. It has to be done in code. I've figured out how to connect to the database and execute a query, but so for I've Only been able to put the results into a messagebox ...
|
| New row not shown in Access after INSERT | 31 Jan 2007 13:00 GMT | 2 |
My .NET application writes to an Access 2003 db through OleDb. I'm using a stored query in Access to insert a new row. The app's C# code sample includes: myCommand.CommandType = CommandType.StoreQuery;
|
| Close not closing... | 31 Jan 2007 00:03 GMT | 7 |
I've written a small app which has 2 buttons. The 1st button goes away to a directory full of SQL Scripts, and then runs them against the database. The 2nd button has code to do some modifications to the database,
|
| Custom ADO.NET Provider, question about DbCommand.ExecuteReader | 30 Jan 2007 22:46 GMT | 7 |
I'm converting over a ADO.NET provider I wrote in 1.1 .NET to 2.0. I don't understand why the DbCommand.ExecuteReader methods (it's overloaded) is not virtual or abstract. This method would most likely need to be modified by any class inheriting DbCommand. On the other hand, ...
|
| loadOption.upsert | 30 Jan 2007 12:46 GMT | 1 |
Can somebody explain to me in plain language what is the meaning of each value in the LoadOption enumeration? Or some clear articles about DataTable.Load and DataRowVersion. Thanks,
|
| How to find out records number affected? | 30 Jan 2007 10:02 GMT | 3 |
Which was updated by the sql UPDATE instruction. Is there some objects returning the number or I have to do explicit SELECT nevertheless? Thanks in advance.
|
| Implementing SELECT DISTINCT with DataTable.Select method | 30 Jan 2007 09:28 GMT | 2 |
I've a standard DataTable, is there a way to get an array of value like that one I obtain in SQL Server suppying the SELECT DISTINCT [field] statement? Have I to loop trough the datatable to build the array or is there a simpler way?
|
| MS SQL 2005 Configuration ??? | 30 Jan 2007 07:06 GMT | 9 |
I'm fairly new to ASP.NET/ADO.NET and SQL. I worked out a few issues with the help of some nice folks here. Now, I'm starting a clean Web site project but am having trouble right off again.
|
| Any way to disable "lazy write" in Jet through ADO.NET? | 30 Jan 2007 05:45 GMT | 9 |
I don't think there is a way. There seems to be a black hole of info about this unless you are using the older ADO technology. If you know, please share...! Dennis
|
| DataGridView for several tabels in a DataSet | 29 Jan 2007 23:47 GMT | 1 |
I have a DataSet with two tables in it, with a relation between them. I fill the tables with records programmatically with these commands: System.Data.DataRow newRow = myTable.NewRow(); //give values to each column in the row
|