Re: [sqlite] Tcl/Perl/Python Integration with SQLite3

2013-09-04 Thread Simon Slavin
On 3 Sep 2013, at 2:31pm, ashutosh_maheshwa...@dell.com wrote: > 1. Documentation says, SQLite has in-build support for TCL with sqlite3 > command. But TCL 8.6 itself is coming with TDBC options for SQLite and the > TCL distribution has got its own SQLite package in it. My problem is

[sqlite] Tcl/Perl/Python Integration with SQLite3

2013-09-04 Thread Ashutosh_Maheshwari1
Hi, In my project, We are using all the 3 scripting language mentioned in the subject line. There is a requirement to support a database in my project/product and we should be able to write scripts to access/modify the database. We selected SQLite to suit our requirements. Now the problem