Hi, Could you please exlpain what do you mean when talk about data lost after connection is finished? Driver just returns data to caller and doesn't cache any data from result set.
JDBC driver can connect to any type of Ignite node (server or client). Do you see any error messages in logs when driver is trying to connect to the client node? On Fri, Oct 30, 2015 at 11:12 AM, iceguo <[email protected]> wrote: > I an trying to connect Ignite using standard JDBC driver. > > But for some reason, I want to use the older JDBC connection URL pattern as > following: > jdbc:ignite://<hostname>:<port>/<cache_name>, > > It can connect sucessfully, but only for server mode. > > After the connection finished, the data on it will lose. > I want to know how to connect Ignite using JDBC driver by client mode. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-connect-Ignite-using-JDBC-driver-by-client-mode-tp1771.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Andrey Gura GridGain Systems, Inc. www.gridgain.com
