User Profile
Collapse
-
how to update data in sql table using excel add in
I am using micro soft office 2010.
I want to create add in excel to update data in sql server 2008.
I know how to create add ins in excel 2010 only part i am confused is how to write update statment in VBA to update data in SQL server 2008.
Please help
Thanks in advance -
IUSR option not available in security to give permission
I devloped asp.net web application using visual studio 2010
and deployed it using iis 7.5 express.
After deployment and checked security tab in properties of deployed folder,which is in rootwww folder it does not show iusr(internet user) option.
I want that option to be there.
Please check the attached snap of folder properties
Please help... -
rahulsankhe1089 started a topic message box used in vb.net code for asp.net web application gives errorin ASP .NETmessage box used in vb.net code for asp.net web application gives error
i have created web application in asp.net using visual studio 2010.
i did coding in vb.net.
in vb.net code i used simple message box.
it does not give error when i run project through visual studio but when i deploy project using internet information services it gives error when message box should pop up.
message box is simple as follows
Code:msgbox("UPDATED") -
rahulsankhe1089 replied to when i restore data bse to another machine with sql server indexes are also resotedin SQL Serverthanks luuk for your reply
i restored data base and it is with all the indexes
thanks mateLeave a comment:
-
i think this is the correct approach
i would have done the sameLeave a comment:
-
rahulsankhe1089 started a topic when i restore data bse to another machine with sql server indexes are also resotedin SQL Serverwhen i restore data bse to another machine with sql server indexes are also resoted
I have created indexes for data base on my home machine in sql server 2008 R2
When i will restore data base to my work machine, indexes will also get restored or not.
Work machine also has sql server 2008 R2
I hope i am clear.
thanks in advance. -
-
javascript error object expected
I have below javascript to show loading image until page loads which gives error in internet explorer 9, on chrome it works fine.
error is
javascript runtime error object expected
...Code:<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> <script type="text/javascript"> $(window).load(function () { $("#pageloaddiv").fadeOut(2000); -
ASP.NET Page gives error when used below javascript
I am using below javascript
To show loading image and hide when page loads but it...Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script> <script type="text/javascript"> $(window).load(function () { $("#pageloaddiv").fadeOut(2000); }); </script>
No activity results to display
Show More
Leave a comment: