由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - VARBINARY supported by Derby?
相关主题
derby问题[合集] TexPen question
c,java, 数据库内核,数据库应用array to list
新手问题。Tomcat Servlet: synchronized vs non-synchronized methods
JDBC or SQL-C?问一个Many to Many的设计问题
JDBC如何获取新加入的记录的索引Question about Model 2
oracle help: pass array to oracle SPWhy System.currentTimeMillis() is later then TimerTask.scheduledExecutionTime() in some cases?
Re: 新生上路HashMap cache
[合集] How to get all classes under a package?请版务给2011年java版10大水枪发包子
相关话题的讨论汇总
话题: varbinary话题: derby话题: syntax话题: sql话题: supported
进入Java版参与讨论
1 (共1页)
s***8
发帖数: 1136
1
When creating a table with one column type as VARBINARY, got the following
error:
ERROR 42X01: Syntax error: Encountered "" at line 1, column 76.
Issue the 'help' command for general information on IJ command syntax.
Any unrecognized commands are treated as potential SQL commands and executed
directly.
Consult your DBMS server reference documentation for details of the SQL
syntax supported by your server.
IF I change varbinary to varchar, it works. But I need to use varbinary.
Anyone can help?
F****n
发帖数: 3271
2
You need to do what the exception suggestion: consult the reference
documentation of the specific DB's SQL.

executed

【在 s***8 的大作中提到】
: When creating a table with one column type as VARBINARY, got the following
: error:
: ERROR 42X01: Syntax error: Encountered "" at line 1, column 76.
: Issue the 'help' command for general information on IJ command syntax.
: Any unrecognized commands are treated as potential SQL commands and executed
: directly.
: Consult your DBMS server reference documentation for details of the SQL
: syntax supported by your server.
: IF I change varbinary to varchar, it works. But I need to use varbinary.
: Anyone can help?

s***8
发帖数: 1136
3
every problem can be solved this way, then let's close this forum.
F****n
发帖数: 3271
4
Maybe every problem you faced can by solved this way. Not others. Otherwise
no need to hire people.

【在 s***8 的大作中提到】
: every problem can be solved this way, then let's close this forum.
T*****e
发帖数: 361
5
VARCHAR FOR BIT DATA?
...
JDBC metadata type (java.sql.Types)
VARBINARY
...
http://db.apache.org/derby/docs/10.2/ref/ref-single.html#rrefsqlj32714
I am no Derby expert. The above was the result of a few minutes' search. I
agree with Foxman's statement in this case, for asking others to do your
basic reading may not be a good habit.
However, there is nothing wrong to ask. But don't take it personal when you
are asked to read the manual/reference, which is just a more general answer
to many du

【在 s***8 的大作中提到】
: every problem can be solved this way, then let's close this forum.
s***8
发帖数: 1136
6

Otherwise
Please focus on the tech problem itself, not people. When you say "problem
you faced", I think you cross the line.
I think part of the purpose of these forums are to exchange info, help each
other, and improve all our skills. I appreciate all the help I got on this
and other topics. For those topic that I have experice, I'm happy to share
my knowledge.
For this topic, I did do some research first before posting it, but will
feel more comfortable if some experts can give definitive

【在 F****n 的大作中提到】
: Maybe every problem you faced can by solved this way. Not others. Otherwise
: no need to hire people.

T*****e
发帖数: 361
7
Please take it easy. I guess Foxman did not mean to offend you in any way.
At least I wouldn't consider his statement being offensive.
As you said, you've done some research on this topic already. Why didn't
you simply offer the explanation when Foxman asked you to read the reference
? If I were you, I, as the one asking for help/input here, would probably
be more patient. Further more, providing more explanation/information will
for sure make it a lot easier for others to help.
By the way,

【在 s***8 的大作中提到】
:
: Otherwise
: Please focus on the tech problem itself, not people. When you say "problem
: you faced", I think you cross the line.
: I think part of the purpose of these forums are to exchange info, help each
: other, and improve all our skills. I appreciate all the help I got on this
: and other topics. For those topic that I have experice, I'm happy to share
: my knowledge.
: For this topic, I did do some research first before posting it, but will
: feel more comfortable if some experts can give definitive

s***8
发帖数: 1136
8
Thanks for all the help.
1 (共1页)
进入Java版参与讨论
相关主题
请版务给2011年java版10大水枪发包子JDBC如何获取新加入的记录的索引
[转载] sql questionoracle help: pass array to oracle SP
non-GPL free/oss embeded object/xml database?Re: 新生上路
Flatfile DB for java[合集] How to get all classes under a package?
derby问题[合集] TexPen question
c,java, 数据库内核,数据库应用array to list
新手问题。Tomcat Servlet: synchronized vs non-synchronized methods
JDBC or SQL-C?问一个Many to Many的设计问题
相关话题的讨论汇总
话题: varbinary话题: derby话题: syntax话题: sql话题: supported