How can I control a base ACCESS from labview ?

Hi,
I'm working on a projet on labview and ACCESS and I want to say how can I do to control a database from labview ???
Thanks in advance
Cordially,
Hasna

On Tue, 9 Jul 2002 02:50:12 -0700 (PDT), kiki wrote:
>could you give me more informations about Database Connectivity
>Toolset ???
>
>I notice that we can write data in excel file thanks to an ActiveX but
>is it possible with a table ACCESS ??
DCT it's a suite of VIs (I think Optionals) the contains anything you
need to connect to to a DB.
I used them with access... since I'm not really happy with performance
(read/write max 50 records/sec) it's quite quick to develop
applications that read/write DB.
(Write a Cluster it's trivial.... plug the cluster, prepare a table
with fields of the same type and the same order, yo've did it)
I think you can also use ActiveX, but I've never did.

Similar Messages

  • I lost my remote control,how can i control my apple tv from my ipad

    How can i control my appletv from an ipad

    Try. Apple's Remote App.
    Remote on the App Store on iTunes

  • How can i control the I2C bus with Labview

    Hi
    How can i control the k8000 from http://www.velleman.be ( I2C bus) with
    Labview.
    all info is welcome.
    [email protected]

    if you are using Linux (and the Linux version of LabVIE W) it should be
    fairly easy to use the lm_sensors ( http://www.netroedge.com/~lm78/ )
    libraries and source code to control a device connected to a PC's I2C bus.
    Go here http://www.netroedge.com/~lm78/hardhack.html to see how to tap into
    the I2C bus of your PC. You may be able to apply info here to roll-your-own
    on a MS Windows 98 / 2000 OS.
    Chris
    "Wouters V" wrote in message
    news:39fff2de$0$4493$[email protected]..
    > Hi
    >
    > How can i control the k8000 from http://www.velleman.be ( I2C bus)
    with
    > Labview.
    > all info is welcome.
    >
    > [email protected]
    >
    >
    >
    >
    >

  • How can i control the DAQ directly from VB

    Actually, it is my first trial to use Visual Basic to get signal from DAQ.
    And i don't how to interface them. I have read an article to use DataSocket.
    However, it demostrated the OPC demo in OPC sever only, and so i didn't know
    how to get the signal directly from DAQ card to monitor the real-time
    signal.
    Also, i have tried to build a .dll from my VI file which is used to monitor
    the DAQ signal. However, the .dll file didn't have any return value or
    argument, did it mean i can use this method?
    And how can i interface the DAQ using VB?and my ADC model is AT-MIO-16E-2!
    Thank you very much

    Hi Sen,
    Are you using Measurement Studio ? If so then you can use the DAQ activeX controls.
    If not and you are using VB directly, then NI-Daq installs with examples for visual basic ( if you chose the option while installing- if not do a custom install and choose VB support). If so then you should find them under Program Files ->National Isntruments->NI-DAQ->Examples->VisualBasic. These may help you.
    Essentially NI-DAQ ships with a .bas file that contains the "declares" for the NI-DAQ dll functions. These files should be in
    Program Files ->National Isntruments->NI-DAQ->Includes (look for the .bas files) You can add these to your project to get access to the DAQ functions..
    On the second question, do you mean you are using labVIEW to create your dll ? If this
    is the case, then when you create your dll (in labVIEW's applciation builder) you have to set the parameters for the function (VI) and also the VI's return values. This will ensure that you can make use of your VI ..If you don't set a return value you really can't use it...Once you set the return value ,and create a dll, then you can use it like any other dll in Visual basic.
    Hope this helps...
    This link may help you
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/5052ad60f1accc3d862568a100717fd1?OpenDocument
    Nandan Dharwadker
    Staff Software Engineer
    Measurement Studio Hardware Team

  • How can I control an iPad screen from a Mac

    I have a friend who needs help using her iPad.  She lives 1500 miles away.  Is there any way I can control her iPad remotely from my iMac?

    "Control" would be ideal, so I could take complete control of her iPad and then show her how to do things as if I was sitting there.  Think "Remote Access".
    But "Share" would be almost as good.  At least then I could see her screen and be on the phone explaining what to do and watching her cursor movements.
    The way we try to do it now is she holds up her iPad during an iChat (video) session, but the screen is too hard to see to be of any use, and helping her this way is virtually impossible.

  • How Can I Control a Windows PC from Apple Remote Desktop Please?

    Hello Everybody
    Please excuse my bad English.
    I would like to ask you, how could be possibile setup windows pc (XP or 7) to be controlled by a Mac with Apple Remote Desktop 3.7.2
    I think I have to use VNC, but how can i SETUP to connect XP or 7 to my Mac Apple Remote Desktop in the same LAN?
    Thanks a lot
    Giovanni

    You can use ARD to remote control a windows machines, ARD is built on VNC
    You'll have to install a VNC server on the windows machine you want to access
    You won't be able to use most of the ARD features as they are specific to mac
    You'll be be able to see and control the desktop and that's about it
    You can also find VNC /Remote Desktop apps in the iOS store that will allow remote desktop connection from iPad /iPhone,
    There is a mac version of Microsoft remote desktop in the Mac App Store

  • How can I login to a website from LabVIEW, for example to Hotmail ?

    I'd like to use the Data Socket Write VI to be able to give my
    loginname and my password from LabVIEW 6i. I really don't know how
    this VI works, and/or if this is possible.
    Thanks for your help.

    Hello,
    Thank you for your inquiry regarding website login. I understand that you would like to logon to Hotmail using LabVIEW 6.i. DataSocket however, is used to send and receive data between computers running LabVIEW. One possible solution is to use ActiveX events to run an internet browser window on the front panel of your VI. I assume however, that you would like LabVIEW to automate this task. Unfortunately Hotmail is a secure site using Microsoft Passport .NET. .NET is supported by LabVIEW 7.0 but the .NET control of Passport would have to be provided by Microsoft. The following link is a great resource to learn more about the .NET single-login system.
    http://msdn.microsoft.com/msdnmag/issues/02/09/Passport/
    I hope this resource helps. Let me know if you wo
    uld like more help using a browser window on your front panel using ActiveX.
    Shea C.
    Applications Engineering

  • How can i call a DLL file from labview?

    Iam using a sensoray 2601 module.It is given as DLL file(S2600.DLL).How can i call this function from LabVIEW?
    Please Mark the solution as accepted if your problem is solved and donate kudoes

    As far as I can tell problems might occur with the call library function node if the the DLL from visual basic is actually an ActiveX dll if that is the case it seems calling the dll by using the Invoke node is the way to go.
    Have a look at this 
    /sletten

  • How can i control a sensor CNY70 with labview?

     i am taking a mechatronics course and they ask me as homework to control a sensor but i don not understando what can i control from this sensor, i expect you could help me

    i would start with working out the system, datasheets on the cny70, work out exactly what is required from the question. spec out the hardware, then start writing out rough ideas. Keep looking back at the question and it will all slowly make sense. I wouldnt dive straight into coding until i understand exactly what i need to be trying to achieve.
    once you understand exactly what you need to achieve and with what hardware you can look into planning the code and taking it from there. If you get stuck with coding feel free to ask for help and post the code you have as most people on here will heppily pass contructive critisism as well as help you through the parts your struggling with  
    Please remember to accept any solutions and give kudos, Thanks
    LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7

  • How can I control paper tray selection from within a report?

    Hello everybody
    I need to print out a report (preferably in the PDF format) in which certain pages need a specific paper. I am therefore looking for a way to control the paper tray on per page basis. It seems hard to do even though there must be thousand of people out there with the same need - or please proof me wrong
    I really appreciate any suggestions.
    Regards from Zurich, Switzerland
    Peter Buchmann

    doesn't support it right now. it will figure it out what tray if the paper is a different size but that's about it. you have two options, have two printers or no preprinted stationary. Most companies go with two printers.
    Good luck,
    Ike

  • How can I control external MIDI devices from my PXI Real-time system?

    I am trying to implement a psychoacoustic experiment using an external MIDI device that can be used to shift the pitch of a speaker's voice.
    I have a 8176 controller in a 1002 chasis with the 6052E IO card. I would very much prefer to run the system in real-time mode (rather than win XP), and need to control the MIDI device through one of the interfaces on the controller.
    Any suggestions?
    Thanks in advance,
    Frenk

    Hi Frenk,
    one way would be an analogue to MIDI converter.
    There are some out there (ask for music equipment)which can convert an analogue signal to some MIDI controller signal. This way you could control the pitch shift with an analogue output of the 6052 in realtime.
    Hope this helps
    Regards
    Stephan

  • How can you control the export types from DHTML output?

    I am currently using the JRC from CR4E V1 patch 7.
    When I generate a report as DHTML and use the export button I am presented with 5 export options:
    Crystal Reports
    Adobe Acrobat
    Microsoft Word - Editable
    Rich Text Format
    Comma Separated Values
    I would like to control which of the 5 options are presented to the user.  I was looking in the crystalreportviewers115 folder for some JavaScript  that could be edited.  I found export.js which appeared to have code that was creating the choices for a dropdown (getFormatDropdownList()), however this code did not get executed when I ran the export.
    Any help would be appreciated.
    Thanks,
    Richard

    Yes - the JavaScript that's in export.js was rolled into inline code in the Java jar files sometime during version 11.5.
    It's no longer customizable.
    An option is to use HTTP Filter on your Java Web App to modify the outgoing JavaScript instream, but that's never a pretty solution.
    Sincerely,
    Ted Ueda

  • How can I replace my keychain access from Time Machine

    My Keychain is no longer working and "Keychain First Aid" and scraping keychain plist didn't help either. I'd like to replace it with my Time Machine backup. What files do i need to restore?

    https://discussions.apple.com/thread/3103934

  • How can I pass in continuous value from labview to teststand?

    Hello
    I want to run a vi using teststand. I want this vi to send values to teststand. My problem is that the value is only updated at the end of the vi execution and I want to get the value before the end of the vi execution. If somebody can help me ...
    Thanks
    Corentine 

    Corentine,
    you can think of TestStand calls to LabVIEW-VIs just like functioncalls in C/C++. The main continues running only if the subroutine is fully executed. Furthermore, LV returns values to the parameters (connector block) only at the end of the execution of the VI.
    So you cannot use "simple VI calls" in your sequence if you need datatransfer during execution from steps. If you like to do something like this, the easiest way would be to create a VI which runs continuously in the background and supplies data via mechanisms like Queues (if executed in the same instance) or TCP/IP. In the stepmodules you can retrieve the data when needed.
    hope this helps,
    Norbert B.
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • How can i control a puma robot using LABVIEW

    the robot i have is puma 200 series controlled by val/valII operating system , if we can control it what are the cards needed for it

    A response to this question has been posted in the LabVIEW General category. Please click here to view the question in the LabVIEW General category.

Maybe you are looking for