To answer the first question, the database name is something you create in most cases. There are some cases where the database name needs to be specific but that's only when trying to access certain third party applications.
The second question, some databases do have security enabled and you would need to use the username/password for that database. The Administrator user is called "Master" in PSQL and it is case sensitive. There is no default password however.
Main Topics
Browse All Topics





by: jeftechPosted on 2007-10-30 at 20:11:12ID: 20182649
OK, I have been able to create an Engine Interface DSN by creating a Client Interface DSN first (not sure why or how, but it just happened that way).
However, when I tried to "Test" the DSN, I was asked to "Log on to <DSN name>" and to enter a username/password. Same thing when I try to use the DSN by linking tables in MS Access. What is the username/password that needs to be entered? Is it a database administrator account or something? Unfortunately someone else installed the Pervasive database so getting hold of these credentials may be difficult.