Idera and Embarcadero separate target businesses

Rad Studio Delphi Development, Software development Concepts, Software Releases
  Idera and Embarcadero separate target businesses   Idera and Embarcadero have officially separated their businesses for software development Rad Studio that contains Delphi / C++ Builder and the Idera database tools.  This is a fantastic step in going forward and bringing both web sites with a fresh look on the future. Embarcadero will continue to enhance the Rad Studio product that comprises of Delphi / C++ Builder plus the various tool kits that would enhance the product line. Seattle is the latest version that provides the software developer to build applications for Windows, databases, mobile devices and much more. The Ultimate Application Development Platform for Windows 10, Mac, Mobile and IoT. Rapid Development Rich UI/UX Measure User Activity Build for Enterprise Internet of Things Embed Data Everywhere Idera will…
Read More

Microsoft SQL Server 2016 is coming to Linux

Software development Concepts, Software Events, Software Releases, SQL Tips
Microsoft SQL Server 2016 is coming to Linux will provide the ability for users to have the features and additional security. Click the image for more information about SQL Server Microsoft will be releasing a version of their SQL Server 2016 for Linux which is a major step in the world domination plan.  With about 35 percent of the web servers in the world using Linux as their operating system this will open new revenue streams for Microsoft. As you can see from the grid below the percentages of SQL Servers within companies.  The area where MySQL rules is on the web server which puts both at about 35 percent each on market share.  If Microsoft begins the move towards Linux the development tools will be released shortly.  What this…
Read More

1337 Institute of Technology on-line courses Review

Computer PC Tips - bits and bytes, Software development Concepts, Software Events
Udemy on-line courses beat the competition. After taking a recent Excel certification course using 1337 Institute of Technology there was a lot left to be desired. It seems that the course instructor are descent but the overall experience on watching and learning from the course on-line leave so much to be desired.  The display is weak thus giving a terrible session when attempting to learn new software or gain knowledge on a subject.  The sound is mediocre and just the mobility between lessons is extremely slow.  There were numerous times you have to re-log into the session if you did not respond to it in minutes when in fact it should remain open for at least 30 minutes before forcing a logout. Even if you were to go full screen it was…
Read More

Delphi Create a Process or Shelling to start up an external application.

Computer PC Tips - bits and bytes, Rad Studio Delphi Development, Software development Concepts
Delphi Create a Process or Shelling to start up an external application. Since Windows 10 has been released there has been hiccups when dealing with the Windows API. The strange behavior may not return an error code and may actually end up doing nothing leaving you more perplexed then ever. For Delphi developers the best thing to do is retire the ShellExecute API call and convert it over to ShellExecuteEX or to create a separate process you should use CreateProcess. Let's examine the simple task of calling ShellExecute(0, 'open', Pchar('DocumentName.pdf'), '', '', SW_SHOWNORMAL); work under Windows 7 and 8, which would start the Acrobat Reader and open the file but under Windows 10 this no longer is the case. So the next step was to update the call to use…
Read More

Baron Software releases OLE Error Helper for Windows.

Rad Studio Delphi Development, Software development Concepts, Software Events, Software Releases
Baron Software has released the latest version for Windows the OLE Error Helper which is a simple free application that allows developers to do a quick search on OLE Errors and the definition.  Click here to download the latest version.  Developed using Rad Studio Delphi and SQLite stores the information.  System requirements is any Windows 7 or higher and the versions are either 32 bit or 64 bit. Search by simple words to match what you are looking for. You can view or print a report based on your search criteria or dump out the entire database to read at your leisure.
Read More