yacPrepare函数用于客户端发起预编译SQL的请求,返回YAC_SUCCESS表示预编译成功,返回YAC_ERROR表示预编译失败。
yacResult yacPrepare(yacHandle hStmt, const yacChar* sql, YacInt32 sqlLength);