| Thread | Last Post | Replies |
|
| SqlDependency - Options and Timeout | 23 Apr 2006 00:49 GMT | 1 |
I'm using SqlDependency quite a lot and really love it, but there are two things I just can't seem to find anywhere on MSDN or elsewhere. 1. One of the SqlDependency constructors, allows you to pass a "string options", which sounds great. But IntelliSense on this item is useless
|
| How to pass TableAdapater as parameter | 22 Apr 2006 19:59 GMT | 2 |
I want to create a function which take a TablAdapter as parameter and return a typed DataTable. Like: DataTable GetDataTable(TableAdapter adp) {
|
| FileSystemWatcher does not seem to be working | 22 Apr 2006 17:39 GMT | 4 |
I have a directory on my site that I keep a bunch of text files in (this directory is "/poetry/poems/"). The Application keeps the first line of each of these files in an HttpApplicationState variable as a SortedList. When I add or modify a file in this directory, I want to ...
|
| webservices - always work local? | 22 Apr 2006 16:44 GMT | 1 |
I am coming from a shop that is historically is winforms and we work in our own workareas on network drives. Primarily so the daily work gets backed up but also so it is easy to look at each other's work in progress. we aren't all in the same location. The version control and ...
|
| A problem with the datagrid | 22 Apr 2006 14:30 GMT | 4 |
Hi, I am just beginning to learn to use the .Net framework and recently I confront a problem with the datagrid. I create an .asp file. There are two buttons, one datagrid on the screen.
|
| Passing variable to a SQL statement does not work? | 22 Apr 2006 06:34 GMT | 3 |
The problem I have is that a query string works if hard-coded but if I pass a variable to it, it does not work as shown here. Dim queryString, q1, q2 As String This works:
|
| data bound combobox does not leave focus | 22 Apr 2006 02:49 GMT | 3 |
I'm quite new to database development and am trying Visual Studio with ADO.NET for the first time (Borland user before). So please apologize my lack of experience with the tool. (More precise, I'm using MS Visual C# 2005 Express)
|
| How to highlight an entire row in a DataGridView? | 22 Apr 2006 02:44 GMT | 2 |
I have a DataGridView with RowHeadersVisible = False. When a user clicks on a cell how do I highlight the entire row. And secondly how to (syntax) get the value of cells into variables. I've looked at SelectedRow, CurrentRow, but just dont' get it.
|
| Open Connection for long time | 22 Apr 2006 02:32 GMT | 2 |
I use ADO.NET to develop my project. (use SqlClient.SqlDataConnection object to conection SQL 2000) It is stranger that Connection.Open() method spect 12 seconds to execute in one of our servers, but it is faster in another server, not more than 1
|
| DataAdapter Update gives "INSERT" error | 21 Apr 2006 20:57 GMT | 3 |
When I try to update my data source using DA_InstalledItems.Update(DS_InstalledItems) I get this error: Violation of PRIMARY KEY constraint 'PK_VehicleItems'. Cannot insert
|
| data adapter | 21 Apr 2006 16:53 GMT | 2 |
I'm new in VS 2005. I noticed that in the toolbox there is no dataadapter!! In a previous version there was a data adapter icon in toolbox and is was easy to drag to a form, is it posible to add the data adapter icon to the
|
| security for row level but not based on Database user's login | 21 Apr 2006 14:34 GMT | 1 |
I need to set security for row level but not based on Database user's login. It should be based on the user table login. For the particular user I need to allow only the particular records to access insert, update delete and select.
|
| Unspecifed Error !!!! HELP - This is painful | 21 Apr 2006 09:40 GMT | 2 |
This is the most excruciating error I have ever had to deal with in 10 years of programming with Visual Basic. I am getting an error albeit intermittent most of the time, but I am now getting it consistently on one of my aspx pages.
|
| asp.net sql connection problem | 21 Apr 2006 09:02 GMT | 16 |
I have a production environment where I have a 2-node SQL 2005 Cluster running on boxes which are part of a domain "MyCompany". I have setup a domain user account called "netasp" and then given it permissions to the database. I then setup a new App Pool in IIS on my Web Server ...
|
| Default Provider | 21 Apr 2006 07:32 GMT | 4 |
Hi!, Which is the default provider for ADO.NET?? Regards, Baren
|