| Thread | Last Post | Replies |
|
| Multiple DataViews on the same DataTable appear to interact | 28 Sep 2005 12:15 GMT | 5 |
I have a DataTable that is being maintained in a Model class. I also have a View class which creates a DataView from the DataTable that the Model passes it. The view class then has methods to filter the contents of the DataView so that the user can narrow down the list to the ...
|
| Problem with Framework | 28 Sep 2005 11:26 GMT | 1 |
vs2005 rc. When I try to add a connection to a winform project, I get the error 'An unexpected error occurred in the .Net Framework Data Provider for SQL Server Mobile Edition. Please contact the provider vendor to resolve this problem.'.
|
| Error loading package | 28 Sep 2005 00:49 GMT | 3 |
vs2005 RC. When I try to add a new data connection to a winform app. I get this message 'Package Load Failure, Package 'Smart Device Configuration Package' has failed to load properly...'. How can I fix it?
|
| Need help with productDataSource.SelectParameters | 28 Sep 2005 00:43 GMT | 1 |
Does anyone knows how to assign the value of a textbox to productDataSource.SelectParameters when a button is clicked? I'm using VS 2005 and all the code I've found on the web are samples of dropdown lists with code in the aspx page. Heres the subroutine where I'm stuck. ...
|
| copy query result to different DB | 27 Sep 2005 21:32 GMT | 5 |
I 've got 2 databases on 2 different SQL servers. I need to copy the result of a stored procedure on SQL1 into a table in a database of SQL2. What would be the most efficient way of doing this. I'm slightly concerned
|
| WebForm read | 27 Sep 2005 20:51 GMT | 4 |
Is there a way to read witch WebControl (like TextBox's) and howmany webcontrols are in a WebForm?
|
| beta2 vs rc | 27 Sep 2005 18:45 GMT | 15 |
How is vs 2005 rc compared to beta2, stability wise? Is it worth moving from beta2 to rc or should I wait for final? I just want to start developing a stable (enough) db app as soon as possible. Thanks
|
| Two questions for gurus about using strongly typed DataSet in Web Services. | 27 Sep 2005 14:22 GMT | 1 |
1. Is there a 2nd way to declare a strongly typed DataSet (e.g. CustomerDataSet) in WSDL instead of using the WSDL <import namespace="CustomerDSnamespace" location="url to CustomerDS.xsd"/>? Apparently, if I include CustomerDataSet schema definition in WSDL types, it
|
| Move column order in a dataset | 27 Sep 2005 09:53 GMT | 2 |
How do I reorder the column in a dataset after it is loaded with data? Don't know if this is a easy one and I just missed it, but mabye you know? ;) Erik
|
| Inserts to DataSet aren't added to db - updates work fine | 27 Sep 2005 04:43 GMT | 1 |
Here is a newbie question, but this one is driving me crazy. In a VB.NET Windows form application, I am inserting and updating records in a DataSet, which show up in a bound DataGrid just fine. I am also issuing a DataAdapter.Update command, and the updates are saved to the ...
|
| Windows service and oledb | 27 Sep 2005 03:03 GMT | 9 |
Created a vb.net windows service which connect to a database by using OleDb. Using a connectionstring pointing to a local sqlserver database everything works fine, but when connecting to a database on another server the connection.open method executes without errors but the ...
|
| copy row from one datatable to another | 27 Sep 2005 02:02 GMT | 5 |
I have read posts and tried many things and I am not getting how to do this. I have a datagrid bound to a dataset (the source). When a row is selected on the datagrid, I need to duplicate that row into another dataset (the destination). The destination dataset will be bound to a ...
|
| OracleCommand.ExecuteScalar and PLSQL stored procedures | 26 Sep 2005 23:31 GMT | 10 |
How can I use OracleCommand.ExecuteScalar method to have the value returned from a PLSQL stored procedure? I think there are some techniques with PLSQL code that I am missing. Thank you,
|
| DataSet.GetChanges() -> StackOverflow in ShouldWriteRowAsUpdate() | 26 Sep 2005 19:51 GMT | 2 |
The console application below demonstrates the problem. Is there a fix? using System; using System.Data; namespace ConAppOverflow
|
| vs2003 with vs2005 | 26 Sep 2005 19:33 GMT | 6 |
Is it possible to install and use vs2003/net1.1 and vs2005/net2 side by side on the same drive? Only from experience please. Thanks Regards
|