CodeDatabaseDelphiRAD Studio

Easily Learn To Store Data In A Nested Dataset using FireDAC With FireDAC.TFDMemTable.NestedDataSet Sample

TheNestedDataSetsample shows you how to set anested datasetin a dataset field. Location You can find theNestedDataSetsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to – Object PascalDatabaseFireDACSamplesComp LayerTFDMemTableNestedDataSetSubversion Repository – You can find Delphi code…
Read more
CodeDelphi

Learn About This Powerful WYSIWYG IDE Designer For Delphi Web Development

IntraWeb has been an awesome framework for Delphi web applications. In this CodeRage session, Chad Hower explains how you can make web apps with the Delphi and new IntraWeb 17 features. For instance new In-IDE designer. The cool thing about the In-IDE designer is that you see your live web app while developing it. It can also run outside and independently from the Delphi IDE or even…
Read more
DatabaseDelphiRAD StudioTech Partner

Easy Access to MS Access Databases with Delphi and C++ Builder Components

If you need to work with Microsoft Access databases in your application then you can use the Data Access Objects (DAO) library from WINSOFT: Component list The DAO library contains the following components: TDAODatabase, TDAODataSet, TDAOTable, TDAOQuery, TDAOUpdateSQL Examples // Create a new database uses DAO, DAODS; GetDBEngine.CreateDatabase('C:\database.mdb', dbLangGeneral…
Read more
DelphiTech Partner

Delphi library for interoperability with Java using WINSOFT JavaBridge

Intro Java Native Interface is a standard programming interface for writing Java native methods. Most JNI developers utilize C/C++ but most of the JNI header files ported to Delphi. In a simple word: Java Native Interface (JNI) is the Java interface to non-Java code. And when you work with data types you should always convert data between Delphi and Java. JavaBridge library WINSOFT offers…
Read more