SQL 资源管理器中 -char 参数的用途是什么?
What is the purpose of the -char parameter in SQL Explorer?
我最近开始使用 Progress OpenEdge,并且对来自 Progress 的命令行实用程序 Proenv 的 sqlexp(SQL Explorer)命令的 -char 参数的用途感到困惑。
我查看了文档 here,但显然 Progress 认为不应该记录参数。我还查看了 Progress 知识库,但找不到 -char 参数的实际定义。
例如,我认为命令 sqlexp -char -db C:\pathtomydb\mydb.db -H 127.0.0.1 -S 2500 -user jmoor -password ***
和 sqlexp -db C:\pathtomydb\mydb.db -H 127.0.0.1 -S 2500 -user jmoor -password ***
之间没有区别
这两个命令似乎做同样的事情。即使我使用 -command 参数 运行 一个实际的 SQL 命令,例如 SELECT * FROM PUB.CUSTOMER WHERE "Cust-id" = 15;
,-char 参数似乎没有什么区别。
帮助说明如下,但我看不到任何配置方法。我检查了 sqlexp.bat,它没有以任何方式使用 GUI class。看起来这是一个俯瞰。你可以忽略它。
Usage: sqlexp [-modeoptions] [-connectoptions] [-generaloptions]
where mode options include:
-char Optional argument. Default is GUI mode.
自 10.1A 起已过时,请参阅 https://knowledgebase.progress.com/articles/Article/P92359
我最近开始使用 Progress OpenEdge,并且对来自 Progress 的命令行实用程序 Proenv 的 sqlexp(SQL Explorer)命令的 -char 参数的用途感到困惑。
我查看了文档 here,但显然 Progress 认为不应该记录参数。我还查看了 Progress 知识库,但找不到 -char 参数的实际定义。
例如,我认为命令 sqlexp -char -db C:\pathtomydb\mydb.db -H 127.0.0.1 -S 2500 -user jmoor -password ***
和 sqlexp -db C:\pathtomydb\mydb.db -H 127.0.0.1 -S 2500 -user jmoor -password ***
这两个命令似乎做同样的事情。即使我使用 -command 参数 运行 一个实际的 SQL 命令,例如 SELECT * FROM PUB.CUSTOMER WHERE "Cust-id" = 15;
,-char 参数似乎没有什么区别。
帮助说明如下,但我看不到任何配置方法。我检查了 sqlexp.bat,它没有以任何方式使用 GUI class。看起来这是一个俯瞰。你可以忽略它。
Usage: sqlexp [-modeoptions] [-connectoptions] [-generaloptions]
where mode options include:
-char Optional argument. Default is GUI mode.
自 10.1A 起已过时,请参阅 https://knowledgebase.progress.com/articles/Article/P92359