Viewing 15 posts - 241 through 255 (of 269 total)
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...
September 3, 2008 at 11:56 am
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 ...
September 3, 2008 at 11:39 am
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...
August 28, 2008 at 1:09 pm
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...
August 28, 2008 at 11:49 am
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'
...
August 28, 2008 at 10:44 am
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
August 28, 2008 at 9:27 am
THanks Rbarry. THat helps.
ANd if anyone else have used SSL or IPSec for encryption, please let me know. THanks.
August 28, 2008 at 9:11 am
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...
August 28, 2008 at 9:00 am
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.
August 28, 2008 at 8:41 am
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
August 28, 2008 at 8:24 am
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...
August 28, 2008 at 8:00 am
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 =...
August 20, 2008 at 7:48 am
Rbarry, THanks for your reply.How can I grant connect only access to the user??
THank you
August 19, 2008 at 2:18 pm
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...
August 19, 2008 at 1:34 pm
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...
August 4, 2008 at 10:08 am
Viewing 15 posts - 241 through 255 (of 269 total)