"DurumDara" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I have this code in my program. Before this I use APSW, but that project's
> connection object doesn't have close method...
The connection object is released when there are no more
references to it, and there are no outsta
DurumDara wrote:
> So: I create a table in the first, and later I want to push some
> elements to it. Before this example code I use special method to create
> insert sql with tuple of values. But everytime it have been failed with
> this message: SQL error or inaccessible database. Then I simpl