-
Replied To a Post in Control students' time on the computer??
rproffitt, Thank you! I understand what you are saying but, my settings a quite different; the users (secondary school students in East Africa) are not so technically literate to easily … -
Gave Reputation to rproffitt in Control students' time on the computer??
Usually this turns into a cat and mouse game. You set up some controls then they find a way around the controls. Ever watch War Games? Also, folk try this … -
Created Control students' time on the computer??
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 … -
Began Watching Control students' time on the computer??
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 … -
Created Embed a database to my application? (VB.NET)
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 … -
Began Watching Embed a database to my application? (VB.NET)
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 … -
Edited How to import this .txt database into mysql
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 … -
Created How to import this .txt database into mysql
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 … -
Began Watching How to import this .txt database into mysql
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 … -
Created How can I set up a best job listing,business directory&ads website
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 … -
Began Watching How can I set up a best job listing,business directory&ads website
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 … -
Replied To a Post in Fill dataset contents into respective text boxes?
The report to be produced is a student academic report that shows student's scores for a particular semester. As an example, one student may be taking (science, math, english) while … -
Created Fill dataset contents into respective text boxes?
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 … -
Began Watching Fill dataset contents into respective text boxes?
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 … -
Replied To a Post in Add values from several columns from two different tables?
Shark_1, I'm so glad I got it to also find the grade using CASE WHEN. Thank you for all your help. -
Replied To a Post in Add values from several columns from two different tables?
My next challenge is to grade the values returned as "total" in the code above to various grades, such as: 90-100 = A 80-90 = B 70-80 = C I … -
Replied To a Post in Add values from several columns from two different tables?
Thanks Shark_1, That now works perfectly. I took a challenge and added another line to find Average. This is the part that computes the avg sqlavg &= "((A." & xsql(i) … -
Replied To a Post in Add values from several columns from two different tables?
Hi Shark_1, Your post has been SO HELPFUL, Thanks a lot. It has worked perfectly. Just two more questions, first, did you mean to use this line in your code? … -
Replied To a Post in Add values from several columns from two different tables?
Hi Shark_1, I tried this ConnectionSettings() con.Open() Dim courses As String = "jan,mar" Dim cmd As New MySqlCommand cmd.CommandText = "Select A.sid, (A." & LCase((courses)) & "+B." & LCase((courses)) & … -
Replied To a Post in Add values from several columns from two different tables?
Hey Shark_1! Thanks again for taking your time to assist with that useful code. The code does work but sorry, the above code will only bring a total of one … -
Replied To a Post in Add values from several columns from two different tables?
Hi Shark_1, that code works, but, do you have any idea how I can make the months inside the SELECT to be varying according to the users choice at run … -
Gave Reputation to ddanbe in Add values from several columns from two different tables?
How are your data structured, in a DataGridView an array, a file, something else? -
Gave Reputation to Santanu.Das in Add values from several columns from two different tables?
You can use the following SQL Statement Select A.id, (A.jan + B.jan) As JANUARY, (A.feb + B.feb) As FEBRUARY, (A.mar + B.mar) As MARCH, (A.apr + B.apr) As APRIL From … -
Created Add values from several columns from two different tables?
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 … -
Began Watching Add values from several columns from two different tables?
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 … -
Edited Visual Studio 2015 doesn't change startup form as I set
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 … -
Created Visual Studio 2015 doesn't change startup form as I set
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 … -
Began Watching Visual Studio 2015 doesn't change startup form as I set
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 … -
Gave Reputation to rproffitt in How to? Database for school academic system
There are tomes about table designs and there are even more folk to call a design good or bad. For me, I only balk when it doesn't work, breaks easily, … -
Replied To a Post in How to? Database for school academic system
Hi rproffitt, Thank you for followup on that thread! For that app I developed (the one for that thread) I had to create too many tables, for instance, I created … -
Created How to? Database for school academic system
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 … -
Began Watching How to? Database for school academic system
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 … -
Replied To a Post in Best programmable finger print device?
Back to "Enter ID to search" world! -
Replied To a Post in Best programmable finger print device?
rproffitt... As per my post, I'm not needing it for verification, I need it for identification. Currently when patients arrive at the hospital, they are required to give out their … -
Gave Reputation to rproffitt in Best programmable finger print device?
I read the page at http://www.secugen.com/download/sdkrequest.htm so there are free SDKs there. Did you get them? -
Replied To a Post in Best programmable finger print device?
rproffitt...thank you! Yes, they have free SDKs. But for SecuSearch (which is the one that does 1:Many matching) they also say this: > There are two types of SecuSearch keys … -
Created Best programmable finger print device?
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 … -
Began Watching Best programmable finger print device?
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 … -
Gave Reputation to LaxLoafer in Matching fingerprints stored in mysql-How to?
A way to match fingerprints is already provided with the SDK, apparently... "SecuGen SDKs make it quick and easy to integrate SecuGen fingerprint scanning, template generation (*minutiae extraction*), and template … -
Replied To a Post in Matching fingerprints stored in mysql-How to?
LoaxLoafer, The SDK included some sample code. However, the codes can only match fingerprints in two created templates, that is, scan a fingerprint and create a 1st template, and then … -
Replied To a Post in Matching fingerprints stored in mysql-How to?
rproffitt, Thank you. What's the best way please? -
Replied To a Post in Matching fingerprints stored in mysql-How to?
hericles, thank you very much. I was missing the point by assuming that the device will get the fingerprint image that is exaclty the same as the first recorded one. … -
Replied To a Post in Matching fingerprints stored in mysql-How to?
ryantroop, thanks for your response. No, data coming in is never the same. My problem is when I want to search for a certain user in the database, and I … -
Began Watching How can i compile/package a vb.net program
Please how do I Compile and Package a vb.net program (web based) so that I can deploy it on other computers, or better still on a LAN server, where other … -
Replied To a Post in How can i compile/package a vb.net program
Advanced Installer -
Created Matching fingerprints stored in mysql-How to?
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 … -
Began Watching Matching fingerprints stored in mysql-How to?
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 … -
Edited This code doesn't restore mysql database anymore, any change within mysql?
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 … -
Created This code doesn't restore mysql database anymore, any change within mysql?
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 … -
Began Watching This code doesn't restore mysql database anymore, any change within mysql?
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 …
The End.