Can I use DataTable in unity. And if yes how. What namespace I should use for this. Actually I am getting error while using DataTable. It is showing this error.
error CS0246: The type or namespace name `DataTable’ could not be found. Are you missing a using directive or an assembly reference?
I got my solution. I am using now System.Data.dll of version 3.0 mono. It is working fine. I have put it in asset. But 'I think we can put anywhere either in Asset or Plugins folder as well.
Second problem I was getting that SQL connection was not initializing. For that I just copies I18N.dll and I18N.West.dll into Asset folder.