[Gambas-user] datasource

T Lee Davidson t.lee.davidson at gmail.com
Tue Mar 24 17:07:35 CET 2020


On 3/24/20 4:16 AM, Georgios Kalogiannis wrote:
> Hello
> 
> I am using gambas ver 3.14.3.
> On a graphical database application, I have set a connection with the option Remember password checked and the connection to the 
> database is successfully.
> On the form I put a datasource control with the properties connection set to above connection and I can choose a table from the 
> property table on the graphical interface.
> Up to here I have no write any code.
> When I run the program I get the error message "Access denied for user ... (using password:NO")
> Do I missing something ?
> Do I have to write code for the password ?
> 
> 
> best regards
> 
> Georgios
> 
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> 

"You have to check the gb.desktop component in your project if you want the password connection entered through the IDE to be 
automatically retrieved.

Otherwise you will have to provide it yourself."

http://gambaswiki.org/wiki/comp/gb.db/connections


-- 
Lee


More information about the User mailing list