Jay Tuley
Jay Tuley
Project Member Reported by jtuley, Apr 16, 2011 The method generation code would be the same pretty much. Proxy class creation code would need to change but should be easy....
From the docs > From version 2.3.0, you can also generate a password hash from url (thanks jol64). syntax: https://server/myrtille/GetHash.aspx?password=password I went to check the source to see if there...
Not sure it's worth it.
Example use RegexPattern. Also maybe using NotNull? ``` > > ```
Floats are stored as strings so they are exact numbers, like decimal type, but maybe if someone types a DBF fields as float they are expecting a float so maybe...
Reported by harish.chepuri, Feb 24, 2012 What steps will reproduce the problem? 1. Unable to get the Data Culture 2. Unable to get the Date Format 3. unable to get...
Reported by d321321, Feb 3, 2013 Where a DBF file is not terminated with the expected 0x1A end-of-file marker, the DBFReader.NextRecord method throws an error when EOF is encountered, rather...
Reported by [email protected], Dec 12, 2011 What steps will reproduce the problem? DataTable table = new DataTable("Artikli"); DataColumn column; DataRow row; foreach (DBFField i in reader.Fields) { column = new...
Reported by serialkil83, May 17, 2011 What steps will reproduce the problem? 1. Try to read the attached dbf with any version of the library up to 3.0.1 What is...