// Copyright (c) 1999-2001 David Muse // See the file COPYING for more information #include bool sqlrcursor_svr::prepareQuery(const char *query, uint32_t querylength) { // by default, do nothing... return true; }