You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kexi/tools/delete_column
tpearson b6edfe41c9 rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
..
Makefile.am Added old abandoned KDE3 version of koffice 15 years ago
README Added old abandoned KDE3 version of koffice 15 years ago
kexi_delete_column rename the following methods: 14 years ago
kexi_delete_column_gui Added old abandoned KDE3 version of koffice 15 years ago
kexi_delete_column_gui_transl_pl.sh Added old abandoned KDE3 version of koffice 15 years ago

README

== "Delete column" utility for Kexi ==

This script deletes a single table column from a .kexi (SQLite 3)
database file without removing data from the table.

Rationale:
Kexi 1.x does not offer deleting columns from a table 
without removing its data. The kexi_delete_column script does exactly this.

Usage:
Type kexi_delete_column for list of arguments.

GUI tool:
There is also a GUI tool 'kexi_delete_column_gui' that is basically 
a wrapper running on top of kexi_delete_column 
The tool works without arguments - it uses KDE dialogs instead ('kdialog').