Hello people
ok, I am using BDE components
I have 3 TQuery and 1 stored procedure components.
every time i run the app, it is asking for the password for the database. For this reason, I used the TDatabase component and set the loginprompt property to false, set the alais name to the BDE alais for that database.
Now when I try to run the program, the login window doesnt pop up but the login fails and program doesnt run
it seems like it trying to connect with wrong password or may be Blank PASSWORD.
How and where can I fix the password and then keep the loginprompt to false and get the application working
I hope you understand what i mean
thanks
ok, I am using BDE components
I have 3 TQuery and 1 stored procedure components.
every time i run the app, it is asking for the password for the database. For this reason, I used the TDatabase component and set the loginprompt property to false, set the alais name to the BDE alais for that database.
Now when I try to run the program, the login window doesnt pop up but the login fails and program doesnt run
it seems like it trying to connect with wrong password or may be Blank PASSWORD.
How and where can I fix the password and then keep the loginprompt to false and get the application working
I hope you understand what i mean
thanks