Databases

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • SQLite without callback function

    1 answers - 811 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

    Have not you forgot the bind ?
    Mario Hebert
    Legerity
    John Stanton <johns (AT) viacognis (DOT) com
    05/30/2006 04:55 PM
    Please respond to
    sqlite-users (AT) sqlite (DOT) org
    To
    sqlite-users (AT) sqlite (DOT) org
    cc
    Subject
    Re: [sqlite] SQLite without callback function
    Use sqlite3_prepare, sqlite3_step, sqlite3_reset and sqlite3_finalize.
    Mario.Hebert (AT) legerity (DOT) com wrote:
    I think I know the answer to this but I figured it would be better to
    ask
    than to do a major design flaws. :)
    What is the most efficient way in SQLite (using the C/C++ interface
    layer)
    to retrieve the result of a query without using the callback function
    (setting it to NULL) ?
    Thanks,
    Mario Hebert
    Legerity
  • No.1 | | 1315 bytes | |

    Sorry, sqlite3_bind also.

    For the benefit of the original poster the API call which implements a
    callback is implemented with sqlite3_prepare etc.

    Mario.Hebert (AT) legerity (DOT) com wrote:
    Have not you forgot the bind ?
    Mario Hebert
    Legerity

    John Stanton <johns (AT) viacognis (DOT) com
    05/30/2006 04:55 PM
    Please respond to
    sqlite-users (AT) sqlite (DOT) org

    To
    sqlite-users (AT) sqlite (DOT) org
    cc

    Subject
    Re: [sqlite] SQLite without callback function

    Use sqlite3_prepare, sqlite3_step, sqlite3_reset and sqlite3_finalize.

    Mario.Hebert (AT) legerity (DOT) com wrote:

    >>I think I know the answer to this but I figured it would be better to


    ask

    >>than to do a major design flaws. :)
    >>
    >>What is the most efficient way in SQLite (using the C/C++ interface


    layer)

    >>to retrieve the result of a query without using the callback function
    >>(setting it to NULL) ?
    >>
    >>Thanks,
    >>
    >>Mario Hebert
    >>Legerity
    >>
    >>


Re: SQLite without callback function


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

EMSDN.COM