06-14-2012 01:02 AM
Is it like this ??? But i not sure where is the "X" point connected to ??? Is in connect it to the DB tools select data ???
06-14-2012 07:35 AM
Honestly, you're asking VERY basic LabVIEW questions. We are not tutors. You really need to spend time going through the tutorials and reading the LabVIEW Help.
To learn more about LabVIEW it is recommended that you go through the introduction material, tutorial(s), and other material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. There are also several Technical Resources. You can also take the online courses for free.
06-14-2012 10:44 AM - edited 06-14-2012 10:44 AM
@smercurio_fc wrote:
Honestly, you're asking VERY basic LabVIEW questions. We are not tutors. You really need to spend time going through the tutorials and reading the LabVIEW Help.
To learn more about LabVIEW it is recommended that you go through the introduction material, tutorial(s), and other material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. There are also several Technical Resources. You can also take the online courses for free.
To add to this he is mixing learning LabVIEW with learning SQL as well. You could easily construct a simple query to retrieve the record for the student and assuming the student ID is unique you would only receive the information for that one student. What teh exact query would look like I can't say since I don't know your database. It would most likely look like this: "SELECT * from TableName WHERE studentID = <value of Student Admission Number>;"
06-14-2012 09:05 PM
LOL!!! i dont have time for these...
and nevermind... i combine 2 solution i found and i got my answers -.-
06-14-2012 09:06 PM
thanks for the help btw