DatabaseInterBase

Learn How to Utilize User Defined Functions In InterBase Efficiently

UDF is a User Defined Functions in InterBase. They are similar to stored procedures. The difference is that instead of writing stuff in SQL and execute it in the database, we are loading functionality from DLLs. In this CodeRage session, you will learn how to create User Defined Functions in InterBase. Why you should use UDFs? Can perform functions that are not normally…
Read more
News

Get Started with InterBase Tablespaces

With every version of InterBase, we introduce new features that make the database experience easier for our users. When InterBase 2020 was released, we added several enhancements and a great new feature called Tablespaces. What is an InterBase Tablespace? A Tablespace is a…
News

How ISV's are accelerating innovation while reducing costs, thanks to InterBase

If your business is developing software that you sell for specific industry verticals / horizontal sectors, then this webinar is one not to miss! In a change-up from the normal technical sessions,  Mary Kelly will join me, Stephen Ball, as we explore the world of ISV’s, discuss ISV business models, and how companies the world over are realizing higher returns, thanks to InterBase.
Read more
C++

Getting Started with InterBase for RAD Users

Most, if not all, of your applications will connect to some database backend.  For Delphi and C++Builder users, most have either used it previously or have heard of it. InterBase is a zero admin, small footprint database engine that offers enterprise grade database…
News

InterBase 2020 Update 1 is Now Available

InterBase is a powerful, zero-administration, small footprint database engine that can power your server and even run on your mobile devices as an embedded database. InterBase 2020 added a number of new features, including tablespaces support for InterBase server, new OS platform support for embedded versions, enhanced performance monitoring, SQL optimizations and more. Today Embarcadero is…
Read more
News

Auto Inc Fields in RAD Server with InterBase

How to create Auto Incremental Fields in RAD Server with InterBase, FireDAC and TEMSDataSetResource One key feature when asking a remote server to add a record is to get the new record ID value returned. Thankfully this is easily achieved with InterBase and FireDAC via RAD Server with TEMSDataSetResource InterBase has a concept of Generators. These provide a unique sequential integer value that…
Read more