Subject | Re: [firebird-support] Re: Firebird Usage Load Problem |
---|---|
Author | Maurice Ling |
Post date | 2005-07-15T22:12:14Z |
>It is not about the join, it is about the amount of data returned. I can
> Out of curiosity, why would python care if you were doing a join? Does
> kinterbase deconstruct your query? It's strange that the SQL would
> cause an error. Perhaps the FB engine is throwing an error when asked
> to prepare the SQL, and python is having trouble returning the error
> code.
> What happens if you run the join statement from isql?
>
do a select * from X table in isql.
cursor.execute("select * from X")
data = cursor.fetchall()
gives me a vm_allocate() error
maurice
[Non-text portions of this message have been removed]