Forum Replies Created

Viewing 15 posts - 241 through 255 (of 269 total)

  • RE: UPdate statement

    Oh Okay. I thought the select * from table, will always retrieve the rows in the same order. I just tried a select on few tables and it results...

  • RE: UPdate statement

    Rbarry,

    I meant the CIT.descr should be populated with NIT.descr from the first inserted record in NIT.

    Below is the test case:

    SQL> select * from nit;

    CNO ...

  • RE: approle

    Hmm, no success yet ! I am able to change the other regular sql commands in the command text space but not this 'exec' command. It just throws the same...

  • RE: approle

    Ok. I think it should work. I am trying to just test it from Excel using ODBC.

    I set up ODBC and I am able to connect to the database from...

  • RE: approle

    Hmm, atlast I just found out that the application that is connecting to the database is using ODBC. So if we can run the

    EXEC sp_setapprole 'test',{encrypt N 'test'}, 'odbc'

    ...

  • RE: approle

    Hmm, okay..

    I just setup the ODBC data source for the server.

    Not sure how I can connect to the server with ODBC..

    I appreciate any help. Thanks

  • RE: approle

    THanks Rbarry. THat helps.

    ANd if anyone else have used SSL or IPSec for encryption, please let me know. THanks.

  • RE: approle

    Rbarry, It didnt work either.. same error...

    EXEC sp_setapprole 'test',N'test'

    Are you using this method currently without encryption?? How does it store the password?? plain text?? and do you where...

  • RE: approle

    Aww okk.. But does it store the password in plain field if we execute this command?

    EXEC sp_setapprole 'test',N'test'

    And do you know where the password is stored???

    Thanks a lot.

  • RE: approle

    Does the below command store the password in encrypted format or plain text??

    EXEC sp_setapprole 'test', N'test';

    Please give me your suggestions. Thanks

  • RE: approle

    Rbarry, I tried the below command to exec setapprole it was successful.

    EXEC sp_setapprole 'test', N'test';

    But, is the password encrypted in this method or do I have to mention...

  • RE: approle

    Thanks a lot, Rbarry.

    One last doubt, I just found the syntax for creating app role is different.

    CREATE APPLICATION ROLE application_role_name

    WITH PASSWORD =...

  • RE: approle

    Rbarry, THanks for your reply.How can I grant connect only access to the user??

    THank you

  • RE: approle

    Yes, my client is looking for providing access to the users only through the application and not at the database level..

    I researched a bit and I was able to...

  • RE: Sp creation problem

    Could it be like a permissions issue??

    We just found out that the client has created the database as a seperate instance with its own master database.Could it be the...

Viewing 15 posts - 241 through 255 (of 269 total)