Posted inGeneral Script for synchronizing two tables Posted by By Haneef Puttur July 7, 2009 Script for synchronizing two tables table 1 : rec_exp table 2 : tm …
Posted inGeneral Mysql Query to Excel Export Posted by By Haneef Puttur June 28, 2009 SELECT * INTO OUTFILE 'C:\\my_excel_table.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\r\n' FROM mytable;.
Posted inGeneral Updating mysql field Posted by By Haneef Puttur June 17, 2009 Syntex to update multiple records for a specific condition UPDATE table_name SET `column_name` = value…
Posted inGeneral Insering Bulleted Text – Single Cell Excel Posted by By Haneef Puttur June 10, 2009 Bullets can be inserted by using ALT + 0149 from the NumPad To get…
Posted inGeneral ASP Code to Disable Browser Cache Posted by By Haneef Puttur June 8, 2009 ASP Code to Disable Browser Cache .
Posted inGeneral Radio Button Demo Posted by By Haneef Puttur May 25, 2009 Untitled Document Kustar ProgramsEnoc Programs .
Posted inGeneral Resetting MYSQL Auto increment Posted by By Haneef Puttur May 17, 2009 ALTER TABLE theTableInQuestion AUTO_INCREMENT=1 .
Posted inGeneral Uploading more than 2mb file in asp – AspMaxRequestEntityAllowed Posted by By Haneef Puttur May 5, 2009 Uploading Large files under IIS6.0 For IIS6.0 users, the AspMaxRequestEntityAllowed property specifies the maximum number…
Posted inGeneral Script to edit folder permission Posted by By Haneef Puttur May 3, 2009 Dim strHomeFolder, strHome, strUser Dim intRunError, objShell, objFSO strHomeFolder = "C:\test" Set objShell =…
Posted inGeneral How to Remove Get Genuine Office Notification Posted by By Haneef Puttur May 2, 2009 Run this DOS command at C:\> MsiExec.exe /uninstall {B148AB4B-C8FA-474B-B981-F2943C5B5BCD} You will be prompted if you…