670 Posted Topics
Re: [QUOTE=;][/QUOTE] You need the select statement to retrieve data into a dataset and then the datagrid displays the data in your dataset. | |
Re: [QUOTE]i want to be a softwear desighner[/QUOTE] Very good [QUOTE]how many qualification is required for a softwear desighner?[/QUOTE] as many as possbiel, there is no limit to learning and achieving [QUOTE]how many rupees can earn a softwear desighner per month?[/QUOTE] depends on howmuch work you can produce a month and … | |
Re: [QUOTE=;][/QUOTE] Hello nino_morata, you need to explain what you want done so it would be easy to give the right answer. Also, i guess you're working with vb6.0 and not vb.net so you could also raise same thread in vb6.0 | |
Re: amazon is good. They have almost anything IT and price range is also good | |
Re: The term x86 refers to a family of instruction set architectures based on the Intel 8086 CPU. | |
Re: We are always willing to help. The instruction given to you has already clearly stated that you should store all data in a text file so you wont be needing a DBMS | |
Re: bhagawatshinde, pgmer is right. The login form should be the first. if the user is validated, thnen show the Main form. If not, then show the registration form so the user can get registered then after registration, you can display the Main form. | |
Re: happygeek, that's exactly what i use. I've never even had the time to notice the button ;) | |
Re: [QUOTE]so please suggest which is now day best development in web ? and also the large application in web ? [/QUOTE] PHP was used for facebook, asp.net was used for myspace. Now, they're both big projects so i guess this is where your personal preference comes in because they all … | |
Re: [QUOTE]With that definition I will never prosper. I'm never happy with my life.[/QUOTE] Maybe you're just some dude that believes in so much success and you've made it a philosophy never to accept or be comfortable with anything because you believe there's still more to achieve. Please be easy on … | |
Re: You can just create a webpage(more like a suggestion or complaint box) with maybe four text-boxes. That would include one for the customers name, the other for an email(when a reply is to be sent), the third for subject, and the fourth for comments. When this is done, you can … | |
Re: [QUOTE]I have server 2003 & 2008 R2 [/QUOTE] if you have them both, why did you still acquire an old technology instead of working with whats new? | |
Re: Having the tutorials here would be better in terms of traffic to daniweb and also easier to manage. [QUOTE]It does look more professional [/QUOTE] Daniweb could also be made professional | |
Re: [CODE] Dim dc As SqlCommand = New SqlCommand With dc .Connection = con 'assuming con is connection string .CommandText = "INSERT INTO tblLoginDetails" & _ "(UserName, password)" & _ "VALUES ( @user, @pass)" .Parameters.AddWithValue("@user", txtuserName.Text) .Parameters.AddWithValue("@pass", txtpassword.Text) End With con.Open() Try dc.ExecuteNonQuery() Catch sqlexceptionerr As SqlException MessageBox.Show(sqlexceptionerr.Message) End Try [/CODE] | |
Re: [QUOTE]is it the insert code similar with update code? [/QUOTE] Insert and update are not the same, they're two different things. When inserting, you're placing data into a new row but updating means making changes to an already existing record. So do you want to insert or update? | |
Re: Everyone is saying they don't get the joke which is the same response so i believe pseudorandom21 has succeeded in cloning post response. | |
Re: [QUOTE]I know I am not senior but I am also confident I am not junior. [/QUOTE] The confidence is what matters. As far as you can proof to the employer than you can deliver whatever is asked of you, then you're on the right track. Maybe the one's you interviewed … | |
Re: First, you may want to check the amount of memory you have secondly, you may want to reduce the number of startup programs as it obviously affects system startup. | |
Re: Am guessing that your combo-box contains all the fields you can also search for? | |
Re: try updating your antivirus. Better still, you cold try activating it again. | |
Re: You could either achieve this through use of modem or a web service. A lot of such services exist on the web so you can go ahead and Google solutions out. Follow [URL="http://www.codeproject.com/KB/IP/Sending_SMS_using_Net.aspx"]this link[/URL] and see some codes | |
Re: Stick to the rules as the moderator advised and you would find it more fun ;) | |
Re: You mean you want to generate serial invoice numbers? | |
Re: As I usually recommend, use the "Search" feature above. There have been many threads about career changes and plans in general, and I think you'll find the information and advise useful. That said however, you've asked a question with a slightly different slant (networking VS Programming). In many (smaller) organizations, … | |
Re: [CODE]Public Sub RetrieveUserPass() Try Dim dbConn As OleDbConnection Dim dbCommand As New OleDbCommand Dim conn As New OleDbConnection dbConn = New OleDbConnection(cnSettings()) dbCommand.CommandText = "SELECT * FROM [table1] Where User_id = '" & user_id.Text & "' And [password] = '" & password.Text & "'" dbCommand.Connection = dbConn dbConn.Open() Dim dbDR … | |
Re: see [URL="http://www.startvbdotnet.com/ado/msaccess.aspx"]here[/URL] | |
Re: [QUOTE]Truly that I felt that I BELONG in this community.[/QUOTE] yes you do belong. we hope we would be of more help | |
Re: The datagrid gets its result set from the database so maybe you may want to try searching the database table and if the result is found, you point to the record on the datagrid. | |
Re: [QUOTE=;][/QUOTE] I may have some, depends on what you like to see on your computer | |
Re: You could try doing something to computerize student academic records and calculate GPA. |
The End.