由买买提看人间百态

topics

全部话题 - 话题: dsn
首页 上页 1 2 3 4 下页 末页 (共4页)
v**m
发帖数: 242
1
来自主题: BuildingWeb版 - 怎么把webserver和DB装在不同机器上
confuse what you mean,
anyway you can use dsn or connectless connection lah
z**5
发帖数: 221
2
Very good conference, but still not top.
c*r
发帖数: 278
3
Top one in fault-tolerance.
It was FTCS originally.
h****t
发帖数: 93
4
thx. :)
h****t
发帖数: 93
5
thx too. :)
b**g
发帖数: 335
6
Dependable Systems and Networks (DSN), which was called FTCS formerly.
Symposium on Reliable Distributed Systems
n*o
发帖数: 442
7
In high performance computing, operating system,
network, vision/image processing, and database fields:
(not a complete list, but listed conferences are
generally ranked right.)
update 1: the conferences suggested by Yepes and TurnTurnTurn added
update 2: ics should be 4 star instead of 3 star as clarified by fengeer
5 star: OSDI, SOSP, SIGCOMM, MobiCom, VLDB, SIGMOD,
ASPLOS, MobiHoc, CVPR,ICCV
4 star: InfoComm, ICDE, FAST, NSDI, SC, HotOS, ICDCS,
DSN, ICNP, HPDC, IPTPS, USENIX,
S*******0
发帖数: 208
8
来自主题: CS版 - VBA ask for help
Can someone help me with the code, simply put is : find a cell in excel, and
copy the sql reusult dataset starting from the cell found, my code is as
follows, it did not indicate any error, but could not run, please help me to
identify where the problems, many thanks
Sub reshnepoolmonthValues()
Worksheets(2).Activate
Dim valuedt As String
Dim sql1 As String
Dim sql2 As String
Dim sql3 As String

Dim wrk As Worksheet
Dim inRng1 As Long

Dim inrng2 As Long

D... 阅读全帖
s**u
发帖数: 17
9
来自主题: Database版 - Help on JDBC:ODBC SOS

I set up the data source with "ODBC datasource administrator". I added a MS
Access driver, setting as following:
DRIVER={Microsoft Access Driver (*.mdb)}
Server=MyServer
database=mydb
then I selected the file mymd.mdb to link to the datasource
source file named mydb.dsn was constructed by computer.
there must be something wrong, but i just don't know it
o**k
发帖数: 5
10
how to establish sun.jdbc.odbc.JdbcOdbcDriver
in ODBC? and the user DSN in ODBC?
thx
w******n
发帖数: 692
11
I am afraid that you have a USER DSN whose names is
test too.
b***x
发帖数: 2
12
There's no same name in user DSN.
Is there some other methods to perform remote access?
w****n
发帖数: 1
13
向各高手请教
我在DS9(UNIX 系统)中ORACLE8 环境下运行命令,建了一些TABLE,
现在又要在ACCESS 下建如
干TABLE,请高手指点我的初学者
另 在ACCESS 中GET EXTERNAL DATA 下的DSN 是什么东东
a*****a
发帖数: 438
14
I didn't know Oracle but I think there should be utilities in Oracle to
export the tables in CSV format.. then you import it to Access
DSN is Data Source Name.
b********g
发帖数: 10
15
来自主题: Database版 - Oracle8i能装在Win2000下吗?
我在Win2000 Server上装了Oracle8i,包括Enterprise Edition,
client and Programming tools.
装完之后,SQL_Plus可以正常运行, 但是当我在JBuilder 3.0 中试图
去连接Oracle的数据库的时候( 在安装的时候已经建立了一个数据库
, 我的程序好象被刮起了: 不再往下执行,
但是也并不占用系统的CPU或者内存资源).
请教各位高手, 这是怎么回事呀?
而且, 我已经在系统的"Data Source(ODBC)"中配置了Oracle的Sys
DSN.
非常感谢!

