i have some issue which i face on regular basis,my listening abilities is not good,when ever i got task,while QA telling me about the scenarios etc,,,, I put on much extra concentration, but I didnt catch the understanding exactly....I have lack of listening abilities.. any advices? what should i do? by the way i have lack of confidence issues,, some pscyhological issue also,but I am a dedicating person. any advices/ suggestion?
Ali_100
Posts
-
listening abilities,loose focus -
HOw to design DB ?I want to learn how to design database ,i want some solved examples, samples,case studies,step by step solutions ,or some one has some materials etc , please guide me how to design DB,i have much problems in creating relationships. you can send me any helpful material at waqarnaeem2@hotmail.com
-
WHy C#net doesnot support Mul.inheritance?Why C#.net does not support multiple inheritance?why it can support by interface?why not by class?
-
php project?from where can i get php projects for beginning level/?? plz send me waqarnaeem2@hotmail.com
-
joomla,pearl, etc?what is joomla?pearl? how are these different from PHP?? what is iphone developer? what is sharepoint developer
-
about CLRis it possible ? 1)can i force stop CLR from doing something? whenever i need. 2) can i force to start clr to work?whenever i need some one asked me the Question, plz don't tell what does clr do....
-
Multiple recursion & recursion?why we need recursion, only for calling method repeatedly ? well there is a factorial problem , we can get the factorial of any number by any loop,so why we need recursion? please don't give formal reason. what is multiple recursion? any example
-
TOols of testingsWhat are the tools of black box testing & white box testing,,?/plz names
-
Multiple inheritancewhy Interface supports multiple inheritance ? & why abstract class don't?what is the reason?
-
what is mean by transaction in database?if select command is use as single like select * from employee then it 'll also included in transaction's defination ? how can i roll back this command?
-
what is mean by transaction in database?what is mean by transaction in database? is "select" command is also included in transaction?
-
plz check y there is an erro in reading dataerrror generate when the data reader read.i have made the login project, the error write that (Incorrect syntax near the keyword 'user') . but there is not a problem in table name because i have change it to users than it will give different error the error occurred in loReader = loCommand.ExecuteReader() Imports System Imports System.Data.Sql Imports System.Data Imports System.Data.SqlClient Partial Public Class _Default Inherits System.Web.UI.Page Public Shared lsConnectionString As String Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load End Sub Protected Sub Login1_Authenticate(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.AuthenticateEventArgs) Handles Login1.Authenticate Dim loConnection = New SqlConnection(lsConnectionString) Dim loCommand As New SqlCommand("SELECT * FROM user", loConnection) Dim lsUsername, lsPassword, lsUserType, lsstatus, lscount As String Dim loReader As SqlDataReader 'Dim abc As IDataReader loConnection.Open() error here loReader = loCommand.ExecuteReader() 'abc = loCommand.ExecuteReader() loReader = loCommand.ExecuteReader While loReader.Read() lsUsername = CStr(loReader("username")) lsPassword = CStr((loReader("password"))) lsUserType = CStr((loReader("usertype"))) End While loConnection.Close() End Sub End Class
-
Unicode?what is the meaning of unicode in sql?
-
clustered index is 1 in table?then///well i have read that ,clustered index is 1 in table ,they match the physical & logical records, so what nonclustered index is more than 1 in a table, How they work?? then they increase the congestion 2much? & y prefer 1 to another in what sense? there is confusion.. plz reply
-
database queryhi i am new in this world ,, well the question is that .i have 3 tables 1)student 2)course 3)studentcourse I want to retrieve the result all students name who enrolled in english & french but not in both.
-
method overloading.constructor overl, delegates.hi i am new in this world.. well if i want to do something by method overloading ,, that can also be done by overloading the constructors & then using the concern method,? /.. & why we need a delegate??why we need to encapsulate a method in an object??
-
how much is java difficult??i am new in programming, i want to know ,how is java, is it very difficult than c# & C++?what is her ranking..how much is it difficult? , what is client side language & databases for java? & what is her technology like asp.net for c# for web based ? thanking you
-
how much is java difficult?i am new in programming, i want to know ,how is java, is it very difficult than c# & C++?what is her ranking..how much is it difficult? , what is client side language & databases for java? & what is her technology like asp.net for c# for web based ? thanking you
-
diff in need of method overloading * cons overloadingI m new in .net wel i want to know the diff. between M.overloading & C.overloading i think ,, we can use the method after cons.overloaded by only method overloading??? & mainly ,what is the need we use or prefer them,, ?? reply me in detail kindly reply ,, Regards waqar