fpc/packages/fcl-sdo
2025-03-11 02:10:22 +02:00
..
examples
namespaced * Dotted filenames for package fcl-sdo 2023-07-27 19:04:15 +02:00
src * Correct errors like "then;" . Fixes issue #41171 2025-03-01 20:49:54 +01:00
tests * PChar -> PAnsiChar 2023-07-15 18:22:39 +02:00
fpmake.pp - disable packages that don't compile on the wasip2 platform 2025-03-11 02:10:22 +02:00
Makefile * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
namespaces.lst * Dotted filenames for package fcl-sdo 2023-07-27 19:04:15 +02:00
README

fcl-sdo is an implementation in Object Pascal of the SDO standard.
(Service Data Objects) by Inoussa Ouedraogo

Service Data Objects are a way of keeping arbitrary data in memory and
provides standardised means to query and modify this data. Its reference
implementation is in Java and it is used mainly in web applications in
combination with XML/XSD data.

For more information, see
http://www.ibm.com/developerworks/java/library/j-sdo/
http://en.wikipedia.org/wiki/Service_Data_Objects

The simple examples provided here will get you started in no time.