changes.
| | h2. Databases |
| | |
| | _Velo_ has a generic JDBC adapter that supports any database type that has JDBC support, |
| | |
| | Many databases are JDBD supported, following is a table with the most known supported databases: |
| | || Database Type || Version || |
| | | Oracle | 8.x,9.x,10.x | |
| | | Mysql | 3.x,4.x,5.x | |
| | | Mssql | 2000,2005,express 2005 | |
| | | Informix | | |
| | | Derby | | |
| | | DB2 | | |
| | | Sybase | | |
| | And many more... |
| | |
| | h2. Directories |
| | |
| | _Velo_ has a generic LDAP adapter that supports any LDAP V3 directory including: |
| | - Sun Directory |
| | - OpenLDAP |
| | - Active Directory (Please see the special native ActiveDirectory adapter) |
| | |
| | h2. Active Directory |
| | |
| | _Velo_ has a special Active Directory native adapter that supports Active Directory and Exchange by using Microsoft native interfaces (such as ADSI/Directory Services, etc...) |
| | |
| | h2. IP Socket |
| | |
| | Socket Adapter supports systems that communicate via pure socketing protocols such as the Telnet protocol, |
| | |
| | Usually this adapter is used by systems such as: |
| | - Unix based telnet services |
| | - Routers |
| | - Switches |
| | - etc.... |
| | |
| | h2. Generic WEB |
| | The _Generic WEB_ is an HTTP based adpater that may post HTTP FORMS via POST method and send HTTP requests via GET method. |