-
Just to give props, I found this here: http://geekswithblogs.net/jwhitehorn/archive/2006/06/17/82214.aspx but I don't like to leave valuable info on the internet, it might get deleted. Plus, I have to spend the 30 minutes hunting it down again <smiles>...
-
This is the cursor template that I use... it works better than the default one, and allows BREAK and CONTINUE easily DECLARE curName CURSOR KEYSET FOR select * from mytablename DECLARE variables OPEN curName WHILE 1=1 BEGIN FETCH NEXT FROM curSopUpdate23...
-
Web.config <configuration> <configSections> <section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic" requirePermission="false"/> </configSections> <SubSonicService defaultProvider...