deleting a record with join condition
DELETE dbo.Candy FROM dbo.Candy INNER JOIN dbo.CandyReport ON Candy...
DELETE dbo.Candy FROM dbo.Candy INNER JOIN dbo.CandyReport ON Candy...
Joanna 사모님의 부탁으로 Paul의 새 PC (사실은 Yujung이 이전에 쓰던 것)를 setup 했다. 다음은 setup할 때 알아두어야 했던 것들. wireless lan card: Addon GWP110
This is from ASP.NET Cookies Overviewe example HttpCookie cookie = HttpContext.Current.Request.Cookies[site.cookieName]; if (cookie == null) { cookie = new H...
전병옥 목사님 말대로, conference를 다녀온 직후 새로운 insight들이 생생할 때 이를 기록하고 다음 수양회를 준비하는 것이 지혜로운 일인 것 같다. 좋았지만 더 개선할 수 있는 것들 폴더: 현재 폴더는 완전히 평면으로 펴지지 않아, 뒤에 blank paper가 있어...
정말 오랜만에 돌고 돌아, C++를 공부해볼까 한다. 마침 Accelerated C++라는 좋은 책도 있고. 인터넷에서 찾아보니, Eclipse CDT 라는 좋은 IDE도 있다. Eclipse 다운받아 조금 돌려보니, Visual Studio보다 못한게 없다. 처음에는 Eclips...