- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Check the two below links and see if they can be of any helpful to resolve your issue.
In this thread Paul is asking to change the DSN setting.
"If you set up your DSN as a system DSN instead of a user DSN then that message shoudl disappear."
http://forums.adobe.com/message/2873482
In the below blog, Steve is mentioning to clone the connection to get rid of the issue.
You should be able to get around this by changing this line:
var oDB = xfa.sourceSet.nodes.item(nIndex);
to this:
var oDB = xfa.sourceSet.nodes.item(nIndex).clone(1);
http://forms.stefcameron.com/2006/10/12/displaying-all-records-from-an-odbc-data-connection/
Thanks
Srini
Views
Replies
0 Likes
Total Likes