I am making a small Access application for a project. Due to the security level involved I cannot use linked tables so I need to make the application completely transactional. However, the Database I'm trying to query is on a Sybase server. I have tried to write query statements but have not been able to get them to work.
I think I'm on the right track but I'm not sure. Has anyone done this before? Any help is appreciated.
Code:
strSQL = "SELECT sl.status FROM master..syslogins sl WHERE sl.name = '" & Login & "';"