ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
08-16-2005 10:14 PM
08-17-2005 01:32 AM
09-06-2005 12:57 PM
09-07-2005 01:32 PM
09-08-2005 11:41 PM
The new Mac OS is basically a version of Unix (or is it Linux) in either case, there should be interface libraries available for those platforms that you can leverage. For example, if you were to write a program in C on a Mac to talk to, say Oracle. What interface would you use? You might be able to access the same library functions from LV.
Also, I seem to remember reading something that ODBC is now cross platform. Perhaps that might help.
Finally, can you use VI server on one platform (Mac) to run a VI residing on another platform (Windows)? If so you could write an application server -- which is not a bad idea anyway -- in Windows and your Mac application doesn't need to worry about how to talk to the database, or what kind of database it is, or the database structure, or a lot of other stuff...
Mike...