Microsoft Jet 数据库引擎是否存在命令行客户端?

发布于 2024-08-16 19:19:19 字数 269 浏览 8 评论 0原文

Microsoft 的 Jet 数据库引擎 是否有基于 shell 的命令行客户端?

类似于 SQLite 的 SQLite 3.x (sqlite3.exe)。

Is there such a thing as a shell-based command-line client for Microsoft's Jet database engine?

Something similar to SQLite 3.x (sqlite3.exe) for SQLite.

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

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

发布评论

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

评论(3

转身以后 2024-08-23 19:19:19

PowerShell 适合吗?研究员MVP Richard Siddaway 拥有开始了一系列有关使用 PowerShell 和 Access 的非常有趣的博客文章。 您可以忽略他的博客文章中的 Office 2010 标签。另请注意,我对 PowerShell 一无所知。

Will PowerShell be suitable? Fellow MVP Richard Siddaway has started a very interesting series of blog postings on using PowerShell and Access. You can ignore the Office 2010 tag on his blog postings. Also note that I know nothing about PowerShell.

云柯 2024-08-23 19:19:19

这可能适合:

Cscript.exe是命令行版本
Windows 脚本宿主的
提供命令行选项
设置脚本属性。

使用Cscript.exe,您可以运行脚本
通过在以下位置键入脚本文件的名称
命令提示符。像微软
Internet Explorer、Windows 脚本宿主
作为 Windows 的控制器
脚本兼容的脚本引擎,
但 Windows Script Host 的性能非常低
内存要求。 Windows脚本
Host 非常适合互动和
非交互式脚本需求,例如
作为登录脚本和管理
脚本编写。

Windows 脚本宿主支持脚本
用 VBScript 或 JScript 编写。

http:// www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/wsh_runfromcommandprompt.mspx?mfr=true

This may suit:

Cscript.exe is a command-line version
of the Windows Script Host that
provides command-line options for
setting script properties.

With Cscript.exe, you can run scripts
by typing the name of a script file at
the command prompt. Like Microsoft
Internet Explorer, Windows Script Host
serves as a controller of Windows
Script compliant scripting engines,
but Windows Script Host has very low
memory requirements. Windows Script
Host is ideal for both interactive and
non-interactive scripting needs, such
as logon scripting and administrative
scripting.

Windows Script Host supports scripts
written in VBScript or JScript.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/wsh_runfromcommandprompt.mspx?mfr=true

音栖息无 2024-08-23 19:19:19

在最初的问题提出 10 年后在这里进入对话,但我已经使用了一些应该可以工作的工具:

  1. YouAccess (http://youaccess.sourceforge.net):“YouAccess 是一款免费(捐赠软件)救生控制台 µ应用程序,旨在从命令行对 Microsoft® Access™ 数据库进行 SQL 管理,包括创建它们。 ”
  2. JetSQLConsolehttps://sourceforge.net/projects/jetsqlconsole): “Microsoft Access 数据库的命令行/控制台界面,与 MySQL 客户端应用程序非常相似。”

Entering the conversation here 10 years after the original question, but I've played with a couple of tools that should work:

  1. YouAccess (http://youaccess.sourceforge.net): "YouAccess is a free (donationware) lifesaver console µapplication intended for SQL management of Microsoft® Access™ databases from command line, including creating them."
  2. JetSQLConsole (https://sourceforge.net/projects/jetsqlconsole): "A command line/console interface for Microsoft Access databases, very similar to the MySQL client application."
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文