LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create and read from database(i want to create a sign up page)

i want to create an sign up page for the user so anyone give me an idea to create that ie, i used tables but i dont know know to write in it

0 Kudos
Message 1 of 7
(2,822 Views)
There is not nearly enough information here. I'm not even sure what it is that you want to do. Is this a login screen for your program? What database are you using? How are the tables structured? What version of of LV are you using? On what platform? How do you want the login screen to work? Do you have any experience with LV? When do you need this done by?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 7
(2,789 Views)

I am using Labview 8.5 version in windows Xp ... I am using labview for nearly two months , i am now developing a project in which i need login page like we use for mails such as (sign in page, sign up for new user, forgot password,etc). i developed the sign in page but for develping the sign up page i need some help. so kindly assist me in this....

0 Kudos
Message 3 of 7
(2,774 Views)
What specific help do you need? Are you having a specific problem?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 7
(2,770 Views)

1.how to store username and password in excel sheet one by one and to retrieve it one by one.

2.i want to know how to send the password through email when forget it.

0 Kudos
Message 5 of 7
(2,766 Views)

or how to write in tables and read from them and to compare elements in that table...

0 Kudos
Message 6 of 7
(2,764 Views)
Is this "page" being written in LV? Is this "page" going to run under Windows? If so, a couple of recommendations:

1. Save the user name and password data in a simple database. This will not require and additional software on your computer.

2. Don"t store passwords in the database. Instead store an SHA hash of the password. Then if they forget their password you just send then a one-time use password that they have to change the first time they use it.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 7 of 7
(2,756 Views)