j***e
发帖数: 19
16
我的ODBC配置已经成功,在ASP连接该数据库时,却不成功,运行到
Conn.open "DSN=infotest;uid=informix;pwd=informix"
时出错,信息为:
MicroSoft ole DB provider for odbc drivers 错误:80004005
[odbc informix driver][informix] unable to load locale
categories.
而同样的代码在VISUAL BASIC下可以成功连接。
十万火急,先谢谢各位大虾。
b*********l
发帖数: 30
17
来自主题: Database版 - ASP, ACCESS BUG
DXs,
I am trying to learn a little ASP and ACCESS on my IIS
server. Below is an error when I tried to run a ASP script
(which connects to ACCESS DB).
I believe this must be a common type of bug -- can anybody
give me a pointer on this?
Thanks in advance!
==========================
GIVEN BACK BY IE5.05
...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error
Unable to open registry key 'Temporary (volatile) Jet DSN
for process
e****c
发帖数: 10
18
来自主题: Database版 - My SQL and Crystal report
Now I try to migrate my Visual Basic Application from MS SQL to My SQL, but i
met problem when i use crystalreport which connects My SQL . Below is my code:
CrystalReport1.Connect = "DSN=TestDB;uid=amy;pwd="
CrystalReport1.Destination = 0 ' 0-window 1-printer
CrystalReport1.ReportFileName = CrystalReportDir &
"\CrystalReport\Tracking\test.rpt"
sql = "select * from Score"
CrystalReport1.SQLQuery = sql
CrystalReport1.Action = 1
When this program execute the last line of code, following error
b******u
发帖数: 676
19
来自主题: Database版 - DSN-less connection to SQL server
Thanks a lot for your help.
I can do something like
strCnct = "ODBC; DRIVER={SQL
server};SERVER=ABC-SQL-01;DATABASE=ABC2;trusted_connection=yes"
As I understand it, the "trusted_connection=yes" is supposed to antomatically
use the UserName and Password that the person used to log into thier windows
boxes. This way I don't need a login screen...
sigh. but I still get same error...

information.
tables
"ODBC:
b******u
发帖数: 676
20
来自主题: Database版 - wuwu... I hate doing this...
SQL db, Access front end, hosted on different servers. I can't figure out how
to set up DNSless ODBC connection between the two. Tons of sample codes, but I
just can't have it work...sigh...
So, I am doing this:
My end user uses short cut to access the Access reports. On every computer, I
set up same system DSN. Same name, and all pointing to the SQL db. Then, use
Access Link table.
When I modify the SQL table, seems that I can do it on any PC. just refresh
the linked table in Access Link Table
h****r
发帖数: 2056
21
Hi,
How can i connect to a Oracle 8i database using ASP(DSN less connection).
Kindly help me.
Thank you in advance.
o***z
发帖数: 133
22
then i think the problem lies in your asp page
how about this?
<%
Set objDC = Server.CreateObject("ADODB.Connection")
objdc.open "dsn=users;pwd=letmein"
sqltext="SELECT * FROM users WHERE (username = '" & request("username") &"')"
Response.Write "

"&sqltext&"
"
Set objRS=objdc.Execute(sqltext)
if NOT ...
......

m**h
发帖数: 22
23
俺也不知道啊
好象global.mdb与oracle的设置有关?
书上没有提到连SQL Server要用这个呀
还有测试sqlserver.dsn的时候是succeed
不知道为什么不能登录
s****y
发帖数: 95
24
Thanks. I found it is actually very easy. Just leave out the user ID.
For example
CString CSecuredRSSet::GetDefaultConnect()
{
return _T("ODBC;DSN=Secure;PWD=Lamont");
}
It works fine. Thank you ottoz.
h*****l
发帖数: 184
25
Use DSN less connection.



ODBC的setting,如何在ASP的里连接我的数据库而不用修改sever的ODBC的set
l*****n
发帖数: 92
26
来自主题: Database版 - 求教高手:odbc更新数据出错
数据库是access xp, 采用的是system dsn,其余都是缺省设置。
更新记录语句为:
update people set lastname='hhe', firstname='hehe', middlename='',
emailaddress='',
homepage='', institute='University', memo='' where peopleid=1
出错信息如下:
Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Operation must
use an updateable query.,
SQL state S1000 in SQLExecDirect in people_save.php on line 40
但是读取数据没有任何错误,请问可能是什么原因,怎么解决?谢谢
r*******d
发帖数: 117
27
来自主题: Database版 - JDBC问题一问
入门问题.
我想用JDBC打开一个MS access数据库.准备用JDBC:ODBC bridge连接.
在Data Source里定义了User DSN:
Data Source name: access
Driver: MS access Driver
Database: Test.mdb
Connection connectionAccess =
DriverManager.getConnection("JDBC:ODBC:access");
然后程序返回出错:
java.sql.SQLException: No suitable Driver.
这是怎么回事? 是不是还需要先load一个JDBC:ODBC driver,
具体怎么做?
多谢指点.
i*******l
发帖数: 6
28
大侠救命,我在我的local machine 上运行IIS和ASP想连接远程的ORACLE数据库,请问怎么
建立连接啊? 谢谢
b*e
发帖数: 3845
29
I connect C# to mysql throught ODBC.NET and MySQL ODBC.
ODBC.NET is downloadable from MS website
You need to find Oracle ODBC driver.
i*******l
发帖数: 6
30
ok, but is it for remote connection? And do I need to install ODBC driver in
my local machine?

怎么
y********o
发帖数: 2565
31
来自主题: Database版 - Question about DSN (for oracle)
It seems your connection string is for OleDb instead of ODBC, judging from
the info at the following URL.
http://www.connectionstrings.com/?carrier=oracle
What if you try this connection string as shown from the same URL for ODBC?
Driver={Microsoft ODBC for Oracle};Server=myServerAddress;Uid=myUsername;Pwd
=myPassword;

def
Sour
c**t
发帖数: 2744
32
来自主题: Database版 - Question about DSN (for oracle)
didn't work.

Pwd
y********o
发帖数: 2565
33
来自主题: Database版 - Question about DSN (for oracle)
Did you dry Tis out? I'm goncerned abou dju. :-)

Microsoft ODBC for Oracle}; SERVER=110.119.114.120;" providerName="System.
Data.Odbc"
y********o
发帖数: 2565
34
来自主题: Database版 - Question about DSN (for oracle)
Even the one you initially used worked after you reboot your system?
The one you had in your first post:
adostring = "Provider=MSDAORA.1;Password=myPassword;User ID=dbUser;Data Sour
ce=myDataSource;Persist Security Info=True"
c**t
发帖数: 2744
35
来自主题: Database版 - Question about DSN (for oracle)

Sour
yes. The trick is to reboot. I don't know what's wrong. It seems the ultimat
e solution for windows is to reboot.
y********o
发帖数: 2565
36
来自主题: Database版 - Question about DSN (for oracle)

ultimat
I have the same feeling towards Windows. I once in a while have IIS Worker
Process Error, and this prevents the web application from connecting to our
Oracle 10g. This error is usually resolved through reboot. Or maybe
restarting IIS should work, too.
c**t
发帖数: 2744
37
来自主题: Database版 - About QueryTable in Excel VBA
check your dsn config
c****y
发帖数: 3592
38
我的程序可以跑但是没结果。
rs.Field.Count是有结果的
rs.RecordCount结果是-1(肯定不对)
rs.GetRow或者掉rs结果都是error type mismatch.
我感觉是没有调出东西来?procedure肯定是好的,直接在excel上用connection有结果的
Dim cn As ADODB.Connection
Dim rs As ADODB.Recordset
Dim Cmd As ADODB.Command
Dim strConn As String
Set cn = New ADODB.Connection
Set rs = New ADODB.Recordset
Set Cmd = New ADODB.Command
strConn = "Provider=MSDASQL.1;Persist Security Info=True;DSN=pmw;Description
=PMW;UID=pmwreader;Trusted_Connection=Yes;APP=2007 Microsoft Office system;
WSID=BG-R... 阅读全帖
n****7
发帖数: 8354
39
Thank you. I am still working on it.
I tried to use XML on that chart. But I don't know how to use it. I type "
Sequential". It come out something. But I don't know select which one.Also
there are two methods, get and set. I don't know how to use them also. I
just want to open a file and override recorded data.I will look the link you
give me. I am an ABC level.
DataSource("System.Data.Odbc", "Dsn=Excel Files;Driver={Microsoft Excel
Driver (*.xls)};dbq=|DataDirectory|\Data.xls;defaultdir=.;drive... 阅读全帖
w****n
发帖数: 266
40
yes. I used my SQL account and pw. It was successful connection when I
configured. Now I used notepad(.udl) to test connection string. It is fine.
So how can I compare it with connection string? where is the connection
string? encrypted DSN?
y********o
发帖数: 2565
41
O, sorry, that code is for oracle jdbc.
I can connect to my Oracle 10g using ODBC, not sure if this is what you wann
a use.
oracleConn = new OdbcConnection();
oracleConn.ConnectionString = @"DSN=OraServiceName; UID=myusername;PWD=my
passwd; DRIVER= {Microsoft ODBC for Oracle}; SERVER=110.119.114.120;";
oracleConn.Open();
I hope this would help.

