Feature #73
Removing requirement to call execute before calling describeResult (and SQLDescribeParam)
| Status : | New | Start : | 05/30/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
| Resolution : |
Description
Hi,
If you call HDBC.describeResult you will get an empty list, if you have not priviously called HDBC.execute. I would be very happy if this restriction could be removed, so that you could do:
do c <- connectODBC dsn
preStmt <- prepare c sqlExpr
-- no call to execute
description <- describeResult preStmt
My other feature requests (...) includes a patch which gets the result types of a query, without calling execute first.
Greetings,
Mads Lindstrøm
P.s. I tried to use the "Preview" link. It gives me: "Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance."