PowerBuilder 应用程序包。隐藏数据库信息

发布于 2024-12-27 14:46:13 字数 434 浏览 1 评论 0原文

我正在查看一个装满文件的文件夹。

  1. 如果我决定移动到新文件夹(客户端的计算机),则需要哪种文件格式。

    <块引用> <前><代码>exe 动态链接库 .ini 多巴胺 项目组 个人资料库 聚对苯二甲酸丁二醇酯 体重

    据我所知,在部署项目时,PB会根据我们设置的内容创建exe、dll、pbr和pbd。所以我很确定这四种文件格式是必要的。 我还知道 pbl 和 pbw 是我们在项目工作时使用的两个文件。所以这两种文件格式对于客户端来说是不必要的(我假设,如果我错了,请纠正我)。 我不知道这两个:pbt 和 ini。

  2. 我确实知道这个 ini 文件,即 klinik.ini 包含 私人信息。我不知道如何隐藏这个文件(我的意思是 使程序不依赖于该文件。)有什么建议吗?

I am looking at a folder full of files.

  1. Which file format is necessary should I decide to move to a new folder (client's computer).

    exe
    dll
    ini
    pbd
    pbl
    pbr
    pbt
    pbw
    

    As i know, when deploying a project, PB will create exe, dll, pbr and pbd according to what we've set. So I'm pretty sure these four file formats is necessary.
    I also know that pbl and pbw are two files we use when working on a project. So these two file formats is unnecessary for the client (I assumed, correct me if I'm wrong).
    I don't know about these two: pbt and ini.

  2. I do know that this ini file, namely klinik.ini is containing
    private information. I don't know how to hide this file (I mean to
    make the program to not depend on this file.) Any suggestion?

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

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

发布评论

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

评论(1

怎言笑 2025-01-03 14:46:13
  1. 您所问的问题并不像您希望的那么普遍。许多此类扩展类型(包括 PBL,您已经认为可以排除它们)可以回答“这取决于应用程序”。我唯一排除的开发(也许只是我缺乏想象力;直到有人告诉我他们的应用程序之前我从未想过需要部署 PBL)是 PBR、PBT 和 PBW。至于其余的,我会查看应用程序技术手册,该手册随 PB 一起分发,也可以在 Sybase 手册站点上找到.

  2. 对此 INI 的唯一依赖项已编码到您的应用程序中;它不是 PowerBuilder INI。如果您想要部署此信息的替代方法,则需要更改应用程序代码。

祝你好运,

特里。

  1. What you're asking isn't as generic as you're hoping. A lot of these extension types (including PBLs, which you are already thinking can be ruled out) can be answered "It depends on the app." The only ones I'd rule out as development only (and maybe it's just my lack of imagination; I never thought of a need to deploy PBLs until someone told me about their app) would be PBR, PBT and PBW. As for the rest, I'd look at the Application Techniques manual, which is distributed with PB and is also available at the Sybase manuals site.

  2. The only dependency on this INI is coded into your application; it is not a PowerBuilder INI. If you want an alternate means of deploying this information, you'll need to change your application code.

Good luck,

Terry.

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