![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anyone used a Solaris machine (as a SQL Client) to talk a D3 database using ODBC, and how well does it run? I have run some continuity tests using a Windows PC as a Client with success, but really need to know how it runs using Solaris as the Client end. Thanks in Advance, Richard M. |
#3
| |||
| |||
|
|
You can't do direct ODBC from a *nix client to D3 because Raining Data does not provide a *nix-based driver. You will need either a bridge (ODBC or JDBC/ODBC) or you may want to check with FusionWare to see if they can help:http://fusionware.net/products/etools/index.html |
#4
| |||
| |||
|
|
You can't do direct ODBC from a *nix client to D3 because Raining Data does not provide a *nix-based driver. You will need either a bridge (ODBC or JDBC/ODBC) or you may want to check with FusionWare to see if they can help:http://fusionware.net/products/etools/index.html (Tell um Tony sent ya!) I don't know what tools you're using but you could also use Mono/ADO.NET on Solaris and interface with mv.NET in a middle-tier Windows box so that you can get data without flattening your schemas for ODBC. I can help with that one. Along the same lines, you could make any sort of query of a middle-tier box which returns delimited or XML data, and then parse it on the Solaris side - this is completely language and protocol independent. If you already have FlashCONNECT you can make an HTTP query and return XML data. FC has a Java API too, if you prefer. If you really must generate an SQL query, consider wrapping the query as a text message, then pass it to a Windows middle-tier which makes the request of D3 and returns a dataset. Now forward this dataset back to your Solaris client code in some acceptable format (that could be a trick depending on needs). All of this might be done with a Web Service (making this a completely client-independent solution). No for-fee third-party components would be required here. Please let us know what you do here. There are many possibilities for indirect solutions. It would be nice to know what actually works, and works the best. Good luck. Assistance offered on request. TG@ removethisNebula-RnD.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |