On 8/7/07, Dennis Cote <[EMAIL PROTECTED]> wrote:
> Lee Crain wrote:
> > Dennis,
> >
> > Are you certain that the callback function interface has been deprecated?
> >
> > >From the link you posted:
> >
> > ---------------
> >
> > "2.2 Executing SQL statements
> >    typedef int (*sqlite_callback)(void*,int,char**, char**);
> >    int sqlite3_exec(sqlite3*, const char *sql, sqlite_callback, void*,
> > char**);
> > The sqlite3_exec function works much as it did in SQLite version 2. Zero
> > or more SQL statements specified in the second parameter are compiled and
> > executed. Query results are returned to a callback routine."
> >
> > ---------------
> >
> > I couldn't find a reference to its deprecation.
> >
> >
> Lee,
>
> Perhaps depreciated may be too strong, but it is no longer recommended.

In which case, "deprecated" is definitely too strong, but
"depreciated" might well be apt.

;-)

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to