Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
~77.9K People Reached
About Me

An emerging programmer that will bless the world with programming skills

PC Specs
4GB RAM, 1TB HDD, Win 1O
Favorite Tags
Member Avatar for savedlema

You may be familiar with apps such as Time Watcher. I'm looking forward to creating an application to be used on students' computers to control the amount of time one can be on a computer. When a student is given a computer, she will be allocated say 30 mins, a …

Member Avatar for Dani
0
55
Member Avatar for savedlema

Peace be with you! I have been developing apps with VB.NET (old fashion??), upon deployment, all my apps connect to a mysql database server by also installing a mysql database server and of course, mysql db connector to other computers together with the app. But, I can see there a …

Member Avatar for rproffitt
0
71
Member Avatar for brommer66

Guys, I just want to let you know that leggy's solution helped me. (3 years after the solution was posted!)

Member Avatar for PRCx
-2
11K
Member Avatar for savedlema

Hi everyone! I'm making an application which requires users with different permissions/previleges to login and use the application.For example, if the user is "admin", all menu items in the menu bar are shown and enabled. If the user is say "user_group1", some of the menu items are to be hidden. …

Member Avatar for Reverend Jim
0
6K
Member Avatar for savedlema

Greetings! I got a mysql database "backup" that someone made and I have to use it, trying to get a website back online. Its a Joomla web database. The person gave me a file "database.txt" (not database.sql) which opens with Notepad. Trying to "import" in phpmyadmin does not work and …

Member Avatar for Daniel_87
0
748
Member Avatar for savedlema

Peace be with you all, So, I would like to set up a website with the following: 1. Job listing where companies can list job openings and people can apply 2. Business directory where organizations can list themselves and their main activities 3. Ads component where people can put advertisements …

Member Avatar for rproffitt
0
532
Member Avatar for Hawk123

Hi buddy! It was good that you did not remmove this post. I found my answer here! I was wondering on how to actually insert datetime to access from VB date time picker. If you meet one person today, tell him/her that "We learn through others' mistakes". Stay well!

Member Avatar for izzah_3
0
3K
Member Avatar for savedlema

Hi! So, I have a dataset which is filled with data after a mysql SELECT Statement, I'll call the dataset dsResults.Tables("Results") Inside the dataset is data that I want to be filled into their respective text boxes. The columns in the dataset are expected to vary, for example, sometimes it …

Member Avatar for tinstaafl
0
295
Member Avatar for savedlema

Hi! I have two tables, I will call them first-half and second-half (of the year) Table: first id jan feb mar apr ----------------------- 2 80 90 70 60 3 50 40 60 30 Table: second id jan feb mar apr ----------------------- 2 50 70 60 90 3 80 60 50 …

Member Avatar for savedlema
0
364
Member Avatar for savedlema

Hi all! As of recent, I have been attempting to change a startup form using normal procedures (Project --> Properties -->Application --> Startup form) to no avail. The old startup form (login) still continues to work as a startup one. I tried: 1. Rebuilding the solution 2. Rebuilding [project name] …

Member Avatar for rproffitt
0
304
Member Avatar for savedlema

I'm not sure whether this is a good question for this forum but, I'm struggling to set up a database to use in my school academic system that is supposed to record all student's scores and then be able to prepare a report that shows students ranks. The hardest part …

Member Avatar for rproffitt
0
1K
Member Avatar for savedlema

Hi everyone! Long story short; I got a Secugen Hamster IV finger print device. I want to use it in my hospital application to be used in identification of patients at the hosptl. However, I do not find this device to be useful in that they they dont' have current …

Member Avatar for savedlema
0
384
Member Avatar for savedlema

Greetings Daniweb! Just recently, I was able to integrate a Fingerprint device to my application. Can now scan fingerprints and save them to database using the INSERT TO syntax. But I can't get my application to match scanned fingerprint to one already stored in the database, so that I could …

Member Avatar for rubberman
1
2K
Member Avatar for ezechima
Member Avatar for savedlema

