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...
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)
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...)
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....
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.
