First, code for increasig day. If we have date in string, then code would loo something like this: strYear = strDate.substring(0,4); strMonth = strDate.substring(5,7); strDay = strDate.substring(8,10); Â Â Â d = new Date(strYear, strMonth -...
This took me some time: When you use client-side code (the Document.Cookie property) to write cookies, and then use the same method to retrieve the cookies, you may receive an empty string or the following error message: Â ...
If you received error like in title while trying to install php 5.2.8, then read this, maybe it wil be helpfull for you too :) Mostly I followed instructions from here, my problem was that I had installed IIS 5.1 and IIS 6... Have no idea how that...
One note to my self, this is piece of code which I was using for starting application from command prompt and getting an information, was that succesfull or not. function CaptureConsoleOutput(DosApp : string; var strLog : String): Boolean; const...
Error: ora-01036 illegal variable name/number will happen if you added parameter in Param of TSQLQuery and there is no parameter in the SQL (there is no anything as :Parameter)
Wednesday, 04 March 2009 | 402 hits | Print | PDF | Report
One way to show user location on the google maps, in his/her default browser: http://maps.google.com/maps?q=pot%20na%20hrese%2C+Ljubljana Where, of course, you should put instead of: pot%20na%20hrese%2C+Ljubljana adress you would like to search...
If received error like this one, then, beside all, you should check have you installed the SQL Server 2005 version of the SQL Native Client, since I didn't know that, and I tried to do it with the the SQL Server 2008 version of the SQL Native...