Oh My Word

Well, i've created a nice little C# App for our Technical Dept at the company I work for, to create purchase orders etc, the Orders gets generated as PDF or in DOC format and attached directly to Outlook.

Now today, i received a very funny request, they want to be able to edit previous purchase orders, reserve purchase order numbers etc, crazy stuff, dont want to know what thats going to do to their data.

But hey, I dont agree with any of the design, but ah well, I guess thats just something one would have to learn to live with, from time to time.


Post/View comments
 

MySQL Profiler

an Usefull application in Sql 2005, is the Sql Profiler, I use it quite a lot while developing apps.

The same effect can be achieved by adding --log=logfilename to your mysql command line.


Post/View comments
 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27