On Tue, 9 Jul 2002 00:38:18 -0700 (PDT), kiki wrote:
>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 ??? > Database Connectivity Toolset
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.
On Tue, 9 Jul 2002 00:38:18 -0700 (PDT), kiki wrote:
>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
If you have LabVIEW 6, try LabSQL which is open source software at www.jeffreytravis.com.
If you have LabVIEW5, email me, and I have some example VIs that work for Access 2000 on Windows NT 4.