Skip to content

add lcase as an option when LoadRecordset #88

@dtrillo

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions