Re: [Firebird-net-provider] Fb 3 connection string upgrade

2016-05-04 Thread Kyle Green
Thank you, I can connect and now have rights. I will try to follow your advice to sculpt a user (or role) with just the necessary rights. Meanwhile, I have a couple of questions (should I start a different thread?) The created user appears to belong to the server, not the database, correct?

Re: [Firebird-net-provider] Fb 3 connection string upgrade

2016-05-04 Thread Mark Rotteveel
On 2016-05-03 23:45, Kyle Green wrote: > Thank you, I have done as you suggested, and the connection string > works! > > However the user I created has no permissions, not even select > permissions: > > my log shows 5/3/2016 3:36:11 PM: no permission for SELECT access to > TABLE BLOGS ( and for eve

Re: [Firebird-net-provider] Fb 3 connection string upgrade

2016-05-03 Thread Kyle Green
Thank you, I have done as you suggested, and the connection string works! However the user I created has no permissions, not even select permissions: my log shows 5/3/2016 3:36:11 PM: no permission for SELECT access to TABLE BLOGS ( and for every other attempt to access data) I had named m

Re: [Firebird-net-provider] Fb 3 connection string upgrade

2016-05-03 Thread Mark Rotteveel
See http://stackoverflow.com/q/36752916/466862 In short edit Firebird.conf Add Legacy_Auth to AuthServer. Set WireCrypt to Enabled Add Legacy_UserManager to UserManager Create a user for legacy authentication. Mark Mark - Bericht beantwoorden - Van: "Kyle Green" Aan: Onderwerp: [Fire