Re: About python Sybase module and the database manipulation!

2007-04-06 Thread Steve Holden
boyeestudio wrote: > I write a python program which can insert one record into the Sybase > databae at a time using the function "fetchone()",But I find it runs slowly. > So I want speed it up,But I don't know how to manipulate the database > more efficiently! Thread or any other methods can do i

About python Sybase module and the database manipulation!

2007-04-05 Thread boyeestudio
I write a python program which can insert one record into the Sybase databae at a time using the function "fetchone()",But I find it runs slowly. So I want speed it up,But I don't know how to manipulate the database more efficiently! Thread or any other methods can do it?? -- http://mail.python.o