Skip to content

add lcase as an option when LoadRecordset #88

Description

@dtrillo

Hi.
I wonder if if is possible to add a new parameter on functions LoadRecordset and LoadFirstRecord to allow that the key can be always lower case.
I do like this:

public sub LoadFirstRecord(byref rs, lcaseall) ' Change 3.8.2
dim field

	for each field in rs.fields
		k = field.name: if lcaseall then k = lcase(k)
		add k, field.value
	next
end sub

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions