Embarcadero and Baron Software Powerstudio case study which monitors SQL Performance

Rad Studio Delphi Development, Software development Concepts, Software Events, Software Releases, SQL Tips
Embarcadero and Baron Software has issued a case study that demonstrates the benefits of using Microsoft SQL Powerstudio product line.  Powerstudio is a robust package that monitors SQL performance and can provide assistance for clients to update or create tables, stored procedures, etc. for various SQL servers some being Oracle, Microsoft SQL and many more.  The detailed report can be view by clicking here.  
Read More

Delphi Developer Skill Sprints: Short, Cool, Quick Tips, Tricks and Techniques for 2016

Rad Studio Delphi Development, Software development Concepts, Software Events
Skill Sprints are open to the public by Embarcadero again in 2016.  Follow this link to register for the free webinars that deal with the Delphi - Firemonkey application development or on Thursdays they are having the sessions using C++.  Register for Skill Sprints These are webinars scheduled for about 30 minutes, dealing with the topic and a follow-up Q&A.  The instructors are pretty solid in their knowledge so well worth the time spent.
Read More

New Year wish for Idera and the Rad Studio.

Rad Studio Delphi Development, Software development Concepts, Software Events
With 2016 now in full force the expectations for Idera to start getting aggressive for Embarcadero product line.   It has been highly speculate what is currently happening but this is without any written notice from Idera.  This opens nothing but hearsay or smoking guns on the demise of Delphi which is further from the truth.  Delphi is alive and doing very well all over the world, you may not hear many developers speaking about Object Pascal but there is a underlining amount of developers using either the Delphi or Free Pascal compilers. These developers are designing applications for various operating systems and devices, you just do not hear anyone parading these accomplishments.  This is largely due to the developer who does not think it is cool to work with…
Read More

Everything Search Engine free Windows Utility is worth a look!

Computer PC Tips - bits and bytes
[powr-twitter-feed label="Everything Search Engine"] Recently I downloaded a Windows utility for file searching that is extremely fast locating any type of file on my machines.  The software tool is called "Everything" and can be downloaded from Voidtools.  The software was created by David Carpenter and you can install either a 32 or 64 bit version. Installing Everything is very simple, you download either the 32 or 64 bit Windows version, it takes a few seconds to index and locate all hard drives or USB clips that are known by the operating system.  You will have a shortcut on the desktop and when it comes to locating any type of file you can use the filter to reduce what you are looking for or just put the title in the search box…
Read More

Stopping a Delphi application from having too many instances.

Rad Studio Delphi Development
Every single developer wishes to have their client start up only a single instance of their application.   This reduces the amount of possible application issues if the code makes a database connection or does some sort of processing that takes away the machine resources.   The following code snippet will help Delphi programmers to keep the process count down to a single instance.  This was coded using Rad Studio XE8 Delphi and is used in many of my applications. The code will be embedded in the project's source because it has to occur prior to the application creating the main form. Click on the menu Project / View Source or using the project manager, you can right click and upon getting the pop-up, you can select view source as…
Read More