Click here to Skip to main content
15,892,517 members

Comments by Jagadisha_Ingenious (Top 88 by date)

Jagadisha_Ingenious 9-Aug-18 5:21am View    
Thanks for your suggestion ES, that worked for me. Could you please tell me how to dispose the client object in SendCmd button click event. I tried using Client.Dispose() method, the object is not getting empty.
Jagadisha_Ingenious 29-Mar-17 0:44am View    
The following query which i tried:

SELECT tl.TESTID INTO testID FROM TESTLIB tl
WHERE tl.DBDESCRIPTION = LDescription;

SELECT tlv.testrevid INTO testRevID FROM TESTLIBREVISION tlv
where tlv.revision = 2 and tlv.testid = testID;

It throws error. Is it because i am taking testID from 1st query & using it in the 2nd query...?
Jagadisha_Ingenious 24-Jun-16 5:15am View    
Thanks Animesh Datta, but whhen i click on the row header to sort the sorting happens for that particular column & data in other column disappears. Why such a thing happens..?
Jagadisha_Ingenious 24-Jun-16 5:14am View    
Ya it will sort but data in other columns disappear why...?
Jagadisha_Ingenious 11-Apr-16 3:26am View    
Hi Hiren Soni, these two columns are null.