(Context - working in C#)

Vanilla single node cluster, no persistence (yet). 

I executed a DDL statement via ODBC (CREATE TABLE BLAH (RecID varchar
PRIMARY KEY, Value1 varchar))

I see a cache was created via the web console (SQL_PUBLIC_BLAH).

I executed an Insert via ODBC (INSERT INTO BLAH (RecID, Value1) VALUES
('12345', '54321'))

I can see from the web console the new cache now contains 1 object. If I do
a select statement via ODBC and use an OdbcReader, I can read the values
back out.

Since I didn't define any classes, it is possible to now interact with the
cache not via ODBC, but via Ignite.NET and the cache/object directly in
code? What I'm trying to do is look at what the object looks like, and
potentially load the cache with a data mover routine to read from a source
db record, create an object in code from that record, add that object to the
cache, then use SQL to read the new object back out.

Currently, when I add an object to the cache manually (adding fields
manually), it doesn't get returned from ODBC/SQL. 



This is just a 



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to