06-08-2012 01:17 AM
Hello,I am new to labview. What should I do so that when I type the student admission number( in "student Admission" text) then it will display only the student name or grade(in the table). I make a simple database using Microsoft access.
The database file need to be in .mdb format.
Thanks 😄
06-08-2012 08:18 AM
@boontart wrote:
Hello,I am new to labview. What should I do so that when I type the student admission number( in "student Admission" text) then it will display only the student name or grade(in the table). I make a simple database using Microsoft access.
The database file need to be in .mdb format.
Thanks 😄
Since you are new to LabVIEW start with the tutorials. http://www.ni.com/academic/students/learnlabview/
06-08-2012 01:12 PM
Is this an actual application you are working on, or are you just messing around?
06-08-2012 01:43 PM
Sounds more like a homework assignment to me.
06-08-2012 02:01 PM
And the example does not make any sense. There is Access ActiveX properties and methods as well as a function from the database toolkit. If you have the database toolkit, it's silly to use ActiveX. Even if you don't have the toolkit, it's silly to use ActiveX when there are other free database toolkits available (i.e. LabSQL). It's a simple SQL query so I would recomend you start with tutorials of that.
06-08-2012 02:55 PM
@smercurio_fc wrote:
Sounds more like a homework assignment to me.
Yes, but it's also Summer and I gave him the benefit of the doubt.
06-10-2012 09:40 PM
I already started on the tutorial. But still dont understand how it works with database.
06-10-2012 09:46 PM
Ya.Is an actual application I am working on. I found this one the other webs, and my teacher in charge asked me to modify it.
06-10-2012 09:47 PM
Yes is a assignment.
06-10-2012 09:49 PM
I search on google about simple way to do database with labview..and i found this.