Viewing 4 posts - 1 through 4 (of 4 total)
use third party software like filezilla...
May 20, 2010 at 4:55 am
Hi,
To let ASP.NET to search the database location, use the following connection strings in the web.config in specific cases
-> in the default data folder
connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf"
Vijay
April 19, 2010 at 6:17 am
SET CONCAT_NULL_YIELDS_NULL ON
SELECT ISNULL('abcd'+NULL,'1234567890')
I got answer '1234'
Can you please explain???
Thanks and Regards
vijayakumar.P
December 14, 2009 at 2:38 am
Viewing 4 posts - 1 through 4 (of 4 total)