Re: [DB-SIG] ctree

2007-05-10 Thread Dieter Maurer
Carl Karsten wrote at 2007-5-9 15:45 -0500: > ... >Well, I did C back in 1900's, so my skills are a bit rusty. I did find this: "Pyrex" may allow you to create Python bindings to C API with minimal C knowledge. -- Dieter ___ DB-SIG maillist - DB-S

Re: [DB-SIG] ctree

2007-05-09 Thread Carsten Haese
On Wed, 2007-05-09 at 15:45 -0500, Carl Karsten wrote: > Carsten Haese wrote: > > On Wed, 2007-05-09 at 14:57 -0500, Carl Karsten wrote: > >> I need to read some data from an old system that is running on a 1999 > >> linux box. > >> Using strings, I find: > >> > >> FairCom(R) Server and c-tree

Re: [DB-SIG] ctree

2007-05-09 Thread Carl Karsten
Carsten Haese wrote: > On Wed, 2007-05-09 at 14:57 -0500, Carl Karsten wrote: >> I need to read some data from an old system that is running on a 1999 linux >> box. >> Using strings, I find: >> >> FairCom(R) Server and c-tree Plus(R) > > According to http://www.faircom.com/products/ctree/CTP_A

Re: [DB-SIG] ctree

2007-05-09 Thread Carsten Haese
On Wed, 2007-05-09 at 14:57 -0500, Carl Karsten wrote: > I need to read some data from an old system that is running on a 1999 linux > box. > Using strings, I find: > > FairCom(R) Server and c-tree Plus(R) According to http://www.faircom.com/products/ctree/CTP_APIs.shtml there doesn't seem to

[DB-SIG] ctree

2007-05-09 Thread Carl Karsten
I need to read some data from an old system that is running on a 1999 linux box. Using strings, I find: FairCom(R) Server and c-tree Plus(R) Wondering if anyone here knew how I could read it in py. The plan is to migrate it to MySql. Carl K ___