ASA 11 new user -
09-07-2010
, 05:09 AM
Hello everyone,
I need to create a new user so I can control the permissions of
database clients. I've created the user on from Sybase Central and set
the permissions I want. Whenever I try to log in through my application
using that user's credentials it tries to CREATE tables that already
exist. It's like it thinks the user is supposed to be the owner or
something. I'm not entirely sure what I'm doing, I'm a programmer not a
DB admin.
The connection string is:
[DB Name];UID=[UserName];PWD=[Password];Eng=[DB Name];DBS=[DB
Name];CommLinks=tcpip
All the tables in the DB use this string as their 'OWNER'.
The application is written using Clarion 6.3 |