localhost上的Derby数据库 [英] Derby database on localhost

查看:52
本文介绍了localhost上的Derby数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望你对这个问题的频率在我的上一次之后都很好,我很难与这个数据库的东西挣扎。我真的很感谢这个论坛的所有帮助,很多时候你把我的电脑从我的窗户里拯救出来了。大声笑。


现在我试图在运行时创建一个derby数据库我的java代码...我已经在硬盘上创建并使用了数据库,但现在我试图移动到网络并从本地主机开始。


我在运行时获取此错误信息:

I hope you are all ok with the frequency of this question following my last, im struggling alot with this database stuff. and i really appreciate all the help from this forum, many a time you have saved my computer from a trip out my window lol.

now im trying to create a derby database at runtime in my java code...ive created and used databases on the hard drive, but now im trying to move toward the net and started with the localhost.

im getting this error consistanlty at runtime:

展开 | 选择 | Wrap | 行号

推荐答案

你正在使用错误的驱动程序,不要''使用Embedde dDriver但是使用ClientDriver。

有关详细说明,请参阅入门手册''活动4'。


亲切的问候,


Jos
You''re using the wrong driver, don''t use the EmbeddedDriver but use the ClientDriver.
See the ''getting started'' manual ''activity 4'' for a detailed explanation.

kind regards,

Jos



你使用的是错误的驱动程序,不要使用EmbeddedDriver但使用ClientDriver。

有关详细说明,请参阅开始使用手册''活动4'。


亲切的问候,


Jos
You''re using the wrong driver, don''t use the EmbeddedDriver but use the ClientDriver.
See the ''getting started'' manual ''activity 4'' for a detailed explanation.

kind regards,

Jos



正确...这实际上是一个错误,我在我的代码中改变它来引用一些疯狂的例子我在网上看到,这是更新的代码,仍然存在同样的问题:

right...that was actually a mistake, i changed it on my code in referce to some crazy example i saw online, this is the updated code, still with the same problem:

展开 | 选择 | Wrap | 行号


我阅读了手册活动4,检查了我的示例代码,它们似乎排成一行,还有什么可能是错的吗?我一直对这些数据库感到非常沮丧,不幸的是,它们对于处理数据非常关键...大声笑......甚至解释这个错误意味着什么可能会有所帮助,我试过谷歌,但没有出现但旧的mailng列表帖子没有回复。



谢谢,

ken
i read the manual activity 4, checked the example code against mine, and they seem to line up, is there something else that could be wrong? ive been getting quite frustrated with these databases, unfourtunately, they are quite pivotal to handling data...lol...even an explanation of what that error means may help, i tried google, but nothing came up but and old mailng list post with no response.


thanks,
ken


这篇关于localhost上的Derby数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