-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reading from DBF to DataTable #38
base: master
Are you sure you want to change the base?
Conversation
With original names of columns and simple types of columns, NULL-safe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This looks like a useful feature. Just needs to take into account existing features.
Name of function of reading to DataTable Co-authored-by: Jay Tuley <jay@tuley.name>
And function for selecting of all fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just typed this into the review, might need some fixing, but should give the idea of what needs to change.
Formatting SelectAllFields() Co-authored-by: Jay Tuley <jay@tuley.name>
Formatting _selectFields.Length Co-authored-by: Jay Tuley <jay@tuley.name>
Simplification of NextRecord(); call Co-authored-by: Jay Tuley <jay@tuley.name>
Simplification of NextRecord(); call Co-authored-by: Jay Tuley <jay@tuley.name>
Preparing DataTable value cycle for a rare types of fileds like Memo or OLE. Co-authored-by: Jay Tuley <jay@tuley.name>
Remaning ReadDataTable Co-authored-by: Jay Tuley <jay@tuley.name>
Ping, @jbtule ! |
1 similar comment
Ping, @jbtule ! |
With original names of columns and simple types of columns, NULL-safe.