OracleDataSource
m********d
发帖数: 188
42
来自主题: EmergingNetworking版 - Netflix CDN - Open Connect
好久没看到有意思的东西了,终于看到了一个,谢谢superdmv。
有几个细节想请教superdmv。问问题之前先贡献点儿我的认识。以前没关注过OCA,今
天看到这个后花了点时间学习了下,真的象superdmv说的那样:“这个CDN看上去做起
来很简单,当然这帮netflix的家伙也是很厉害,做了一个非常简单而且实用的方案,
就把internet上1/3的traffic给扛下来了”。我看到的“很简单,很厉害”的地方是一
个全新的CDN方法。传统CDN的核心问题有两个:geo-intellegence database and DNS
。OCA解决了或者说绕过了这两个问题。geo-intellegence database由OCA收到的ISP路
由直接生成;不用akamai式的DNS(基于用户DSN server IP的分布式DNS重定向),直
接查由OCA收到的ISP路由直接生成的geo-intellegence database定位到具体OCA,OCA
peering with transit IPS as catch-all。
开始问问题 :)
1. 能解释下这个tier具体是什么意... 阅读全帖
D*****e
发帖数: 761
43
来自主题: Hardware版 - i7 的Turbo mode到底是什么?
我承认我很土,向dell订的Alienware 51 desktop是i7 975 overclock 3.6G, 结果拿
回来看bios 还是3.33GHz, 打电话质问dell,结果告知这个overclock要自己在bios里
调整,是i7 turbo mode的特有模式。
http://support.dell.com/support/topics/global.aspx/support/dsn/document?c=us&l=en&s=gen&docid=6D7FD7301EE797A5E040AE0AB7E10D4E&journalid=7EFFEACB45CE0883E040AE0AB5E15E27&Query=&SystemID=&ServiceTag=&contenttype=-1&os=-1&component=-1&lang=-1&doclang=en&tog
我就不明白了,既然这个也是需要自己调的,当初订机器的时候为什么 overclock3.
6GHz 选项要比 3.33GHz贵好多?直接订3.33G的版本不就好了?
还有,这个貌似不是一般意义上的overclo
h**h
发帖数: 132
44
来自主题: Internet版 - Re: Questions for IPsec and VPN
devices vary a lot, normally you have three choices
1> Nortel Contivity
2> Cisco 3000/5000/7100 VPN concentrator
3> Lucent SpringTide
for software solution, you have Checkpoint w/ VPN accelerator
I don't know if this is for VPDN (cisco's term for remote access VPN)
or enterprise VPN (site-to-site), it seems to me that you are talking
about site-to-site VPN.
The problem you have here is scalability. I never head about DSN,
but for Cisco's device, you have several different ways to do that
1> ISAK
n**m
发帖数: 255
45
yep, it has DSN entries for configure. Current are set to
ns1.myvaluehost.com,
I can change it to www.ibm.com for example, but can't change it to
www.mitbbs.com
r*******d
发帖数: 117
46
来自主题: Java版 - jdbc问题一问
入门问题.
我想用JDBC打开一个MS access数据库.准备用JDBC:ODBC bridge连接.
在Data Source里定义了User DSN:
Data Source name: access
Driver: MS access Driver
Database: Test.mdb
Connection connectionAccess =
DriverManager.getConnection("JDBC:ODBC:access");
然后程序返回出错:
java.sql.SQLException: No suitable Driver.
这是怎么回事? 是不是还需要先load一个JDBC:ODBC driver,
具体怎么做?
多谢指点.
k*********e
发帖数: 2039
47
来自主题: Java版 - 新手请教netbean的问题
如果用webapplication是可以在学校run的
出问题的是client application,就是直接run程序的。 错误位置大概就是在 call
rmi的地方,找不到主机。
我一直都不明白,电脑不是自动获取ip地址跟dsn么,怎么到了学校,还显示是xxxx.
2wire.net。
别的同学都没出现这个问题,真郁闷
y***n
发帖数: 100
48
怎么清理dsn缓存啊?我重新启动了PC也没法上网啊。
我PC可以ping副router,没法ping主router或Internet
我副router可以ping主router和Internet.
d**s
发帖数: 920
49
来自主题: Linux版 - 求助:一个sendmail的问题
求助:一个sendmail的问题
我有一个Linux Box在家里behind firewall. 我想在这个机器上run sendmail.
我的域名是:for example, mydomainname.com, 我现在的问题是, sendmail
好像已经在这个linux machine 上设置好了。我可以在linux machine自己给自己发
email. 网络也没有问题, 我可以访问Internet.
可是, 我给别的地方发email, 别的email server好像不接受我的email.
For example, if I send to m************[email protected],
the following is in /var/log/maillog,
It says:
"... relay=[127.0.0.1], dsn=2.0.0, stat=sent (... Message accepted for
delivery)."
".... relay=alt4.gmail-smtp-in.l.google.com, [209.85.129.27],
t*****n
发帖数: 1589
50
来自主题: Linux版 - sending email limit?
maillog 如下:
Jul 9 05:34:15 ip-10-254-37-227 sendmail[5394]: r65IYEr4000599: to= vhida.com>, delay=3+11:00:01, xdelay=00:00:00, mailer=esmtp, pri=7502030,
relay=vhida.com., dsn=4.0.0, stat=Deferred: Connection refused by vhida.com.
ip值是内部的,vhida.com是我的网站,似乎是在不停的给自己发email
有人遇到过相同问题么?怎么回事
首页 上页 1 2 3 4 下页 末页 (共4页)