Override Table Insert
Posted: Mon 18 Jul 2011 14:25
Greetings,
We are porting our SQL Server / Linq2Sql program to Infobright (database) / LinqConnect.
Since Infobright uses mysql frontend, I can use LinqConnect with it.
I got 6 tables using MyISAM that work with no problem. But I got one that uses Infobright engine and it does not suport DML (insert, update, delete) queries.
Is there a way I can override or customize the insert behavior of LinqConnect? I need to prevent that one table to be inserted in the regular way modify to the one that works.
Thanks
We are porting our SQL Server / Linq2Sql program to Infobright (database) / LinqConnect.
Since Infobright uses mysql frontend, I can use LinqConnect with it.
I got 6 tables using MyISAM that work with no problem. But I got one that uses Infobright engine and it does not suport DML (insert, update, delete) queries.
Is there a way I can override or customize the insert behavior of LinqConnect? I need to prevent that one table to be inserted in the regular way modify to the one that works.
Thanks