Hello,
I need to connect to an external SQL Table.
I've used this connection string. (With my actual details).
Server=SQL2;Database=Database2;uid=user1234565;pwd=12345678;
Xmod connects and gives me the name of the Table I want to connect to, but it does not give me any of the fields.
Am I doing something wrong?
Thank you.
Andy