I need your help. I have a nexusDB database and SQL Server 2000. I need the nexusDB databases changed into a format supported by SQL and import it into SQL. Oh, nexusDB and SQL are on seperate servers.
I have not used nexusDB, so I am flying blind here, but you could try importing the data directly from SQL Server by connecting to the nexusDB server using ODBC.
Of course, you need to be able to make a TCP/IP connection between the two servers. As dar as I can tell nexusDB supports ODBC.
I have a ODBC driver 4 nexusDB on the server running SQL, so i guest that would be the best bet, but my problem now is to do this all in code at specific times....
Bookmarks