Advantage Dotnet dataproviders, password encryption or decryption for free tables(Users.adt)

I am trying to open a .adt extension table from .Net,
i am able to read all the free tables, but these table with password cannot open and fetch the data.
Anybody please help me how to use my password('XYZABD') to fetch the table data to my code.

Query for the Freetables i wrote:
"Select * from USERS";

How to write query for particular free table...?

0 answers