I have a perl application Sql query trying to get data from different servers

but I get the error

Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query.

My question is how and what level I have to set ANSI_NULLS and ANSI_WARNINGS  options, is it during db handle creation or db handle execution stage.

Thanks

Sekhar


Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to