Transferring a table from SQL Server 2k5 to KDB+

Hi,I already saw a post discussing the same, but the content seemed a bitdelphic to me, so this post. I have the file odbc.k and have saved itto W32, now my question is how to use it in data transfer from SQLServer to kdb+.(From the documentation) This is not working for me…>q w32/odbc.kq).odbc.load`northwind.mdb / will load entire databasePlus I have got the following syntactical questions about odbc.k:1. What is the syntax to copy a database from a remote location intokdb+?2. How to copy specific tables from a database in kdb+?By database I mean SQL Server 2k5.Thanks,Sayan