Facebookov profil osebe Stanko Milosev

Results 41 - 50 of 120

3.0/5 (1 vote)
Delphi/dbExpress
Author:Stanko Milošev
If you use FillChar on a variable which is type of PChar, you will loose pointer, and FreeMem will not work.
Monday, 17 November 2008 | 262 hits | Print | PDF | Report
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
Here is an example of function for geting logs from command line. This mean, if you call, for example, chkdsk, you will get what would be writen on a console output. Also, if command failed, you will get that information :)   function...
Friday, 21 November 2008 | 197 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
If you are using ClientDataSet, with flat file database (SaveToFile, LoadToFile), then also use: procedure TDataModule1.ClientDataSet1AfterOpen(DataSet: TDataSet); begin   ClientDataSet1.LogChanges:=False; end; Because otherwise ClientDataSet...
Monday, 24 November 2008 | 221 hits | Print | PDF | Report | Read more
3.0/5 (1 vote)
Joomla/MVC
Author:Stanko Milošev
It seems that phpeveryday site does not working anymore, but I found on Joomla! site also a tutorial about MVC: http://forum.joomla.org/viewtopic.php?f=231&t=136576...
Tuesday, 02 December 2008 | 226 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
MS SQL/MS SQL
Author:Stanko Milošev
How to get list of all tables in MS SQL Server?  SELECT *     FROM information_schema.Tables where table_type = 'BASE TABLE' From here.
Wednesday, 03 December 2008 | 226 hits | Print | PDF | Report | Read more
1.0/5 (1 vote)
Delphi/MSMQ
Author:Stanko Milošev
First of all you have to install MSMQ. You will do it through Control panel->Add remove programs->Add/Remove Windows components. Second you will need to access MSMQ for managing, you can do it through Computer Management->Services and...
Tuesday, 09 December 2008 | 402 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Delphi/MSMQ
Author:Stanko Milošev
Here are few links, which I found interesting about MSMQ: Lets do message queue MSMQ best practice MSMQ FAQ
Wednesday, 10 December 2008 | 250 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Delphi/MSMQ
Author:Stanko Milošev
If you are using my application for MS MQ to deploy on another computer, to send messages you will need to do following: 1. Log on as the local administrator for the client computer, and then open Component Services. Click Start, point to All...
Thursday, 18 December 2008 | 251 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
To save XML in human readable format, using OmniXML you will need these lines of code:   xml := CreateXMLDoc; xml.PreserveWhiteSpace := False; ... xml.Save('c:file.xml',ofIndent);  
Thursday, 18 December 2008 | 211 hits | Print | PDF | Report
50. MSMQBench
0.0/5 (0 vote)
Delphi/MSMQ
Author:Stanko Milošev
You can download it from here, and here is an example: msmqbench -sr 10 10 -q servername estq
Thursday, 18 December 2008 | 348 hits | Print | PDF | Report | Read more

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 5 of 12


Powered by AlphaContent 4.0.16 © 2005-2010 - All rights reserved