LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can I create login and menu screens using labview?

I wanna create a login screen that is connected to an oracle database,after the user gains access to the system they have different options they can pick. The options all link up to labview vi's.I want to know if these processes are possible.

Thanks for all your support!
0 Kudos
Message 1 of 4
(2,850 Views)
Hi

Basically I would say yes it is possible. I'm not used to oracle dbms but I think it should be possible to build a connection.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 4
(2,849 Views)
I had a similar appilcation, instead of using Oracle my app used MS Jet Engine (database was created using Access). I believe there are some ODBC drivers for Oracle. The query statement would be very simple. It should return the user type (admin, regular, power, guest, etc).

Once the user type is returned, you can then use the menu VIs (Application Controlls >> Menu) to manipulate the menus.

-Joe

Message Edited by Joe Guo on 04-12-2005 07:49 AM

0 Kudos
Message 3 of 4
(2,835 Views)

Interfacing with Oracle is easily possible through the Database Connectivity Toolkit. Additionally, a discussion about the drivers/providers to use specifically with Oracle can be found here.

Regards,

E. Sulzer
Applications Engineer
National Instruments

E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,810 Views)