L
Logan McKinley
I am trying to create a data class that will hold all of my access database
stuff. My problem is that i want to be able to use a DSNless connection and
i will not always know the absolute path so i want to use
Application.ExecutablePath or something similar but i don't have access to
that from within my data class. Is there any way to do this?
Thanks in advance
stuff. My problem is that i want to be able to use a DSNless connection and
i will not always know the absolute path so i want to use
Application.ExecutablePath or something similar but i don't have access to
that from within my data class. Is there any way to do this?
Thanks in advance