Prev: twapi bug?
Next: IPC options on Windows
From: George Petasis on 3 Jun 2010 13:05 Hi all, I have a small corpus annotation tool and I need to add some collaboarative annotation facilities. I haven't still decided how to implement this (i.e. communication ammong instances of the tool in a network or through a central server), but a quick idea is to move the sqlite database the tool uses to store half of the information on a server. So, is tdbc an alternative for this? ActiveTcl seems to contain the package, but I am not sure if any drivers are contained. Has anybody uses tdbc in an application? George
From: Robert Heller on 3 Jun 2010 13:53 At Thu, 03 Jun 2010 20:05:54 +0300 George Petasis <petasisg(a)yahoo.gr> wrote: > > Hi all, > > I have a small corpus annotation tool and I need to add some > collaboarative annotation facilities. I haven't still decided how to > implement this (i.e. communication ammong instances of the tool in a > network or through a central server), but a quick idea is to move the > sqlite database the tool uses to store half of the information on a > server. So, is tdbc an alternative for this? > > ActiveTcl seems to contain the package, but I am not sure if any drivers > are contained. Has anybody uses tdbc in an application? I was never able to get the Linux/UNIX port of tdbc to work at all. And could not compile it either. I use snodbc.kit instead. I just needed to 'patch' the kit I have to properly handle the fact that I have a x86_64 system and the .so files in the snodbc.kit I have are i386 -- I'm building my starkits with a 32-bit tclkit and use the i386 version of the unixODBC and various db-odbc driver libraries. Oh, and sqliteodbc is available (I'm using it with one application). > > George > -- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller(a)deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
From: Jeff Hobbs on 3 Jun 2010 14:53 On Jun 3, 10:05 am, George Petasis <petas...(a)yahoo.gr> wrote: > I have a small corpus annotation tool and I need to add some > collaboarative annotation facilities. I haven't still decided how to > implement this (i.e. communication ammong instances of the tool in a > network or through a central server), but a quick idea is to move the > sqlite database the tool uses to store half of the information on a > server. So, is tdbc an alternative for this? > > ActiveTcl seems to contain the package, but I am not sure if any drivers > are contained. Has anybody uses tdbc in an application? The core tdbc is in AT 8.6 beta, and drivers will follow soon in the teapot (within the next couple of weeks, maybe sooner). Jeff
|
Pages: 1 Prev: twapi bug? Next: IPC options on Windows |