Hi People!
I need help!
Until now, I used to read a text file with a path and use this path to configure the path of my database. I used something like this:
sqlconnection.Params.Values['Database'] := 'here is the path...';
It worked, but now, it doesn't work anymore!
The program is confusing the paths, etc...
What´s the correct form to configure the database's path when I was using DBExpress?
Can somebody help me with some article, tip, .... ?
Thanks