Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
DataFlex
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Features== The DataFlex language supports: *Supports many database environments: [[Oracle database]], [[Microsoft SQL Server]], [[IBM Db2]], [[MySQL]], [[PostgreSQL]] as well as any [[ODBC]] database. *Easily switch between database backends, no code change needed. *Variables are loosely typed. The virtual machine takes care of conversions. *Flexibility; the language is object oriented, so developers can create subclasses and libraries. *Code compiles to an intermediate [[bytecode|byte-code]] which makes the programs easily portable between operating systems. *No [[Thread (computer science)|threads]] or [[computer multitasking|multitasking]] *Methods can - for ease of coding - be defined or redefined inside the object definition. Technically the compiler simply sub-classes the superclass and adds the methods to the class. *Automatic delegation of messages in the [[object-oriented programming]] environment *Embedded Database access is [[ISAM]]-based. It can be used royalty-free.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)