From: Christian L. <chr...@la...> - 2004-10-16 13:43:20
|
I wrote some code to use mdbsql from tcl. Here is a usage example : % load libMdb % ::mdb::connect liste.mdb cnx1 % cnx1 tables AOM_ANCIEN BRANCHE DEPARTEMENT DIRECTION EQUIPE IDENTITE OPTIONS SITE UNITE % cnx1 columns UNITE {LBL Text} {ID {Long Integer}} % cnx1 sql "select * from UNITE where ID=1902" {Financial 1902} % cnx1 sql -headers "select * from UNITE where ID=1902" {LBL ID} {Financial 1902} Is anybody interested in it ? Bye, Pif. |