I would be glad to.
We are doing some further diagnostics on the SQL stuff now. But, there
appears to be some limitations on the drivers ability to handle certain types
of SQL code. For example here are some extracts from the ODBC log:
sqlservr 1cc0-1c84 EXIT SQLDriverConnectW with return code 1
(SQL_SUCCESS_WITH_INFO)
HDBC 05E218D8
HWND 00000000
WCHAR * 0x05CF7CF4 [ -3] "******\ 0"
SWORD -3
WCHAR * 0x05CF7CF4
SWORD 2
SWORD * 0x00000000
UWORD 0 <SQL_DRIVER_NOPROMPT>
DIAG [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr
failed (0)
DIAG [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr
failed (0)
Above appears to be a place to research why it seems slow slow.
sqlservr 1cc0-1c84 EXIT SQLSetConnectAttrW with return code -1
(SQL_ERROR)
SQLHDBC 05E218D8
SQLINTEGER 0 <SQL_ATTR_QUERY_TIMEOUT>
SQLPOINTER 0x00000000
SQLINTEGER -6
DIAG [S1C00] [Microsoft][ODBC Paradox Driver]Optional feature not
implemented (106)
Above appears to be the driver is receiving code that it does not have the
ability to support.
System.Data.SqlClient.SqlException: A transport-level error has occurred
when receiving results from the server. (provider: Shared Memory Provider,
error: 1 - I/O Error detected in read/write operation) at
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean
breakConnection) at
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception,
Boolean breakConnection) at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj)
We are also seeing a lot of the above error, and have not been able to
resolve. This causes SQL Server to crash.
Any ideas from anyone in regards to this would be greatly appreciated.
[quoted text, click to view] "Jonathan Psaila-Depasquale" wrote:
> Hi Brian,
>
> The Microsoft Paradox driver should work just fine. Could you give us
> more details on what is going wrong with it? What exactly do you mean
> by "very poor results"?
>
> Jonathan
>
>
> Brian wrote:
> > Hello,
> >
> > Is there anyone out there that has been able to successfully have SQL Server
> > 2000 talk to Paradox databases, by using an ODBC Driver between SQL Server
> > 2000 and the Borland Database Engine v 5.
> >
> > We have been working with the Microsoft Paradox driver, with very poor
> > results. We have had better luck with the Intersolv driver, but it is not
> > 100%.
> >
> > Does anyone have a success story that uses these ODBC Driver or any other
> > drivers. Please let me know.
> >