Emit DataSet content in xml to web page
요즘 YUI로 작업을 하고 있는데, 많은 데이터들이 xml로 필요하다. 그래서 간단하게 만들었지롱. ``` DataSet job = this.Customer.GetJobs(PageUtility.ParseQueryStringInt(“CustomerId”)); job.DataSetNa...
요즘 YUI로 작업을 하고 있는데, 많은 데이터들이 xml로 필요하다. 그래서 간단하게 만들었지롱. ``` DataSet job = this.Customer.GetJobs(PageUtility.ParseQueryStringInt(“CustomerId”)); job.DataSetNa...
USE SekyeeManagementSystem; GO IF OBJECT_ID ( 'dbo.CustomerSearchByNationality', 'P' ) IS NOT NULL DROP PROCEDURE dbo.CustomerSearchByNationality; GO CR...
음 사실 이 post는 안까먹을려고 적는 거다. 전 목사님 말씀하셨듯이, 막 일을 끝내고 아직 insight가 사라지지 않았을 때 적어놔야 놓치지 않는다. An owl of Minerva spreads its wings only with the falling of the dusk....
Often, you want to debug appliactions on test server. Well, I can't say "debug production server", because it will disrupt the production service. But at lea...
영국 HSBC의 인터넷 은행인 FirstDirect를 이용하고 있는데, 이번에 overdraft charge를 50 파운드나 때렸다. 순간 확 뚜껑이 열려서, (50 파운드 아낄려고 얼마나 노력하는데), 전화해서 그동안의 penalty charge 관련한 statement를 다 달...