Is there anyway that I can use the DataSocket Read/Write functions in LabVIEW 6i to write to and get information from a access 97 database ? If so could you please help me and if there is a location where I can get a sample program of this please say so.Hello Chaz,
I do not think that there is anyway to do direct Access calls through data socket. So, the work around was to trasfer the data via data socket, then put it into an array then you can work with that array. Since I have not worked with Access I just put it into a spreedsheet, but you could take that array and put it into access. So, in other words, you will have to do your Access calls and datasocket calls seperately. Thanks,
Doug