The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Tk::DBI::DBGrid - megawidget based on Label/Entry and Scrollbar widget.

DBGrid allows to browse/edit any table to which a query can be applied.
The query may join several tables.

See the DBGrid.pod documentation for a full description
of this module (on russion see the DBGrid.ru.pod).

INSTALL

HOW TO BUILD AND INSTALL

	perl Makefile.PL
	make
	make install
Or:
	copy ./lib/Tk/DBI/* into perl/site/lib/Tk/DBI


what's new

[+] New
[-] Fixed error
[*] Changes

 v.0.02 - 16.04.2005

 + rename colunm name
 + copy current row to clipboard (test with OpenOffice.org 1.1, Excel, Far; 
   íî íå ðàçîáðàëñÿ êàê äëÿ win ñêîïèðîâàòü ñòðîêó â êèðèëèöå áåç ïåðåêîäèðîâêè - â Far'å
   ïðè âñòàâêå èç áóôåðà ïðîáëåì íåò, à â òîò æå OOo Calc êîäîâàÿ òàáëèöà ïîðòèòñÿ)
 * not use system color for not win
 + refresh dbgrid
 + call function for encode database data ( example, db use cp1251, but gnome use utf8 )
 * insfinc, updfinc, delfunc
 
	v.0.01 - 16.12.2004 

 + beta