The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-07-2009
TinWalrus TinWalrus is offline
Registered User
  
 

Join Date: May 2007
Posts: 35
unix windows interop

without knowing what the database and message content type you want to communicate...

if you are trying to access a windows database directly, you can use a client - i.e. mysql on unix to mysql on windows... if it is microsoft sql, you could try doing odbc... if you need something fast, try doing something with NFS or SAMBA to share a file system that you can read / write files to. you could also use ftp scripts to poll messages

lots of options!