Asynchronous Programming Model & ADO.NET
Tue, 11 Dec 2007 02:01:00 -0800
I'm trying to execute two queries on a database asynchronously by using the
.NET 2.0 APM. I've created a test harness which executes two queries which
take at least ten seconds each. Using the APM I would've expected the page to
load in a little over ten seconds, but instead it takes over 30.
Here's my code ...
|
where is my "Team Explorer" or RTM vs SP
Mon, 10 Dec 2007 15:17:00 -0800
My Install:
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: Enterprise
A CoWorker:
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727
Installe ...
|
VS RTM vs VS SP or where is Team Explorer
Mon, 10 Dec 2007 15:16:00 -0800
My Install:
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: Enterprise
A CoWorker:
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727
Installe ...
|
Cant see user accounts and their data after doing a Recovery
Sat, 8 Dec 2007 12:58:00 -0800
Hi,
I lost the use of my keyboard and mouse so I tried the Recovery CD that I
had created earlier and before I proceeded it specifically prompted that it
will only restore the Operating System and Application files and would not
delete the "USER CREATED DATA"
After the recovery I am able to use the keyb ...
|
RE: How do I find the datatype of a datatable?
Sun, 2 Dec 2007 21:45:00 -0800
Try this
dtTable.Columns(ColumnIndex).DataType.Name
--
Thanks Shyam
"vvenk" wrote:
> Hello:
>
> I defined a datatable to have two columns:
>
> ' Add three column objects to the table.
> idColumn = New DataColumn()
> idColumn.DataType = System.Type.GetType("System.Strin ...
|
Wildcard filter for numeric/date fields in dataset
Tue, 13 Nov 2007 23:54:00 -0800
Hi,
I need to do a wild card search for all the fields in my table irrespective
of whether its a numeric/date or string field . The data should filter only
these data and show in the datagridview while I bound the datatable to it.
Lets say I have the following table
Name | DOB | SAL | Address
Jane |25/1 ...
|
MaskedTextBoxColumn properties cannot be set using visual editor
Mon, 12 Nov 2007 10:42:53 -0000
Hi,
In the sample presented by Microsoft for "DataGridView Custom Column"
that represents a MaskedTextBoxColumn, it seems it has a problem in
setting properties of maskTextBox using visual tools(Editing
DataGridview's columns visually), that it stores null values after
changing the properties and it does not ...
|
|
|
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable.
Wed, 24 Oct 2007 19:37:27 -0700
Unable to start TSQL Debugging. Could not attach to SQL Server Process on
'srvname'. The RPC server is unavailable.
I get this error when I try to run a SQL Server Project with a CLR stored
Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I
simply create a new SQL Server Project which ...
|
Returning SQL error to Application
Thu, 18 Oct 2007 14:36:10 -0000
I've build an application in Vs2005. For the dataaccesslayer i've
create the dataset with the datasource tool. After that i build stored
procedures for doing actions on the database. Now i want to return the
error messages to my application.
It's possible to give the errornumber back to the application, but i
...
|
No Data Menu with Web Service
Wed, 17 Oct 2007 13:31:25 -0700
I am wrinting a data service to access and update a datset. I am
having problem when I try to add a SqlConnection to a web service.
Using C# in VS 2005 I started a new web service project. Then I made
a new Sql server data base and added one table I also added some
data.
So far so good. The data base shows up ...
|