File: TODO

package info (click to toggle)
dbtcp 0.1.17-4.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 664 kB
  • ctags: 556
  • sloc: ansic: 4,134; perl: 414; makefile: 229; php: 69; sh: 68
file content (21 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* SERVER
- Access based on DSN, IP, login and password; DSN available or create 
- A button on the toolbar to lauch ODBC manager
- Show tables in a DSN
- Show DSN ( Catalogue )
- Compression protocol ( zlib )
- Multiple active query in a connection
- A server without threads ( for bugged ODBC drivers )
- Integrated web server ( remote control, statistical data etc etc )
- Transaction ( requires ADO ??? )

* CLIENT
- A better output format ( like mysql )
- Auto reconnect if the connection fails
- Catalogue
- Return errorcodes if there is an error
- Recode read_defaults for not use %as
- ODBC driver

* LIBRARY
- Write documentation