Can i link Labview to a access database?? I now activeX can do it, but which one??

Hi there,
I was wondering if i could link a access database to labview.
I could do with linking field as well as writing/deleting etc.
And if I could sort as well that would really be good!!!
Thanks again everyone!!!

Hello Peter, You can also use the Database Connectivity toolkit for LV. Have a look at the information on NI's website. This may make life easier!
You may also be able to do this programmatically using MSQuery in Excel or Access and you can control these products using LV. This would be rather challenging though.
The suggestion made I think is also possible.
Hope this helps
Kind Regards
Steven Bird
Applications Engineer
National Instruments

Similar Messages

  • Please Help me in Labview and MS Access Database Connective

    Please Help me in LabVIEW and MS Access Database Connective through an example . I am new to LabVIEW .I need simple example that take a data from a table and display it on front panel .
    thanks in advance .

    duplicate post

  • I have a MacBook 6,1 and have a number of start up discs. How can I find out which one came with my model?

    I have a MacBook 6,1 and have a number of start up discs. How can I find out which one came with my model?

    They sometimes have that information on the label. Otherwise, it's trial and error. The model you have is a Late 2009 13" MacBook. It came with a special version of 10.6.1 pre-installed.

  • The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed. Origin 'null' is therefore not allowed access.

    Hello. I added custom http response headers to my SP site web config file as follows: 
    <httpProtocol>
          <customHeaders>
                 <add name="Access-Control-Allow-Methods" value="POST,GET,OPTIONS" />
          <add name="Access-Control-Allow-Origin" value="*" />
          <add name="Access-Control-Allow-Headers" value="Content-Type,Authorization" />
          </customHeaders>
        </httpProtocol>
    When I try to call any web service, i get these headers two times each: 
    HTTP/1.1 200 OK
    Cache-Control: private, max-age=0
    Transfer-Encoding: chunked
    Content-Type: application/atom+xml;type=entry;charset=utf-8
    Expires: Sat, 01 Mar 2014 19:11:37 GMT
    Last-Modified: Sun, 16 Mar 2014 19:11:37 GMT
    ETag: "3"
    X-SharePointHealthScore: 0
    SPClientServiceRequestDuration: 20
    SPRequestGuid: b4e77d9c-bfc3-a050-493a-ca5d251d1a72
    request-id: b4e77d9c-bfc3-a050-493a-ca5d251d1a72
    X-FRAME-OPTIONS: SAMEORIGIN
    Persistent-Auth: true
    Access-Control-Allow-Methods: POST,GET,OPTIONS
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Headers: Content-Type,Authorization
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Access-Control-Allow-Methods: POST,GET,OPTIONS
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Headers: Content-Type,Authorization
    MicrosoftSharePointTeamServices: 15.0.0.4569
    Date: Sun, 16 Mar 2014 19:11:37 GMT
    and that gives me error from ajax: The 'Access-Control-Allow-Origin'
    header contains multiple values '*, *', but only one is allowed. Origin 'null' is therefore not allowed access.
    The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed.
     Origin 'null' is therefore not allowed access.
    Any idea???

    Hi Ann,
    Please check whether there are duplicate custom headers in your code.
    Similar issue for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/b79b75f4-b46b-46ae-ae29-17a352b6b90b/custom-http-response-headers-for-sp-2013-shown-2-times?forum=sharepointdevelopment 
    Regards,
    Rebecca Tu
    TechNet Community Support

  • T60 Motherboard replacement. Can anyone tell me which one do i need?

    Hi everyone, i have a probem where my T60 will not work of the battery, i have purchased a new one but still the same, if i try ti power it on using batterythen battery led and charging led flashes very quickly and i can not turn it off, i have to take the battery out. My T60 however works just fine on AC and does charge the battery, after reading a lot on forums i have came to conlusion that my motherboard is faulty. Can any help me to find out which one do i need as i saw there are quite a few options to choose from.
    my T60 is type 2008-CTO and product ID 2008VKF with ATI radeon x1400 with 128mb dedicated graphics
    Thank you in advance!

    Welcome to the Forum!
    These are the original specs. your T60 left the factory with:
    ThinkPad T60 (2008-VKF)             
    Based on 2008-CTO: T2400(1.83GHz), 1GB RAM, 40GB 5400rpm HD, 14.1in 1400x1050 LCD, 128MB ATI Radeon X1400, CDRW/DVD, Intel 802.11abg wireless, Modem, 1Gb Ethernet, UltraNav, Secure chip, Fingerprint reader, 6c Li-Ion batt, WinXP Pro
    You have a T60 14.1" standard screen. Check System service parts - ThinkPad T60, T60p standard screen. Any board listed there will work. (14.1" and 15.0" boards are interchangeable). Use the system board FRU's to assist you in your search.  If FRU is not mentioned in the listing then just make sure the board was removed from a 14.1" or 15.0" standard T60 or T60p. Be sure not to purchase one said to have been removed from a 15.4" widescreen model. You can also try to find an entire 14.1" base, which will make for a much easier swap.
    As for graphics, you can choose between Intel 950, ATI x1400 (which you currently have), ATI x1300, or the more powerful ATI FireGL V5200 employed mostly on the T60p models. The boards with more powerful graphics will be more costly.
    Have a great day. (I do not work for Lenovo)

  • I can dial out on my 4s & can answer calls, but no one can hear me talking? Tried network reset...anything else?

    Please help...can dial out &amp; answer calls, but no one can hear me...tried network reset...anything else?

    Or you can call 1-800-My-Apple
    Sounds like there's a hardware problem with your Mic and you need to get it repaired which can be done either at the store (which is going to get super busy very soon) or you can call into tech support for them to set up the repair for you

  • Linking flash with an access database

    can someone point me to a tutorial or sample file i can take
    apart... ive got my database done and im ready to link it up with
    my flash site.. i know i need to use a php or asp file to pass the
    info over...
    please help
    trey

    // in the exmple below - m1 is movieClip on your stage
    // imgnam is the variable to be passed from your ASP/PHP page
    to Flash.
    // i guess this will help u
    var imgnam:String;
    imgnam = loadVariables("
    http://your.com/urpg.asp","post");
    m1.loadMovie(imgnam,"post");
    m1._x = 10;
    m1._y = 10;

  • How can I get that which one is currently activated window

    I created a frame. The user may be minimize that frame and he may use some other window like internet explorer or Notepad or something else. Then I want to know that which window is the currently activated window. Is it possible. Please help me.

    you can use Javascript functions/varibles.
    In any page you can insert a special form like this:
    <form name="myNameWindow">
    <input type="hidden" name="myName" value="Ivan_pag01">
    </form>
    and in the other reading that value.
    Obviusly you have to save a reference in a variable of the other window.
    This is possible only if:
    1) other page is in the same browser window but in an other frame
    2) you have generated the other page via an "window.open" function (or your page is generated from it via that function)
    -- Ivan

  • My older iPod Touch has music from another Apple ID, but I have had multiple other Apple IDs and I can't find out which ones they are from.  I would also like to know how I can copy the music and have it saved to my computer as an audio file.

    So I have an iPod Touch, 2nd or 3rd gen., and it has music synced from multiple Apple IDs. I need to know how to copy that music as an audio file to save on my computer.

    You can copy iTunes purchased from a device to your computer's iTunes library via File > Devices > Transfer Purchases - if the account is authorised on your computer's iTunes then you should be prompted to authorise it when trying to copy them.
    Or there are programs listed half-way down this page which can copy them back : Recover your iTunes library from your iPod or iOS device
    You can then add them to your iTunes library via File > Add To Library, again you should be prompted to authorise the account if it's not already authorised.
    You can also find the account that a track is tied to be selecting/highlighting it in the My Music part of your library, or the Music section of 'OnMy Device' when you select the device, and doing 'get-info' (command-i) - it will show on one of the tabs on the popup

  • Delegate control, how can I find out which one is being used?

    I am working with some mysites customizations and came across a delegate control. How can I tell which control SharePoint is currently pointing this delegate control to?  If someone already swapped it out, how would I know?
    <SharePoint:DelegateControl runat="server" ControlId="ColleaguesLink1" Scope="Farm" />
    What does ColleaguesLink1 currently point to?  What did it originally point to?

    This blog post may get you started (same applies to SharePoint 2010):
    http://usingsystem.wordpress.com/2008/04/11/sharepoint-delegatecontrol/
    I hope this helps,
    Regards,
    Yuri Lausberg, MCP, MCAD, MCSD, MCTS, MCPD

  • I have a 2008 macbook and want a version of iMovie that can do slow motion, which one and how?

    I want to edit a short video for fun and the '08 version cant do slow motion. When i tried to get iMovie '11 or whatever it wouldnt let me because i don't have apple's newest laptops.
    i'm not buying a new laptop. what do? any suggestions on video editing software? No, i don't want to spend money on this really... i just want to tinker around with short videos.
    Thanks!

    Start here.

  • Why doesn't the mac tell me which disk was not ejected properly? How can I find out which one it is referring to?

    If the mac knows that a disk was not ejected properly why doesn't it tell me which one? Would that be making life too easy for non computer nerds????

    Hello Rails50
    All External Hard Drives, Flash Drives, Camera Cards, iPods, iPads etc. need to be ejected before you disconnect them. Likewise you may also get that message from any of the above mentioned devices if it is going bad, has a bad cord or a flaky connection.
    To check your Console Log Messages, go to: Applications > Utilities > Console and select All Messages.
    On that note, it would also help greatly if we knew what external device(s) you are using with your iMac?
    Dennis

  • Weak wifi signal or range... can't figure out which one.

    I just set up my self-install kit today. Everything went well, until I tried to use the internet on my computer. The only place for the modem is downstairs, but my office is upstairs. I've had AT&T for over a year, and it has never been a problem, but with Comcast, my pages rarely load, and if they do, it takes an insane amount of time to do so. I switch back and forth between AT&T wireless and Comcast wireless to see the difference, and it def has something to do with Comcast. The signal strength ranges from "good" to -"very good", but there's not much of a change in connection. What are my options to fix thsi problem?? 

    I assume you have one of the comcast gateway devices they are known for very poor performance. If you dont have there phone service i would return the gateway and buy your own modem and high quaility router and things will improve greatly and you will save 10.00 a month on rental fees. If you have there phone service you could also have the gateway placed in bridge mode and then use your own high quality router. 

  • Labview using access database

    "I need to use labview in order to read and write to an access database (8 columns per entry). I'm not too familiar with the program, but i know that we have the database connectivity toolset and the sql toolset installed. Does anyone have any simple examples laying around for someone who isn't labview savvy?"

    I did a search of the examples on the web site and found 100s of examples on LabVIEW and an access database. Do a search at this link for "microsoft access database labview" Example Code Library
    The top example I found is titled "Write Table in Columns to an Access Database" which sounds pretty close to what you are looking for.
    Hope these help.

  • The Microsoft Access database engine cannot open or write to the file \\fileserver\db\access.mdb

    Hi,
    I have Windows Server 2012 with SQL 2012 Standard SP1. I am using linked server, and Access Database Engine 2010 Redistributable to access my database file made in Microsoft Access (.mdb) from network file server.
    EXEC master.dbo.sp_addlinkedserver @server = N'MyLinkedServer', @srvproduct=N'MyLinkedServer', @provider=N'Microsoft.ACE.OLEDB.12.0', @datasrc=N'\\myfileserver.mydomain.com\files\mydatabase.mdb'
    My SQL service is running with domain service account MYDOMAIN\SQL1$ , i have added Full control for file share and NTFS permission on my file server folder (C:\Files).
    When I open (as domain admin with UAC elevated permissions) on my DB server SQL Management studio, I can browse tables and everything works.
    The problem is, if I open SQL management studio (as domain admin with UAC elevated permissions) on my File server or any other computer, when trying to browse my linked server i got error:
    TITLE: Microsoft SQL Server Management Studio
    Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "Synesis_3PRO2013". (Microsoft SQL Server, Error: 7303)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.00.3000&EvtSrc=MSSQLServer&EvtID=7303&LinkId=20476
    When I try to place simlpe Select SQL query I got error:
    OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "MyLinkedServer" returned message "The Microsoft Access database engine cannot open or write to the file '\\myfileserver.mydomain.com\files\mydatabase.mdb'. It is already opened exclusively by another
    user, or you need permission to view and write its data.".
    I do not have any other program using my access database, and user has full control. I am trying to use in security mode - "For a login not defined in the list above, connections will be made without using a security context", i have also tried all four options.
    I am confused becouse it works from SQL server but from any SQL client domain member computer/server it does not work.
    I have same problem in another environment where I have Windows Server 2008 R2 and SQL 2008 R2 SP2.
    Please help.
    -- Hrvoje Kusulja

    NTFS must be fine since it works from same server using same accounts.
    As I understand, adding my access file to Access trusted location could be a problem. I have tried now to add my access database file location to trusted locations for user which is my SQL service user (Windows Service - AD managed service account MYDOMAIN\SQL1$)
    and my test user which I use to connect to sql server as a client from sql management studio. (Account is Domain Admins and have full permissions on SQL server also)
    I have added this .reg:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security]
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Documents]
    "LastPurgeTime"=dword:01592874
    "DisablePromptOpenNetworkTrustedDocuments"=dword:00000000
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Locations]
    "AllowNetworkLocations"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Locations\Location0]
    "Description"="My file server"
    "AllowSubFolders"=dword:00000001
    "Path"="\\\\myfileserver.mydomain.com\\files\\"
    I have done this for SQL service account user and my personal test account as I said. I have tried to logoff and restart sql service and all servers also.
    The same problem still persists.
    Anyway, thank you for giving me a hint.

Maybe you are looking for

  • ITunes - manually manage music no longer works

    So I'm quite startled to find only a few topics about this without any resolution. Up until today after I upgraded to iTunes 11, I was always able to set my main itunes to manually manage music with my iphone and then go to ANY computer and add music

  • Ipod nano third generation: no music after sync.

    I have a Ipod nano third generation upgraded from 1.1.2 to 1.1.3. Now it shows no music music after syncing. In itunes however, it shows data on my ipod. This can't be removed, unless I restore my ipod. Syncing videos and pictures do work fine. I hav

  • Personalized ringtones

    I have figured out how to use my own music as ringtones, but does anyone know if I can personalize ringtones per person-- so if one person calls it's one song and it's another song if someone else calls?

  • I Find I Have 2 Apl id's How do I delete old Apple id still showing up

    Have just discovered I have 2 Apple id's. One is from qite some time ago,the other one is the current one I use. Having trouble authorizing/de-authoring computers to play music because of the 2 accounts, too many computers authorized. Can I delete th

  • Automator app won't run from double-click

    automator app won't run from double-click in finder or from alert from ical. Will only run if I open in automator editor. I found a solution on my own. I opened activity monitor and all the automator apps that I run daily were hanging up and the auro