Subscribe to this list via RSS Blog posts tagged in InterBase
Offline Capable Cross Platform Delphi 10.2 FireMonkey Client Code For Android, iOS, macOS, And Windows The RAD Server Field Service Template provides an end to end field service application template for routing appointments, managing parts, and user administration. It is made up of a REST server module, a desktop client, and a cross platform mobile client. The template can give you a head start in building your own field service solutions. This blog post is about the offline capable mobile client app that comes with the template. You can download the Field Service Template for free from Embarcade...

Posted by on in Blogs
IBLiteをWindowsで使用する IBLiteとは IBLiteはInterBaseデータベースのローカルバージョンです。 セッション数やデータベースサイズといった機能に一部制限がありますが、無料で使用することができ、InterBase Server Editionと完全な互換性があります。違いはDocWikiを参照してください。 特別なインストールは不要で、DLLとライセンスファイルを配置するだけで、アプリケーションに組み込むことができます。 IBLiteの初期設定 Windows上でIBLiteを使用したアプリを作成するには、以下の設定をします。 Visual Studio 2013 の Visual C++ 再頒布可能パッケージをインストールします。 RAD StudioのGetIt パッケージマネージャーから、"InterBase 2017"を検索し、IBLiteをインストールします。インストールされたファイルは$(IBREDISTDIR)\InterBase2017に配置されます。 $(IBREDISTDIR)\InterBase2017\win32_togo(64bitはwin64_to...
IBLite 2017 の GetIt パッケージが更新され、ライセンスファイルが付属しました この記事は、MARCO CANTUによるUpdated IBLite 2017 GetIt Package With License Fileの抄訳です。 IBLiteは、モバイルアプリケーションとデスクトップアプリケーションに組み込むことのできる、InterBaseデータベースのローカルバージョンです。 RAD Studioは完全なデプロイメントをサポートしているので、必要なファイルをデバッグ用とストア用の両方のアプリケーションに簡単にデプロイできます(下の画像を参照してください)。 IBLiteは、一般的に使用されているSQLiteと比較して、より多くの機能を提供し、より堅牢なモバイルデータベースです。 また、InterBaseサーバーと完全に互換性があります。(RAD Studioに付属の無料の開発者用エディションも同様です。) 最近まで、IBLiteのデプロイには一意のライセンスファイルが必要でした。 開発者は、RAD Studioのシリアル番号と共に受け取ったIBLiteのシリアル番号と登録コードを、EmbarcaderoのWebサイトに入力して、IBLiteライセンスフ...
モバイル端末のデータを開発用PCに転送する はじめに モバイルアプリの開発で、端末に保存されているデータベースやログなどを、開発用のPCに持ってきて確認したいケースは良くあります。モバイル端末では「サンドボックス構造」として、モバイルアプリケーションがアクセス可能な領域が制限されています。PCからも同様で、モバイルアプリケーションの領域を直接参照することは出来ません。 以下の手段を使用すれば、モバイルアプリケーションのデータを開発用のPCに転送することが出来ます。 Andoroidの場合: Android端末のUSBデバッグを有効にします。 コマンドプロンプトから"adb shell"を実行します。 Andoroidのシェルが起動しますので、"run-as [アプリケーションのパッケージ名]"を実行して、アプリケーションのストレージに移動します。アプリケーションのパッケージ名はRAD Studioのプロジェクトオプションで確認出来ます。 cpコマンドで、転送したいファイルをPCからアクセス可能なディレクトリにコピーします。例)"cp Test1.IB /sdcard/Pictures" "exit"を入力して...

Posted by on in Blogs
Tech Tipp #13: Rechnen mit InterBase Frage: Ich mache Berechnungen beim SELECT Statement von InterBase. Zum Beispiel (Standard EMPLOYEE Datenbank; nur als Beispiel) SELECT TOTAL_VALUE, TOTAL_VALUE*1.19 AS RESULT FROM SALES Das funktioniert auch so weit, so gut! Dazu habe ich zwei Fragen (i) Wie wird die Anzahl der Nachkommastellen festgelegt? Beispiel: Wenn ich (oBdA) ein SELECT DISTINCT 1/3 AS DRITTEL FROM SALES ausführe kommt da "0" raus? (ii) Früher hat das funktioniert! Antwort: Das ist erstmal abhängig vom Dialekt...
RAD Server Solution Series: [Field Service Application]   Solution Name: RAD Server Field Service Application - Delphi Industry: Field Service Solution Overview: The RAD Server Field Service Industry Template provides an end-to-end field service application template for routing appointments, managing parts, and user administration. It is made up of a REST server module, a desktop client, and a cross platform mobile client.  Instructional/Overview Videos: Access our video playlist here. How to download: Available through GetIt ...
Webinar Replay: Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase When it comes to developing mobile applications, keeping data on your device is a must-have feature, but can still be risky. With embedded InterBase, you can deploy high-performance multi-device applications that maintain 256-bit encryption, have a small footprint and need little, if any, administration. What can participants expect to learn: Using InterBase in your mobile apps is easier than you may expect. Learn to develop mobile applications using InterBase, and how to take advantage of&...
Вглубь технологий InterBase 2017 с Дмитрием Кузьменко В стремительном темпе выхода все новых и новых версий продуктов Embarcadero для разработчиков, по-прежнему не теряется такой важный и интересный элемент, как СУБД InterBase. Практически в любом рассказе про решения Embarcadero, Interbase появляется не только, как доступный вариант выбора для хранения данных, но и важнейшая составная часть многих решений, например RAD Server. При всей легковесности и нетребовательности, InterBase 2017 - мощная современная СУБД, обладающая впечатляющим набором во...
C++ Builder 10.2.2:  DataSet Mapping to JSON for JavaScript client support Introduction In C++Builder 10.2.2, Embarcadero has added a new component to the FireDAC BatchMove architecture, to support generating JSON data from database tables, in an easy and flexible way. RAD Studio (Delphi and C++ Builder) has offered support for JSON in different ways and for a long time. From the JSON system unit (originally part of the DBX space) to the DataSnap table mapping (also via DBX) and to FireDAC tables to JSON mapping, there are many ways to interact with JSON data structu...
Generate Cross Platform Dynamic Forms At Runtime From JSON In Delphi 10.2.1 Tokyo The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2.1 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I will cover the dynamic form generator that is built into the Hospitality Survey Client project. Also keep in mind that the client can be deployed to Android, iOS, macOS, and Windows with a single code base and a single responsive UI. Basical...

Check out more tips and tricks in this development video: