I have written a
VB.Net app in VS 2005 that writes records to a file on an AS/400.
I have also written an RPG program on the AS/400 that is a trigger program attached to the file mentioned above.
The problem comes when a record is written to the file and the Trigger program fires, it can't find my data library. It is not in the Library List.
The job on the AS/400 ends up with a message on it. When I look at the library list for that job the data library isn't in there.
Is this something I have to define in the connection string ?
thanks