670 Posted Topics
Re: If you were rightly understood, you want to create a login form using vb.net and MySql? | |
Re: could you post your codes on the 'save button' here so we could take a look at it | |
Re: [code] imports system.data imports system.data.sqlclient Public class form1 private sub button1_click (byval sender as system.object.....) dim con as sqlconnection = new sqlconnection ( _ "server = server name"; database = dbase name; & _ user id = server id; password = server password;") dim objcommand as sqlcommand = new sql … | |
Re: declare all necessary variables like connectionstrings and commands use the update statement below '------------------------------------------ UPDATE TableName SET columnName = ' + comboBox1.text + ' WHERE columnName = 'value' AND ID = 'value' '------------------------------------------ | |
Re: You can also write this way. However, Pgmer's code should work For Each Ctrl as Control in Me.controls if TypeOf(ctrl) is TextBox T ctrl.text = " " End If Next ` | |
Re: [Read this](http://social.msdn.microsoft.com/Forums/en/vbgeneral/thread/c7d8c5d1-c824-47e7-9448-8a7cc93e0e15) | |
Hi All, am currently working on a biometrics application to capture the fingerprint of users. I am working with the DigitaPersonal (UareU 450) fingerprint reader. The app works fine at the moment but i need it to be more sophistciated by making it save the fingerprints in sqlserver database instead … | |
Re: [QUOTE=;][/QUOTE] Not much of credit card theft in my country because many don't even use it. But cybercrime they say is on the high according to government statistics. | |
Re: Rashakil's instance is a good one to note. If you love and know maths, then you must always try and try again until you get the solution, no matter how difficult the question may be. That's the way Computer science is in genereal. So simply put, you need courage, strength, … | |
Re: [QUOTE=ddanbe;1740637]You absolutely have to watch this: [url]http://www.youtube.com/watch?v=abORgnI0NIw[/url][/QUOTE] Funny! | |
Its been a while away from Daniweb. love the new look, articles without replies now have bold red indicators. Good to be back | |
Re: You may also want to see this:[URL="http://publib.boulder.ibm.com/iseries/v5r2/ic2928/index.htm?info/sqlp/rbafymst130.htm"]http://publib.boulder.ibm.com/iseries/v5r2/ic2928/index.htm?info/sqlp/rbafymst130.htm[/URL] | |
Re: [CODE]Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click Dim count As Integer Try If conn.State = ConnectionState.Closed Then conn.Open() Else conn.Open() userstring = "Select * from Hotel.dbo.Users where UserName = '" & UsernameTextBox.Text & "' and Password = '" & PasswordTextBox.Text & "'" usercmd = New … | |
Re: [QUOTE]I have coded in VB, C#, C++, Java, HTML, SQL, and some PHP[/QUOTE] HTML is not considered a programming language but i must say you've made a commendable progress. i actually started programming in 2008 and I've focused intensively on VB.NET though with understanding of C# but no project executed … | |
Re: [CODE] Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValueApplication.ProductName, Application.ExecutablePath) End Sub[/CODE] | |
Re: VMWare is a virtual machine that gives you the ability to run more than one operating system on your machine. All you need is to make sure you have enough disk space to accommodate the number of Operating Systems you want to run and also have the memory for speed. | |
Re: You could make use of a file server to store the movies and then create a table within your database with the movie title and links(directory path to the movie on the file server) so when a user searches by movie name, it hits your database, retrieves the associated link … | |
Re: The IT sector to my best of knowledge is independent of age. All what is required of you is to get the job done and done well. I don't know your likes on computer based on areas whether programming or networking or hardware and etc. But i would advice you … | |
Re: Culture and tradition....two terrible setbacks in my part of the world. I bet you, you cant step into any government building with such looks. First, you may a suspected hoodlum or an irresponsible creature and you would never be taken seriously no matter how much idea you have or the … | |
Hello everyone I've done a lot of searching over the internet on ways to retrieve system names and IP's of all devices connected to the same network as my computer. Windows has a way of doing this but don't know if its possible with linux and can't find any reasonable … | |
Re: hericles has provided a perfect link but mind you that your connectionstring may not be the same as shown in the example. Please see [URL="http://connectionstrings/com"]here[/URL] for more on connectionstrings | |
Hello pythonistas, am still some months new to python and i've decided to go with the web2py framework. I love its simplicity but unfortunately, it lacks study resources. The only available book i could get was the official book written by MASSIMO DI PIERRO. id be greatly appreciated if i … | |
Hi everyone! Am new to python, getting grounded in it as fast as i can but now, i have some issues. I use the web2py framework for web development. At the moment, am working on a blog using one of the CMS (named InstantPress) designed in web2py also. While editing … | |
Re: You can use what i call in my own term, 'trackers'. Its a simple status identifier to me. SO maybe u can have another column in your table that checks the status of payment per student basis.... At least, that's a start for starters. | |
Re: I got the same message from the same guy but i checked his status and it says 'banned' so i know its under control. | |
Re: Working on a large database of health-workers around the country and a GUI in vb.net. | |
Re: Debasidas is right as always. You may want to consider implementing security levels for your database. Also, i would encourage use of stored procedures and then you can specify security contexts on your procedures. | |
Re: You most need the .ico and the link provided by waqasaslammmeo should help. | |
Re: Another advice: you may want to design a blog and publish news on different fields as may come to your mind or consider a forum also. Its more viable than designing a social network.....The time ain't ripe. | |
![]() | |
Re: [QUOTE=CA50;1568243]^^ does the same thing apply to orkut, because i deleted my account few days back[/QUOTE] what is orkut? so many social sites springing up these days even if they don't make any impact. | |
Re: there has been similar question [URL="http://www.daniweb.com/software-development/vbnet/threads/145475"]here[/URL] | |
Re: [QUOTE=vegaseat;1559965]Programming without Google? Hard to imagine![/QUOTE] Not that its hard, I cant even imagine it at all | |
Re: You can simply generate unique random numbers and add concatenate the generated number with the user number. | |
Re: You may want to check out [url]www.hostgator.com[/url] Download any FTP client of your choice, one that best suits your knowledge but filezilla is quite easy and fantastic to me. Once you have your domain registered with your host, you can set your domain credentials on your FTP client and transfer/upload … | |
Re: You can check [URL="www.connectionstrings.com"]here[/URL] and read more |
The End.