Database access from TService?
2006-08-25 08:50:15 PM
cppbuilder17
My database calls seem to fail in a TService. I have written and debugged my code in a regular app, it works. When I move the module to a TService, it fails. For my particular app, all I have to do is start at the beginning of the database and check each record until I find what I'm looking for. It looks to me like FindFirst is failing. What am I missing about using a database in a TService?