Right
Let me give you some facts
Access 2000, Windows 2000, trying to connect to Sybase system 11, I have
tried a dsn, i have tried a UDL etc etc - i think there may be a problem
with the ODBC driver...
On Apr 16, 6:58 am, "jjj" <d...@ff.com> wrote:
> Hi,
>
[quoted text clipped - 10 lines]
> can anyone help me or point me in the right direction? maybe i could use
> DAO??
if you want to return a recordset then you have to use
set rs=cnn.OpenRecordset strObjectName
or similar...
set the password stuff in the connection properties.