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
~79.5K People Reached
About Me

An emerging programmer that will bless the world with programming skills

PC Specs
4GB RAM, 1TB HDD, Win 1O

70 Posted Topics

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
61
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
73
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
760
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
536
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
298
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
391
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
312
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
403
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
141
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
228
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
235
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
248
Member Avatar for prince_11
Member Avatar for Hardz
0
214
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
173
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
360
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
326
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
523
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
539
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
654
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
391
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
369
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
801
Member Avatar for savedlema

Hi friends! First, I have read other similar threads but I haven't seen a complete match. It is my VB.NET app. I want the user to be logged out when a user closes the form/application by clicking the X at the right-top (to prevent the user from appearing to be …

Member Avatar for gizidda
0
2K
Member Avatar for savedlema

Hi friends! I installed Windows Server 2008 Standard and then activated it successfully. I has been running for over 2 months now with no problem. But, it has now started to ask me for Activation. "My Computer -->Properties" says "You must activate windows now" and I see the "product ID …

Member Avatar for savedlema
0
1K
Member Avatar for savedlema

Hi all! I have a USB Modem (dongle) made by ZTE. I normally use it for connecting to the interent. It also came with a dashboard/software that I can use to send & receive SMS and even make a call. I want to make an application with VB.NET that will …

Member Avatar for asarchit65
0
2K
Member Avatar for savedlema

Hi! I'm programming with VB.NET + Mysql database. I have one table of which, one of its column can have multiple entries to it. That's, say a table named TableA(item2,item2,item3,item4). Now, I have a scenario where I may have item1,item2 & item4 filled,but item3 is not. (Please have a look …

Member Avatar for savedlema
0
518
Member Avatar for savedlema

Hi all! I think I landed to a right forum for my question. I'm using ClearOS in our company's network. There is a certain website I want to visit by its IP (IP Address/cpanel) but I always get"The connection has Time out" errors. But if I try to access it …

Member Avatar for rubberman
0
153
Member Avatar for savedlema

Hi! I'm seriously stuck here. The issue is with one Windows 7 Home Premium machine. This machine: -- I can not ping it from either Win 7 or XP clients (I have a mix of Win 7 and XP) -- This machine can not be seen in the 'My Network …

Member Avatar for savedlema
0
308
Member Avatar for savedlema

After installing Oracle 8.06 on Windows XP (Pentium (R) D CPU 3.2GHz 3.20GHz - 480 MB RAM). I'm Attempting to run "Oracle Net8 Easy Config" when error comes up saying "jre.exe has encountered a problem and needs to close.." I tried: -Doing a system restore and installed it again (after …

Member Avatar for savedlema
0
183
Member Avatar for savedlema

Hi friends, thanks all for your contributions here at DaniWeb Community. I want to ask one thing; I have a table where I keep values for students marks (StudentID,Marks). Let's say there are 50 students. I want to be able to display on the form the class rank for each …

Member Avatar for TrojanhorseRovhine
0
2K
Member Avatar for savedlema

Hi all! IN MY VIRTUALBOX VIRTUAL MACHINE: I had previously installed XP Service Pack 3 and Windows 2003 Server. I configured this server as a DC and other roles such as DNS...I created users who would login to the domain from the XP client machine. I set up group policies …

Member Avatar for savedlema
0
214
Member Avatar for savedlema

Hi all! I'm stuck somewhere. I have a table for Inventory (which contains the available amount of each food component) What I want to do: If I select a certain food (say salad) I want to be able to deduct the components (amount) of 'salad' from the inventory table. Consider …

Member Avatar for tinstaafl
0
617
Member Avatar for savedlema

Hi all! I don't know if that was a good title, but; I have this query (I will call it query1): "SELECT InvID, quantity FROM Recipe WHERE MenuID = 1" In my tables, this will give me something like Water(20), Oil(30) Now, from this result of a SELECT query1 (i.e …

Member Avatar for savedlema
0
323
Member Avatar for savedlema

Hi all! I'm stuck somewhere with starting a process from vb.net. I want to start a mysqldump process from my vb.net. This code works perfect if I run it from windows command prompt: "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump.exe" --user=root --password=mypassword --host=localhost --port=3306 --database sakila > "C:\backup\sakilabackup.sql""" Then I took it to …

Member Avatar for tinstaafl
0
4K
Member Avatar for gbhs

For the connection: Dim con as New MysqlConnection Dim connectionstring As String con = New MysqlConnection connectionstring = ("Server = 127.0.0.1; User = root; password = mypassword; database = databasename") con.ConnectionString = connectionstring 'the one defined in the previous line con.open 'open the connection 'do what you want to do …

Member Avatar for gbhs
-1
1K
Member Avatar for savedlema

Hi friends! I have some trouble restoring a mysql database that I backed up with mysqldump. I have been trying to do this from a command prompt (Windows) This is my code: mysql -u root -pPassword databasename < C:\Backup\databaseNameToBeRestored.sql With this, I get the message that "mysql" is not recognized …

Member Avatar for savedlema
0
465
Member Avatar for savedlema

Hi all! I'm trying to perform a mysql database from vb.net. I use this code: Process.Start("C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\mysqldump.exe", "--user=root --password=mypassword " _ & "--host=127.0.0.1 --databases MySQL databasename -r ""C:\GreatestHR Backup\BackUpDataBase.sql""") When this code runs, a command prompt window opens and goes away immediately that i can't even …

Member Avatar for savedlema
0
704
Member Avatar for manoj_582033
Member Avatar for Lethugs
0
137
Member Avatar for savedlema

With VB.NET, I'm developing an application that uses a MYSQL database. When I will deploy the application to another PC, the app and the MYSQL database will reside in difference computers. What I'd like: After I install the app to a PC, when it first run, I want it to …

Member Avatar for Reverend Jim
0
351
Member Avatar for savedlema

First, I would thank all the Daniweb team for making this useful site available for us. I'm developing with mysql database. I always declared the details about the database I use at the top of every form. I mean, the database name,username,password and everything about it. We know this will …

Member Avatar for savedlema
0
183
Member Avatar for samir_ibrahim

Tried this in the past, I couldn't do it and gave up. I'm glad to see that you guys could do that, and I have got to study your solution. Thanks!

Member Avatar for savedlema
0
1K
Member Avatar for savedlema

Hi all! I have a big problem that I would like some help. I use Mysql Workbenc 5.2CE. I changed the default port to 3301. The mysql server is up and running well (I access it from an app I'm making with VB.NET). The problem is I can't get mysqldump …

Member Avatar for savedlema
0
3K

The End.