Greetings! I have been using the code below to restore backups of mysql database taken utilizing the mysql dump for a few years, but suddenly, this does not restore database backups anymore. Is there any change within mysql? code: Dim myProcess As New Process() myProcess.StartInfo.FileName = "cmd.exe" myProcess.StartInfo.UseShellExecute = False …

0
133
Member Avatar for savedlema

Hi all! I made my application and never worried about the Target CPU thing, it is set to AnyCPU. The application writes and reads value from registry (HKLM/Software/MyAppName) and it has been workin find on my Windows 7, 64-bit. But, today I deployed the applicaiton to Windows 10, also 64-bit …

Member Avatar for rproffitt
0
224
Member Avatar for dimitris.dimitri.73

From your explanations, it appears that you have a column with the data type of TIME. I would suggest that you review the table structure (of that column) and specifically, check the default value for that column. Does that column have to be inserted with a record everytime? It seems …

Member Avatar for dimitris.dimitri.73
0
225
Member Avatar for osirus0830

I think, it depends on your needs. What kind of software do you want to make. If you want to make web-based applications, one would learn php, if you are making software to be installed on individual computers, I use VB.NET for this. I make my applications with VB.NET and …

Member Avatar for Reverend Jim
0
235
Member Avatar for prince_11
Member Avatar for Hardz
0
212
Member Avatar for xn hunk

Whatever it could be you reason of wanting this, Yahoo (and any other service) would never allow you to do that. Better follow the normal conduct.

Member Avatar for savedlema
0
169
Member Avatar for savedlema

Greetings everyone! I have some codes in my application which makes a backup of mysql database and save the backup .sql file to a location on the hard disk. I made the code in like 2013/early 2014, I think I was then using a now older version of mysql, it …

Member Avatar for savedlema
0
345
Member Avatar for savedlema

Hi all! I have developed my application in VB.NET that uses a mysql database. From my application, I can make mysql backups and restore them. When i take a backup, the result is a .sql file which is saved somewhere. But as usual, one can open that sql file with …

Member Avatar for jwenting
0
323
Member Avatar for rucel jhalia

-You didn't say what error do you get from that code. -You can store your images somewhere in a folder and only store the path to that folder in your database.

Member Avatar for Mr.M
0
519
Member Avatar for savedlema

Hi all! I'm asking this after reading so many articles on the internet about hashing & salting, and the entire theme of securing database connection settings. I'm making an application that uses mysql database. Currently, the connection settings are stored as plain text in the Win Registry. Since this is …

Member Avatar for ryantroop
0
1K
Member Avatar for savedlema

Hi all! I have a form with a combobox, a listbox and 2 command buttons.(see photo and neglect the blank listview) I select items from the combobox and add items to my listbox after clicking the button.(no problem with this) Then, I need to save each item of the ListView …

Member Avatar for savedlema
0
3K
Member Avatar for savedlema

Hi all! I have just developed an application on VB.NET with mysql. I then need to deploy this to clients workstations. The plan is to install mysql server on one computer and have all other clients connect to this. What do I need to install on the server and what …

Member Avatar for rubberman
0
530
Member Avatar for savedlema

Hallow everyone! I'm developing an application that features a bunch of reports and I have been using DataGridView as a way of displaying my reports, which come from the database (programmatically). When I want to print, I have been using a function that prints the datagridview like you are taking …

Member Avatar for Santanu.Das
0
642
Member Avatar for savedlema

Hi! I'm developing an application for hospital patients information. Now, as common for hospitals, I need to add a feature for various reports.Now I would like to know if you think Crystal Reports are a good option still. I would like to present many reports which a user will choose …

Member Avatar for xrjf
0
390
Member Avatar for Waldis_1

Sorry for the trouble. I would suggest the following: Create a new form in your application just for testing this. Likewise,create a new table in your database. Put a textbox and a Button1 in your form. Put a simple code in Button1 that will post just simple text data to …

Member Avatar for Santanu.Das
0
365
Member Avatar for savedlema

Hifriends! I've just started working on SEO for my sites, but I have problems in my first attempt. I signed int to Google Webmaster tools...added a site and verified it successfully. My site even started appearing on Google Search and within a very short time, it was on the first …

Member Avatar for savedlema
0
798