DbDataSource enhancement
Posted: Mon May 01, 2023 3:45 pm
Hi Robert,
would it be possible to add a new constructor overload to the DbDataSource class?
It would be a very cool thing to have a constructor like that:
so it could be used also in non-VFP environments.
Thank you very much!
Wolfgang
would it be possible to add a new constructor overload to the DbDataSource class?
It would be a very cool thing to have a constructor like that:
Code: Select all
constructor( cFileName as string, cRDD as string )
Thank you very much!
Wolfgang