有什么方法可以获取以delphi形式使用的所有数据库存储过程吗?

发布于 2024-10-31 03:11:29 字数 229 浏览 3 评论 0原文

实际上我希望所有数据库存储过程都以delphi 形式使用。你能帮我如何获得所有这些吗?

实际上我正在使用 Unidac 和 sybase。在我们相当旧的程序中,我们使用“where col1 <> null”,这对于 Unidac 来说是不可接受的。

现在我必须将其更改为“其中 col1 不为空”

请让我知道是否有任何简单的方法来获取 Delphi 表单中使用的所有数据库存储过程。

Actually I want all database storedprocedures used in a delphi form. Can you please help me how I can get all these?

Actually am using Unidac with sybase. In our pretty old procedures, we are using "where col1 <> null" which is not acceptable with Unidac.

Now I have to change it to "where col1 is not null"

Please let me know is there any easy way to get all database storedprocedures used in Delphi form.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雄赳赳气昂昂 2024-11-07 03:11:29

对我们来说最有效的方法是对所有文件中的特定关键字进行简单搜索(如果需要,使用正则表达式),然后过滤掉误报。

作为搜索工具,我强烈推荐 Powergrep 但有几种免费的替代品可以为您提供所需的结果。

What worked best for us was doing a simple search (regex if needed) on all files for specific keywords and filter out the false positives afterwards.

As search tool, I can highly recommend Powergrep but there are several free alternatives that would get you the results you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文