Viewing 7 posts - 1 through 7 (of 7 total)
Hi All,
I have got the starnge solutions for the strange problem. Till now it is working perfectly.
As I said, the SQL execution would not give error untill I use any...
May 20, 2012 at 11:12 pm
Hi Sean Lange,
When I execute the following code you suggested, I get the same error saying "SELECT permission denied on the object....."
ADOQuery3.Close;
ADOQuery3.SQL.Clear;
ADOQuery3.SQL.Add('select 1 as Test into #MyTable');
ADOQuery3.ExecSQL; //Getting error when...
May 14, 2012 at 11:45 pm
Hi Sean Lange And Hi Dear All,
Hi Sean, I would execute the way you said and then I would come back to you, following thing I am writting before reading...
May 14, 2012 at 10:19 am
I don't get any error. Means role is set.
With Best Regards.
Vishal
May 8, 2012 at 11:32 am
Yes, that's why first time there is no error.
With Best Regards.
Vishal
May 8, 2012 at 10:00 am
Hi,
I have kept one TADOConnection component and 2 TADOQuery components and one TButton component at design time.
I have written the code at two places:
1. FormShow event:
Here I am...
May 8, 2012 at 7:13 am
Hi Sean Lange,
I have already mention in the thread as follows:
When I execute the first sql then it works fine without any error, but when I execute the second sql...
May 7, 2012 at 10:44 am
Viewing 7 posts - 1 through 7 (of 7 total)