reetesh nigam wrote:
> Hi All,
>
> I am retrieving data from Sybase database using Sybase module of Python.
> My query is not taking time however fecthall is taking longer time.
>
> Below is the test script :
>
> def run_query(db,query): ## Run query and resturn record result
> t1 = dat
Hi All,
I am retrieving data from Sybase database using Sybase module of Python.
My query is not taking time however fecthall is taking longer time.
Below is the test script :
def run_query(db,query): ## Run query and resturn record result
t1 = datetime.now()
cursorObj = db.cur