i am currently using the Jet OLEDB provider to open text files. i wanted to use this with the Mono framework, but it returns the error "gda-2". is there any alternative that would work with mono?
Printable View
i am currently using the Jet OLEDB provider to open text files. i wanted to use this with the Mono framework, but it returns the error "gda-2". is there any alternative that would work with mono?
Microsoft has a 'microsoft text driver'. Does the mono framework have an equivalent text driver?
haven't managed to find one yet. i am currently just adding DataTables to a DataSet and serializing the dataset to an xml file. this still allows me to run querys on the datatable.