by adis.jugo | Jan 31, 2008 | Development
You will sometimes want to hide certain menu items from the "Welcome" menu in the SharePoint site. You can do the following: 1. Go to the following folder at the MOSS server: C:Program FilesCommon FilesMicrosoft SharedWeb Server...
by adis.jugo | Dec 12, 2007 | Development
If you have ever tried to query a SharePoint List, over a LookupList value with CAML, you know that the "supposed" CAML way to do it is over the "Title" field of the LookupList values. For example, if we want to query the sharepoint list, which has...
by adis.jugo | Nov 15, 2006 | Development
If you would ever, from whatever reason, need to check/validate/list foreign keys in the MS SQL 2000/2005 database, here is the magical query you won’t find on msdn: SELECT sysforeignkeys.constid, sysforeignkeys.fkeyid, sysforeignkeys.rkeyid, sysobjects.name as...
by adis.jugo | Nov 8, 2006 | Development
And now something totally wierd: if anyone has had the task to convert data from Clarion’s TPS database files (anyone still remembers Clarion?), (s)he will have a problem of converting date fields. Clarion stores dates as long values in it’s own format,...
by adis.jugo | Aug 6, 2006 | Development
Since the last month both Microsoft and MySQL AB have proudly, with lot of bells and whistles, announced their cooperation (MySQL AB has became an Alliance Member of the Microsoft Visual Studio Partner Program) , and since the information on using MySQL database as...