I have a problem using a different account for my cwp(other than admin account). at the moment i can use fx php using either of the below step to choose the account.
Code:
$result->SetDBPassword('bandwagon','admin');
$result->SetDBUserPass('admin','bandwagon');
i now create a new account for my filemaker database, called 'web', which uses the same privilege set as the 'admin' account. this time when i try to use 'web' account with:
Code:
$titles->SetDBPassword('','web');
i get Errorcode- 100:File is missing error in the browser. does anyone know where i am getting it wrong. why is it saying file is missing, when i have provided it with a username and password
another issue i can't get around is, if i create a filemaker database which uses a default account so that it doesnt ask me for a password each time i open the file, do i still have to specify a user account in fx.php?
thanks for any input.