topics

全部话题 - 话题: odbc
首页 5 6 7 8 9 末页 (共9页)
k*z
发帖数: 4704
1
用access还是不太好。必须用odbc才能连上,不方便。
c******d
发帖数: 171
2
我曾经设置过IBM iSeries400 To MSSQL Server,很不好弄
现在也忘了怎么弄得了,以后常交流
y*****g
发帖数: 677
3
I only play with DB2 on Linux :-)
s**********o
发帖数: 14359
4
非说我的ENVIRONMENT PATH太长了,删掉好多,终于装上了
可是ODBC还是没弄起来,tnsnames不知道填啥
s**********o
发帖数: 14359
5
tnsnames搞好了,还是不行,DBA说是我的64BIT有问题,
DBA让我删了装32BIT,我64BIT的WINDOWS 7,想删除
老了,又删不掉,搞了个ODBC FOR .NET,尼玛还是不能
用,还是出错,什么烂东西啊
c*******r
发帖数: 3289
6
来自主题: Database版 - 集成多个数据库用什么软件
MS Access, if you can connect to MySQL via ODBC
l******9
发帖数: 579
7
【 以下文字转载自 Quant 讨论区 】
发信人: light009 (light009), 信区: Quant
标 题: error run SQL query from pyodbc python 3.2.5
发信站: BBS 未名空间站 (Thu Jun 19 12:04:26 2014, 美东)
I am working on pyodbc in Eclipse (4.3.2v20140221-1852) with PyDev on Win 7.
My python is 3.2.5.
At my code:
cursor.execute("select top " + str(1) + " a.my_id, a.mycode" +
"from my_table as a where a.mycode = ?", aGivenCode)
I got an error :
pyodbc.ProgrammingError: ('42000', "[42000] [Microsoft][ODBC SQL Server
Driver]
[SQL Ser... 阅读全帖
l******9
发帖数: 579
8
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: get value returned by SQLstored procedure from python
发信站: BBS 未名空间站 (Fri Aug 1 18:07:59 2014, 美东)
I need to check the returned value from a stored procedure on SQL server
2008 R2.
import pyodbc
sql_str = """
DECLARE @return_value int
SET @return_value = -1
INSERT INTO [my_database].[dbo].[my_table]
EXEC @return_value = [my_database].[dbo].[my_stored_
proce... 阅读全帖
l******9
发帖数: 579
9
来自主题: Database版 - run SQL stored procedure from python
Why the expected results cannot be seen ?
Also, how to access two databases in one ODBC connection from pyodbc ?
thanks !
l******9
发帖数: 579
10
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of importing data from txt file to IBM netezza SQL database
发信站: BBS 未名空间站 (Fri Nov 21 14:55:51 2014, 美东)
I would like to load data from a txt file (9 KB) to SQL IBM netezza database
in Aginity workbench.
After creating the table:
I right-clicked the table and go to "import data" tab and chose "comma" as
field delimiter and skip the first row for the header in the file.
The SQL query is:
INSERT INTO username.my_table... 阅读全帖
n**********e
发帖数: 75
11
替朋友发的。有兴趣的请用dice申请
https://www.dice.com/jobs/detail/Senior-Database-Developer-Citadel-L.L.C.-
Chicago-IL-60603/10120369/254107
或发CV给 [email protected]
/* */
Job Description:
Citadel L.L.C., Chicago, IL
Title: Senior Database Developer
Summary:
The Front Office Core Technology Database group works closely with other
Front Office and Middle Office IT application teams as well as Global
Infrastructure teams to develop high performance and highly available
database systems. Key responsibilit... 阅读全帖
p********l
发帖数: 279
12
【 以下文字转载自 JobMarket 讨论区 】
发信人: powershell (PoSh >_), 信区: JobMarket
标 题: Job Opening - Junior Software/Database Developer
发信站: BBS 未名空间站 (Mon Oct 19 16:07:26 2015, 美东)
Two openings. The company is in San Fernando Valley region of the City of
Los Angeles, California.
Junior Software Developer
• .NET C# win form/web programming experience.
• Working knowledge of .NET APIs, T-SQL, and SQL Server.
• Experience with web-related technologies (HTML, CSS, JavaScript,
JSON, Aja... 阅读全帖
u*******r
发帖数: 150
13
这问题有意思,不知道要干嘛。
1. 通过JDBC/ODBC等连什么data store都行。看2,你是要data都存在数据库里,那基
本上什么工具都没辙,不可能搞定qlikview那种,除非你搞到比内存还快的硬盘。
3应该选择不少吧,Domo?
ETL一般根报表可视层独立的吧。
b*********t
发帖数: 307
14
来自主题: Database版 - JMP connection to Oracle SQL database
我想用JMP to pull tables from Oracle SQL database. Mac version 64bit JMP13.
我的公司的MES给我以下的信息.
URL (hostname): xxxxxx
Service Name: xxxxxx
Port: 1521
User: xxxxxx
Password: xxxxxx
我用的是MAC版的Oracle SQL developer version 4.2。 请问如何用JMP和数据库建立
联系?我是不是需要ODBC driver for Mac? 多谢。
s******n
发帖数: 45
15
来自主题: DotNet版 - foxpro and c#
as long as you can find corresponding odbc driver or oledb provider, you
should be fine. just google those keywords bah.
t*****s
发帖数: 124
16
来自主题: DotNet版 - .NET 新手 请教两个弱问题

JDBC connection? Do you really want to mean ODBC connection?
C# should have no means to use JDBC connection.
http://YourMachineNameOrIP/MY_APP/start.aspx
t******t
发帖数: 51
17
来自主题: DotNet版 - .NET 新手 请教两个弱问题

安装
ODBC 也可以, 问题是如何实现, 要不要安装Oracle的什么东西?哪有sample code 可
以借鉴?
我试过这个, 但是很长时间都没有反应, 直到最后timeout.
是不是IIS的configuration不对?
o******r
发帖数: 259
18
【 以下文字转载自 Database 讨论区 】
【 原文由 observer 所发表 】
google了一把,
发现好多人碰到了这个问题,
有人质疑是不是ODBC bug
还有人建议把记录置空,不删除,
这个主意太差,
因为下次加新记录就会中间空老大一段,
而且用久了记录只会越来越多,
手工删容易出错,尤其是table 直接有dependency时。
以下是比较肯定的结论,
也不知道MS这帮人是怎么想的,不让人家delete a record
http://www.kbalertz.com/kb_Q257819.aspx
You are more restricted in deleting Excel data than data from a relation
al data source. In a relational database, "row" has no meaning or existe
nce apart from "record"; in an Excel worksheet, this is not true. You ca
n delete values
F***Q
发帖数: 6599
19
来自主题: Hardware版 - 配个处理access的电脑求建议

了?
https://www.progress.com/tutorials/odbc/using-indexes
again, if you convert your database to sqlite, I am sure you can cut the run
-time even more. 3 min still sounds high for your db size.
free converters are available at
https://www.sqlite.org/cvstrac/wiki?p=ConverterTools
just search "MDB"
F***Q
发帖数: 6599
20
来自主题: Hardware版 - 配个处理access的电脑求建议

了?
https://www.progress.com/tutorials/odbc/using-indexes
again, if you convert your database to sqlite, I am sure you can cut the run
-time even more. 3 min still sounds high for your db size.
free converters are available at
https://www.sqlite.org/cvstrac/wiki?p=ConverterTools
just search "MDB"
w**********k
发帖数: 1135
21
来自主题: Java版 - Re: 可笑的SUN!

JAVA现在并不是一门程序设计语言这么简单了。
其EJB(Enterprise Java Bean)是一套分布式对象的体系结构,
是JAVA产生以来的集大成者,综合了JAVA语言、Servlet、JSP、JNDI、JDBC等技术,
与微软的DCOM体系成对抗之势,大致对应于微软的VC、COM、ASP、???、ODBC。
比起微软来,EJB的Develop one time,run everywhere,还是很吸引人的。
很有希望在电子商务大潮中一展身手。
w**********k
发帖数: 1135
22
来自主题: Java版 - Re: 可笑的SUN!

buy.com至少表面看起来是用asp做的,不过有意思的是,其后台数据库
用的是foxPro,前两天查询一个东西,说ODBC错,foxPro怎么怎么着 :-)
ebay.com如果我没有猜错,用的也是NT平台,ISAPI技术,因为它的连接中
有什么eBayISAPI.dll。
valueamerica.com也是asp。
倒是见过几个网站用了jsp技术,还so far还没有看见网上商店用JSP做的。
微软的东西有个最大的好处就是“易用性”,在大陆时,与一些用户谈起来,
许多提起UNIX就会摇头,说培训员工就够麻烦的,还是用NT吧。
现在是SUN、IBM、Oracle等联合起来与微软对抗,谁胜谁负,或双赢,不太好说。
...................................
这个好象有点模糊,我明天找那本书再看看。
..............
按照SUN的EJB specification,EJB server与EJB container是有区别的。
现在这些产品中,许多集成了这两者的功能
j**s
发帖数: 16
23
Maybe, you missed the following part.
java.util.Properties props=new java.util.Properties();
props.put("user", "xxx");
props.put("password", "xxx");
con = DriverManager.getConnection(connectionURL, props);
在 nysb (好大的雪) 的大作中提到: 】
m******t
发帖数: 2416
24
Not necessary bah, if he only wants to execute that statement for once.
yb
发帖数: 171
25
using jdbc odbc bridge. tried to load db2 drive and only used jdbc, failed. do
not know why.
thanks to those who replied.
z****g
发帖数: 2497
26
I don't think you could create mdb file from JDBCODBC.
The user has to do this.
If you want to avoid user configuration, use Installshield to create
a install package. Install shiedl could do the data source setup.
And the exception seems caused from you were trying to
crate table "Coffees" which is already existing in the database.
c*****t
发帖数: 1879
27
Thanks. I found another way. Create an empty database file and
copy it to the file name I wanted.
The exception was related to the question "should I close the connection"
part.
z****g
发帖数: 2497
28
Oh, didn't read all through.
Generally, you will do is
Connection conn = null or initialize here.
try{
//sql code...
}
catch(SQLException e)
{
}
finally
{
try{
if(conn!=null)
conn.close();
}
catch(SQLException ee)
{
}
}
c*****t
发帖数: 1879
29
【 以下文字转载自 Database 讨论区 】
【 原文由 coconut 所发表 】
I have a table view of a table. Since that table is being updated
sometimes in the background and needs to refresh the display. However
I wish to view the table w/o getting the complete full table each time.
What are the things to consider.
BTW, I use JDBC-ODBC bridge driver.
Thanks
y****i
发帖数: 5690
30
Why not print out the SQL you are trying to execute and run it directly on the
database using the ODBC connecton username/passwd, then you can prove what
wyr's suggestion fit you or not.

reco
。用catch也找不到error,用PreparedStatement也是同样的问题,用新的Connection,St
is
a*****a
发帖数: 1429
31
There are 4 types of JDBC driver. Oracle supports 2 of them. JDBC-ODBC
is supported by JDK. Don't mess them up.
t**o
发帖数: 620
32
【 以下文字转载自 JobHunting 讨论区,原文如下 】
发信人: taro (非典型芋头), 信区: JobHunting
标 题: 急需Java 或者GSM的人才!
发信站: Unknown Space - 未名空间 (Sat Sep 25 18:59:16 2004) WWW-POST
代友发文。
北京一家大型软件外包公司(美资),客户大多是国外
知名公司,比如摩托,西门子等。
急需Java 或者GSM的人才,多个职位空缺。
待遇从优
职位描述:
PC Application Developer (Beijing)
Qualification:
Bachelor degree, Mater degree is preferred.
Major in software or related.
At least 3 years experience in software development.
Excellent in VB, good at C/C++
Good at SQL and RDBMS
Experience in ADO or ODBC
Experience
g*s
发帖数: 2277
33
来自主题: Java版 - JDBC怎样连接FoxPro数据库?
JDBC-ODBC bridge
v**d
发帖数: 186
34
来自主题: Java版 - Java sucks big time!

你要知道很多事情不是你能够决定的,例如软件开发平台,数据库,语言等东西
我并不知道老板要干啥,我的工作主要使用c++,但是因为我对java也很熟悉,而某个功能
恰好需要java的支持,而从事这个任务的人对java并不太了解,所以要我看看技术可行性
而已
,我自己并不想做他的那些具体编程,hoho
另外一个问题是,很多技术之间有dependency,例如我前几天说的那个oracle java
stored procedure,显然用PL/SQL实现某些功能并不方便,所以oracle集成了java在里面
,而我们的产品为了性能根本不用odbc这些东西而是直接调用oci,而且大量使用stored
procedures
。当然你可能问为啥不用pro*c,我只能告诉你这个事情我说了没用,因为我的工作实际上
和这块功能没有重叠
at
You
呵呵,你这个有些牵强附会
并不是所有api都是non-trivial
跑前台估计没啥问题,但是我用的那个api估计使用的人并不多,所以有bug不足为奇
u**r
发帖数: 166
35
来自主题: Java版 - JDBC的问题 getTableName()
getTableName(i) 后面返回值没有, 我用的JDBC-ODBC, 也试过用JDBC DRIVER, 都不行
请问如何解决这个问题?
多谢
c*****t
发帖数: 1879
36
来自主题: Java版 - a question regarding JDBC driver?
You obtain the JDBC driver through the database vendor, occationally
from third party vendors. Sun only include ODBC-JDBC bridge driver with
its runtime library. Some database vendors sell their JDBC drivers
separately from their database while some others provide them for free.
Normally, you include the .jar library file of the jdbc driver as part of
class path. Read Sun's JDBC tutorial...
h*****0
发帖数: 4889
37
手头有一个access 2007的数据库文件database.accdb
现使用jdbc连接:
"jdbc:odbc:DRIVER={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=database.
accdb"
然后从库中读出某法语字符串System.out.println()打印出来显然为
Fran?ais
其中的?号应该是一个c下面加点的符号。
请问如何正确的获取该字符串?
x*****g
发帖数: 764
38
来自主题: Java版 - 怎么读excel文件
搜了一下没找到。下载了几个免费的DK,都不适用于新文件格式。我不太想用ODBC,因
为每一个定义的driver都指向一个固定的文件,不flexible.
请大牛们给我这个初学者扫扫盲。谢谢。
a***h
发帖数: 1222
39
来自主题: Linux版 - Ubuntu 下access数据库
有一大堆access数据库,还有个程序要用access ODBC
q***2
发帖数: 312
40
夸张了。
我自己是个例子。
绝对没到奥赛水平。
以前只会basic,(小学水平)
看了谭的书。
自己写了8皇后。
还有工资报表。
ODBC接口。
基本上就是把DB2里面的数据读出来,做个链表。
当然,一开始的时候有bug.有死锁。
但是调了调也就通了。
比用C裸写FFT容易多了。
E*V
发帖数: 17544
41
来自主题: Linux版 - 继续批评 gentoo
sudo emerge -av octave
Password:
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] media-libs/qhull-2003.1-r1 708 kB
[ebuild N ] sci-visualization/gnuplot-4.2.5-r1 USE="X readline -doc -
emacs -gd -ggi -latex -lua -pdf -plotutils (-svga) -wxwidgets -xemacs" 2,832
kB
[ebuild N ] sci-mathematics/glpk-4.39 USE="mysql -doc -examples -gmp -
odbc" 2,390 kB
[ebuild N ] app-admin/eselect-lapack-0.1 0 kB
[ebuild N ] app-admin/esel
s*****w
发帖数: 1527
42
来自主题: Linux版 - 没有open source
MS: odbc, MsSQL
SUN: jdbc, ...
orcal
ibm
没了open source就不能活了?
z***g
发帖数: 4
43
来自主题: Programming版 - C 程序内更新已连接数据库的内容
Sorry to use English.:-)
Already get data from Access database in C program. Now want to send back the
calculated results to an empty column of the same connected database.
Have tried “SQLBindParameter” in the sample code of
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcsqlbindparameter.asp (not work)
The code in the following link(using SQLPutData”) seems good but confused me.
( I know little about programming or database. J)
http://msdn.microsoft.com/librar
g*****g
发帖数: 34805
44
来自主题: Programming版 - 怎样加jar文件到classpath (windows)
java -classpath odbc.jar;other jars;directory (. for current) YourMain

.0
n*w
发帖数: 3393
45
还是没办法?必须用active python什么的?active python/perl和cygwin里的python/
perl有什么差别?
k***r
发帖数: 4260
46
If it involves a C extension, then it may not work. Why not just use ActiveState Python? Cygwin stuff is not always stable because there are not a whole lot of people use it.

python/
首页 5 6 7 8 9 末页 (共9页)