No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: The sql is defined as string, before you assign any value to sql, it's nothing. and when you compare sql with "Select Username ID, Password FROM tblStudentLogin WHERE Username ID = UserName.Text AND Password = & PassWord.Text ", of course the result is false. What you should do is to … | |
Re: Try this: CompanyDa.Update(CompanyDs.table("DisplaycenterData")) CompanyDs.table("DisplaycenterData").Acceptchanges | |
Re: At least two ways to do this: 1. Declare a public variable pubStr as String in Module, pass the string value in the sub of your MyClass.vb to pubStr. Then the pubStr is available anywhere with your project; 2. Dim a public variable in your MyClass.vb (pubStr as String), pass … |