Delphi is coming for Linux Servers

Rad Studio Delphi Development, Software development Concepts
Delphi is coming for Linux Servers Embarcadero has announced that the next major release for the Delphi language will have Linux server support.  What this means to the developers using Delphi is that they can now create service applications for their Linux customers.  You have to take into account that 60 to 70 percent of web and databases reside on a Linux server since the cost is usually very low. Delphi can be used to create Windows applications, 32-bit or 64-bit, Mac and iOS applications, Android applications and now Linux.  One type of application that comes to mind is a Datasnap application that could be used to provide a secured method to extract data from a MYSQL database and using the REST API deliver the request in minutes. At the…
Read More

Learning from the Yahoo hack and how to protect yourself

Computer PC Tips - bits and bytes, Software development Concepts
Learning from the Yahoo hack and how to protect yourself How and what can you do to protect yourself or your company from being hacked from malware or virus ?  Some of this are very simple steps that you can do on a daily basis. Safe steps to protect yourself Step 1 - Make sure the email you are receiving is from someone or company you know before you do anything.  Opening up an email can trigger an attempt by an outside party to install something on your system. Step 2 - Make sure your workstations and servers have up to date virus and malware software installed.  Staying on top of updates is now necessary due to the daily virus creations that are being done.  You need to make sure that…
Read More

Delphi Developer Days 2016 Baltimore

Rad Studio Delphi Development, Software Events
  Delphi Developer Days 2016 Baltimore [caption id="attachment_380" align="aligncenter" width="770"][/caption]   The Delphi Developer Days 2016 which was held in Baltimore was a top notch 2 day knowledge fest that went over various aspects of the Delphi language.  As always Cary Jensen, Loy Anderson and Nick Hodges gave the utmost sessions to the attending group.  Each developer was able to interact with one another dealing with various issues they may have using the Delphi language. All in all each session was roughly an hour and dealt with debugging, programming methods and tools to impact daily Delphi programming.  The room was packed with programmers in the Northeast section of the United States that all came to Baltimore.  Baron Software once again attended as done in the release past and had a…
Read More

Baron Software Supports IDERA DB PowerStudio

Software Releases, SQL Tips
Baron Software Supports IDERA's DB PowerStudio Baron Software is a longtime user of IDERA's DB PowerStudio which assists us in dealing with our clients in maintaining thousands of mission-critical multi-platform databases that are used for data warehouses along with highly robust data driven applications,” said Richard Baroniunas, software developer and DBA at Baron Software. “It is an utmost priority to use the absolutely best monitoring and troubleshooting software for our clients. All of Baron Software’s clients deserve the best software tools on the market and that is the reason IDERA’s DB PowerStudio suite is always used. The newest release of DB PowerStudio will create the client satisfaction that is our main objective. Read the Businesswire article Read the full article at BusinessWire.  Idera DB Powerstudio for various SQL servers give you the utmost ability to…
Read More

Saving SQL Column Headers Results

SQL Tips
Saving SQL Column Headers Results Sometimes you can run into problems that tend to take up time and could have been solved in a minute.  One of these strange problems is when you attempt to save a Microsoft SQL query result grid to a CSV file. Using Microsoft SQL Server Management Studio (SSMS) Now most of DBA or Developers tend to use the Microsoft SQL Server Management Studio (SSMS) to do the necessary general SQL work.  As you expected when you execute a query the results grid appears displaying the results.  I as countless others tend to copy the information and save it in an excel spreadsheet to do further analysis.  But there are times you may need to save the information into a CSV file for the purpose of…
Read More