Gustavo Frederico
2007-11-02 18:20:15 UTC
Hi, I'm trying to incrementally train an associative model with Adomd.NET. Before having a nested table in the model I was able to have an INSERT INTO statement of the form
INSERT INTO MiningStruct(c1, c2) @MyTabularContent
binding a System.Data.DataTable to the MyTabularContent parameter. How to train with a nested table with Adomd.NET?
Thanks,
Gustavo
INSERT INTO MiningStruct(c1, c2) @MyTabularContent
binding a System.Data.DataTable to the MyTabularContent parameter. How to train with a nested table with Adomd.NET?
Thanks,
Gustavo