| Thread | Last Post | Replies |
|
| Where to put an event handler | 16 Jan 2006 22:47 GMT | 2 |
Hi, a simple question. Say I have a connection object in a button event handler. I want to add a message box that pops up to say the state of the connection has changed whenever I open the connection by pressing the button in which the instance
|
| Simple problem passing nulls with ADO.net 2.0 | 16 Jan 2006 19:45 GMT | 4 |
I'm having a really simple problem - I can't seem to insert a null value into the database. When I do it tells me that the procedure expects the parameter and that I'm not providing it. Well, I am, its just a null value!
|
| Finding Instances of SQL Server for DropDownList | 16 Jan 2006 17:26 GMT | 7 |
I'm writnng a support routine which helps log on to instances of SQL Server. Currently I populate a DropDownList with known names of SQL Server Instances. What I would like is a simple way (if possible) to populate this control by shouting into the network and listening for ...
|
| Applying changes to table | 16 Jan 2006 16:05 GMT | 2 |
my client sends a dataset with changes to my server. These changes have been created by the GetChanges method of the dataset. What's the easiest way to update the table on the server with these changes? What a Stored Procedure look like to do this?
|
| Can we filter columns in a dataset ? | 16 Jan 2006 12:36 GMT | 6 |
Just as we use RowFilter, to choose a subset of rows , i wish to get s subset of the columns. The workaround i could think of was to read the DataTable again with only required columns eg - SELECT COL1 FROM DT1 where DT1 is the memory datatable.
|
| Question: moving around SQLExpress MDF file... | 16 Jan 2006 05:32 GMT | 1 |
I have a SQLExpress MDF file that I'm using for membership data, etc... in my ASP.NET 2.0 website. 1. If I want to use the website MDF during development on my local machine can I simply copy the MDF from the website and replace the one on my dev
|
| Mapping in ADO.NET 2 Dataset Designer | 16 Jan 2006 04:46 GMT | 3 |
Where is the mapping designer in VS2005 DataSet designer? I cannot find it! Thank you, Alan
|
| help with async = true scenario | 16 Jan 2006 02:32 GMT | 3 |
Appologies for cross posting this but languages.vb may not be the correct place to have asked in hindsight. Im creating a dotnet windows form app that will run a given TSL script across a domain of sql servers with the same login credentials(for this
|
| adapter.fill and progress bar | 15 Jan 2006 22:14 GMT | 12 |
When I initialize my app, I put up a "splash" screen with a progress bar while the app fills its datasets. The fill takes longer sometimes than it does other times. Is there anyway to measure/determine the progress of the fill operation? I wish to know this so that I can ...
|
| Express Editions licensing question | 15 Jan 2006 17:56 GMT | 1 |
I konw Visual Studio Express Editions Visual Designers do not work with SQL Server remote instances. But Are you violating the licence agreement if you change the connection string in the configuration file to point to a remote SQL Server instance when you deploy your ...
|
| parameter question | 15 Jan 2006 03:22 GMT | 7 |
Is it possible to use a parameter in conjuntion with an IN statement? For example, if I have the following SQL, select * from table where key in ('1','2','3') How can I make the values in the IN be a param? If I do the following.
|
| Code Samples to Test If a SQL Server is Available | 15 Jan 2006 03:20 GMT | 4 |
I am trying to find a way to verify if a SQL server is available before I try to make a connection to it. My process is pulling data from SQL into a spreadsheet, but when the primary SQL server is unavailable, the sheet locks up for long periods of time while it is waiting to ...
|
| Updating sql from a dataset | 15 Jan 2006 00:46 GMT | 1 |
Okay, I've got my dataset, I've made updates to it, now how do I update sql from the revised dataset?
|
| Reports | 15 Jan 2006 00:45 GMT | 3 |
I'm writting a simpe application. User enters an SQL query, and he receives the query result in report like table. I have a question: can I solve this problem with Crystal Report? If so, some code somples would be greate. For example I'd appreciate
|
| Updating tables -- what am I missing? | 15 Jan 2006 00:45 GMT | 4 |
This is my code, and nothing appears to happen. The dataset has 3 rows, I do an insert, and the dataset still has 3 rows. What am I missing or doing wrong? There is nothing wrong with the query, or the connection, and I get no errors, it just doesn't return the dataset with ...
|