MYSQL

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • python interface and clob column

    0 answers - 364 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    elif el == 'Long':
    _formats[i]='el[i].read(20)'
    combined with
    for col in _columndata:
    data_vars[col]= eval(_formats[i])
    req.write(col + ' : ' + str(eval(_formats[i])) + '\n' )
    means that el[i].read(20) gets called twice because of the two evals. So
    you see characters 21 to 40.
    Daniel Dittmar

Re: python interface and clob column


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 4 =
QUESTION ON "MYSQL"

EMSDN.COM