Search Unity

NotImplementedException: OleDb is not implemented.

Discussion in 'Scripting' started by tpaslou, Jul 10, 2019.

  1. tpaslou

    tpaslou

    Joined:
    Mar 30, 2018
    Posts:
    10
    Hello

    I m trying to import a DBF file in unity using C# similar to :

    https://stackoverflow.com/questions/11356878/get-data-in-a-dbf-file-using-c-sharp

    but i get the error below :

    NotImplementedException: OleDb is not implemented.
    System.Data.OleDb.OleDbConnection..ctor (System.String connectionString) (at <8012ff544f1c4cb384c200861f770215>:0)
    (wrapper remoting-invoke-with-check) System.Data.OleDb.OleDbConnection..ctor(string)
    DBF_importer.Start () (at Assets/GIS_Data/DBF_importer.cs:45)

    any help ?