Cannot open Interactive sql from command prompt

孤者浪人 提交于 2020-01-15 11:23:11

问题


I have added my own procedure to run as soon as user logs, using

SET OPTION PUBLIC.post_login_procedure = 'xxx.Myprocedure';

I need to set custom message on pop up this provides when user logs in. The pop up is working, when I manually login in from Sybase central. however, when I run dbisql -c "DSN=myDSN" from command prompt Interactive sql opens and I get the popup that stays on forever!

I cannot post images yet but I can send u one, it says "Connecting to database.."

I get this pop up only when I have set the popup to appear through post_login_procedure , If i remove that then I can connect to interactive sql without any problem.

Please help, Thanks

来源:https://stackoverflow.com/questions/25897338/cannot-open-interactive-sql-from-command-prompt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!