Wednesday, 28 April 2010
Problem with connecting to the SQL Server database on development machine from the Pocket PC Emulator using Visual Studio 2008 - Resolved
›
When developing application for Smart Devices, we usually debug it using the Emulators which was provided by the Visual Studio installation....
Friday, 26 February 2010
Unable to add data connection. The DataConnectionDialog could not be initialized. - Resoved
›
When you try to add data connection (MS SQL Server) through the server explorer, sometimes you get the following error. In order to resol...
1 comment:
Wednesday, 15 July 2009
The type initializer for 'crystaldecisions.crystalreports.engine.reportdocument' threw an exception - Resolved
›
Today I got this error, when I tried to deploy an application developed using Visual Studio 2005 and Crystal Reports 10. I googled the probl...
13 comments:
Thursday, 21 May 2009
Get number of days in a month using SQL
›
Here is a sample to get the number of days in a month, for a given month and a year declare @zMonth as varchar (2), @zYear as varchar (4) ...
2 comments:
‹
Home
View web version