pengweichu
pengweichu
When I send the SCAN, how can I obtain the cursor and returned list? Thanks
How to compile it on Windows with VC++ ? Any guide is available ? Thanks & regards,
ERROR: tls [tls_util.h:42]: tls_err_ret(): TLS accept:error:24064064:random number generator:RAND_bytes:PRNG not seeded ERROR: tls [tls_util.h:42]: tls_err_ret(): TLS accept:error:140B512D:SSL routines:ssl_get_new_session:ssl session id callback failed ERROR: [core/tcp_read.c:1505]: tcp_read_req(): ERROR: tcp_read_req: error reading - c:...
How to obtain the records count ? ``` std::string sql = "SELECT COUNT(*) FROM "; sql += DB_KEY_TAB; sql += " WHERE uuid = '"; sql += uuid; sql +=...