Java MS SQL ->; mysql 转换

发布于 2024-10-07 20:57:11 字数 153 浏览 1 评论 0原文

我构建了一个 Java 应用程序,用于将数据从 MSSQL 数据库传输到 mySQL 数据库。我遇到的问题是 MSSQL 数据库不断出现故障并导致我的应用程序抛出异常,因为它无法连接到服务器。有没有办法让我的应用程序在出现任何错误时重新启动?我正在 Ubuntu 10.04 LTS 上运行。

I have built a Java application that transfers data from a MSSQL db to a mySQL DB. The problem I have is that the MSSQL db constantly goes down and causes my application to throw exceptions because it can not connect to the server. Is there a way that I can tell my application to restart if it gets any error? I am running on Ubuntu 10.04 LTS.

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

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

发布评论

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

评论(1

长安忆 2024-10-14 20:57:11

您无法重新启动它,但根据应用程序,您可以模拟重新启动。

如果是控制台应用程序,您只需再次调用 main(..) 方法即可。

如果是桌面应用程序,可以隐藏当前的JFramesetVisible(true)一个新的JFrame

You can't restart it, but depending on the application, you can simulate a restart.

If it is a console application, you can simply call the main(..) method again.

If it is a desktop application, you can hide the current JFrame and setVisible(true) a new JFrame

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