fpc/packages/fcl-sdo
2024-09-29 16:59:02 +03:00
..
examples
namespaced * Dotted filenames for package fcl-sdo 2023-07-27 19:04:15 +02:00
src * Dotted filenames for package fcl-sdo 2023-07-27 19:04:15 +02:00
tests * PChar -> PAnsiChar 2023-07-15 18:22:39 +02:00
fpmake.pp all packages witch are not able to compile REMOVED 2024-09-29 16:59:02 +03: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.