views:

78

answers:

0

Hello to All MSSSQL/Perl guru's,

I want to emulate MSSQL/TDS-Server ,

so my 'Microsoft SQL Server Management Studio' (windows client) could SQL-SELECT(only READ)

some distributed data that sits on Linux machines using regular-SQL query or linked-server

( and that's why i cannot use OLE DB Providers and their friends , i also cannot use the XMLDB/text providers since i need to "translate" the SQL to other format , run a process and then get back the results to the MSSQL-client ).

I tried to run the http://search.cpan.org/dist/Sybase-TdsServer/ with no success

( I added $ENV{SYBASE} = ''; and manipulate the token_dispatcher for some new tokens of MS-2005 - but it didn't help)

Does someone have another idea on how to emulate MSSQL or have newer/working version of Sybase::TdsServer ?

Thank you so much !