由买买提看人间百态

topics

全部话题 - 话题: ados
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
g******u
发帖数: 4
1
来自主题: BuildingWeb版 - Re: Help: Any good book on ASP? -- urgent
你装IIS 4.0了吗?它的产品文档很全啊!ASP,VBSCRIP,ADO,MTS
都有,
够你参考的了,部分是中文的,不过你可能英文还可以。:P:=)
多罗嗦一句,你是SMTH的那个SPIRAL吗,是小周的话,就给个信儿。
p*****e
发帖数: 58
2
来自主题: BuildingWeb版 - Q: ASP 里能够不用 ODBC 访问数据库吗

Your admin may not want you to use ASP to access SQL
directly because there is some known security leak in
IIS/ASP server. You can make COM component for your logic
to access the database and the COM can be on any other
machine. All you need is DCOM or MTS for your web server and
app server (the machine with COM), and between COM and DB
you can use ODBC, or ADO, whatever.
f***h
发帖数: 2
3
来自主题: BuildingWeb版 - Q: ASP 里能够不用 ODBC 访问数据库吗
ASP 是可以让我用,不过 admin 说用 ADO 就行
搜索 udl 看到了下面的文章:
第二种方法里的 database name 是什么呢,不会是 table name 吧

是不是每个 SQL Server 安装时都要指定一个 name?
j*****o
发帖数: 320
4
来自主题: BuildingWeb版 - 请问用ASP怎样连接SQL SERVER?
ADO?
s*****a
发帖数: 1022
5
来自主题: BuildingWeb版 - 请问 Javascript + ASP + ADO ?
javascript一般是用在client side的吧, 不过MS的JScript可以用在ASP里
去MSDN里查查或google
e*****a
发帖数: 321
6
【 以下文字转载自 Oklahoma 讨论区,原文如下 】
发信人: Erathia (住了一年又一年,生活了eBay又eBay), 信区: Oklahoma
标 题: 急问这里的大虾们一个技术问题
发信站: Unknown Space - 未名空间 (Thu Jun 10 17:39:48 2004) WWW-POST
让上网的人用ASP访问后台ACCESS数据库,如何设定同一时刻的最大访问人数?是在IIS里
设还是在数据库里设还是在脚本里设?数据源用ADO
别告诉偶换数据库啊,偶会疯掉的。
泄了先。老板逼得紧。
p*********t
发帖数: 2690
7
来自主题: BuildingWeb版 - 有用ASP.net的么?
我有aspx相关经验,而且能用sql server建立你的数据库,用linq,ado.net进行数据库
操作,比如查询search功能,加入数据到数据库,等等基本的操作。
请告知网站开发的细节和要求,让我确定难度。謝謝。
p*****u
发帖数: 214
8
数据库用 ADO,然后做成不同的类,可以先load进来,在做你需要的模块,基本上就是
这样,当然数据需要你处理一下,做成类组包,建议看看WordPress的db class,模块
方面可以
小马王说的PHP5.4 之后都能实现。
最后一点,建议使用cache,对一些数据进行保存在缓存里面方便快速读取 减小数据库
压力,这个是以后会用到。
t**o
发帖数: 620
9
【 以下文字转载自 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
l********a
发帖数: 1154
10
来自主题: CS版 - 菜鸟求帮助 (转载)
这是你数据源有问题
检查连接字符串和数据源的配置
检查MDAC, JET and ADO是否正确安装
i**s
发帖数: 97
11
Comrades,
Recently I upgrade my SQL Server 6.5 to 7, and is
surprised to find that both the ISQL and Enterprise
Manager is very, very slow.
In 6.5 MS still use DB-Library & Net-Lbirary for these
two tools, but in 7.0 MS changed to ADO+OLE DB provider.
But its performance is really so bad?
Who can tell me why? My configuration?
t***y
发帖数: 10
12
来自主题: Database版 - Anybody familiar with VB ADO database

seems mdac(in the package) need to be installed
s*****e
发帖数: 854
13
来自主题: Database版 - ADO & DAO &SQL...Help...


In SQL standard, the wild char is '%' rather than '*'. You may give
it a try.
a*****a
发帖数: 438
14
来自主题: Database版 - 帮忙亚
don't quite understand your question.
can't you use ADO/RDS control in your DHTML page? suppose
you use IE5
a*****a
发帖数: 438
15
Basically sdk is right.
However, ODBC is out-of-date now. MS now recommends using
ADO/OLEDB. It's easier to use and perform better.
f******g
发帖数: 20
16
好像懂点了,不过又背这几个什么ADO/OLEDB几头雾水了
这些东东是不是也要money的说?
Visual InterDev?怎么学呢?从来没听说的说...
谢谢大虾们了先,偶还是一不不来吧
n*****n
发帖数: 4
17
正在做这样的一个程序。
要求把SQL Server上的数据经过某种算法汇总以后
另存到本地的一个.dbf文件
以供另外的程序(用VFP)使用。
其他模块用的是asp,到这个部分把我难住了...
因为asp输出报表是可以,但怎样另存数据库到本地呢...
若是用vb或delphi编写 是简单了
但在web数据库中好象是没法调用...
由于目前运行的是个很大的系统,所以不可能指望修改要接口的程序

哪位网络编程的高手可以指教吗...
另存到本地的数据操作在asp中究竟可不可以实现
若可以,怎么实现...
但最好不要叫我编java applet,because 我不会。:(
顺便问问,用ADO怎么新建一个文件。。。现在我只会对现有的文件
进行操作
n*****n
发帖数: 4
18
一个定时执行的Job
里头只有一个execute 存储过程
因为客户端在发送数据时用到了Job中存储过程也使用的表
而这时表是被锁的
所以当Job和客户端发送程序同时运行时
就会出现Job Failed
听说出错时回滚可以解决这个问题,
可我手头的资料并没有Roll Back的内容。
哪位高手使用过回滚
或是哪位高手可以帮我解决表锁定的问题
偶将感激不尽。
BTW:我的Job五分钟执行一次,stored procdure里头用到了fetch.
我的客户端程序是专门采集数据往上发送的,用的是VB的ADO。
a*****a
发帖数: 438
19
来自主题: Database版 - SQL2000XML question
So I know how to use ADO to persist the XML output from SQL
Server 2000 ('SELECT * FROM AUTHORS FOR XML AUTO') to a
file. How do I do it with native OLEDB + DOM?
Too bad the XML OLEDB Provider for SQL Server isn't out
yet:(
q*z
发帖数: 14
20
来自主题: Database版 - 好像偶的Oracle到了极限?
每秒大约200 个 'Insert ',每个也就几十个byte的数据, CPU
usage 就超过90%了!再多反映就有明显延迟了。这是到了极限了吗

偶用的是 DELL Server, PIII 600, Win2k Server, Oracle 8i
自己写的 ADO program.
a****n
发帖数: 53
21
来自主题: Database版 - Help about SQL Server
Use ADO
h****e
发帖数: 204
22
来自主题: Database版 - how to dump a file from Oracle
don't understand...
u want to get all id field info from the oracle table?
just use ado write a simple program, save as excel, access, text, xml
whatever
h****e
发帖数: 204
23
来自主题: Database版 - link website to database
depend on what web tech u want to use.
jsp + jdbc + servlet
asp + ado
b******u
发帖数: 676
24
来自主题: Database版 - DSN-less connection to SQL server

This one I understand..What I am trying to get, is a DSN-less ODBC connection.
I assume it's not too hard to do. For example ADO/RDO are all doing this,
right?
information.
tables
"ODBC:
w**w
发帖数: 5391
25
来自主题: Database版 - Problems on ACCESS + VB
create ADO engine.
h****e
发帖数: 204
26
JDBC is simple and good enough for normaly SQL queues.
in JSP, Servlet, u still use JDBC to connect with database layer
JDO? sounds like ADO's Java version? interesting :)
g*j
发帖数: 2
27
来自主题: Database版 - How to dump tables from Oracle to Access?
I'm told I can use ADO, but didn't get any info on that yet.
We have the database stored in Unix mainframe, oracle database. The customer
ask for a copy of Access database of all these tables, so they can do some
research on their local machines.
3x.
h****e
发帖数: 204
28
来自主题: Database版 - How to dump tables from Oracle to Access?
ADO can only be used in window platform so far.
so, u need dump them to text/CSV file first.
S*******s
发帖数: 13043
29
i know I can do so by Automation against Access application.
but it requires the installation of Access.
it is possible to compact a mdb file through another way that is easy to dis
tribute, say, ADO or something?
i******e
发帖数: 32
30
Hi,
I have an Access database of 270MB. I wrote a small program using VBA and ADO
under EXCEL, but the results are different. Not totally different, but
somewhat different. What could be the reason?
j**i
发帖数: 419
31
来自主题: Database版 - 纪录查找问题
looks like ado,dao can do it in a recordset.
MySQL,don't know.【 在 bee (只会嗡嗡叫的蜜蜂) 的大作中提到: 】
")
for each x in rs.Fields
Response.Write("")
next
Response.Write("")
rs.MoveNext
loop
end sub
%>


n******n
发帖数: 602
32
来自主题: Database版 - [转载] 如何调试这个ASP程序?
【 以下文字转载自 Programming 讨论区 】
【 原文由 nicolson 所发表 】
这个ASP会打出数据库所有内容。但是弟一次访问 ADO database可以,
马上refresh 就会报错, 停在conn.open "db" 上,请高手畅言!


<%
sub showItemTracking(rs,detail)
do until rs.EOF
Response.Write("
" & x.value & "
p**i
发帖数: 688
33
来自主题: Database版 - Help needed: MS Access 2000
Do you use addnew/update method with ADO recordset to add a record?
here ASP+access works fine for me, but it isn't serving lots of users.
s*****a
发帖数: 1022
34
用ADO会简单一些
L*******r
发帖数: 1011
35
ADO is easy. OLE DB is not hard, either.
x*w
发帖数: 891
36
【 以下文字转载自 Oklahoma 讨论区,原文如下 】
发信人: Erathia (住了一年又一年,生活了eBay又eBay), 信区: Oklahoma
标 题: 急问这里的大虾们一个技术问题
发信站: Unknown Space - 未名空间 (Thu Jun 10 17:39:48 2004) WWW-POST
让上网的人用ASP访问后台ACCESS数据库,如何设定同一时刻的最大访问人数?是在IIS里
设还是在数据库里设还是在脚本里设?数据源用ADO
别告诉偶换数据库啊,偶会疯掉的。
泄了先。老板逼得紧。
aw
发帖数: 127
37
来自主题: Database版 - Help for VB 6 and MS Access DB
it's locked by yourself. check the ado connection lock options, there're quite
a couple.

certain
another
database.
aw
发帖数: 127
38
VB.NET是用来写应用程序的(可能访问数据库也可能不用),和用什么数据库没有必然关系
,数据库是用来存储数据的,这点不要搅浆糊。VB.NET里用ADO和数据库进行连接,数据
库可以是任何一家生产的,并不是说一定要用微软的SQL SERVER。
你看来是初学,建议你先不要考虑SQL SERVER,用ACCESS就可以了,基本的功能够你用的
了,也不用多花钱,等把数据库基本的设计,SQL搞熟了,再去找个FREE的EVALUATION版(
6个月)的SQL SERVER来用。
visual studio .net一般学校里都和微软有协议,可以几十块就买到学生版的,先拿来把
编程的内容学会了。
r*******o
发帖数: 38
39
来自主题: Database版 - Import XML to SQL server problem
I kind of get a werid problem with import XML into SQL server database.
I have a XML file of an Apartment data. I need to import this file into SQL
server Database.
The xml file looks like the following:

LINCOLN PROPERTY COMPANY
799

8203 Southwestern Blvd.
Dallas
TX


I use ADO.Net to read the XML data into Dataset, then
j******w
发帖数: 4429
40
来自主题: Database版 - Access门外汉问题求教
仔细看了一下 你和我的还不太一样
你的大概要用到ADO, connection
之类的,
因为你的数据有me.text0.value这样的
我的都是openquery,直接就可以把
macro换成click事件了
你找本access VBA得书看看
有空我也试一下
d****e
发帖数: 2856
41
Since M$ declared they will drop the support of Embedded SQL for C (ESQL/C)
in the furture versions of SQL Server after SQL Server 2000, what are the
alternatives when porting the existing applications which uses the ESQL/C?
Do we really have to rewrite the ESQL in ADO, OLE DB or ODBC? It sucks.
B*****g
发帖数: 34098
42
不是很明白,为啥在ADO里一定要放GO呢?

the
j*****n
发帖数: 1781
43
估计后一句需要等前一句完成后才能执行。
我想着LZ 为啥一定就要一次写完呢?在ADO API 里面分两次执行不就完了?
B*****g
发帖数: 19
44
ado里边对不同的数据库要用不同的protocol吧。
所以你说的语句不认的情况也许是因为对不同版本的oracle应该使用不同的protocol。
B*****g
发帖数: 34098
45
connect oracle -- > Don't use ADO.
B*****g
发帖数: 34098
B*****g
发帖数: 34098
47
hehe, just read the link i post.
http://www.w3schools.com/ado/default.asp
i*****r
发帖数: 1302
48
来自主题: Database版 - 如何复制数据最快?
我用access的数据库,access的form,然后在access的vba里写sql调数据copy到excel的
spreadsheet当中,但是必须一个一个cell copy,感觉很慢.有快点的办法么?
vb+sqlserver是不是更快点? 还是说ADO比DAO更快?
w*r
发帖数: 2421
49
来自主题: Database版 - Re: Recordset - I stuck! Help!
do not use that, page the record set with that many record will eat
a lot of memory in VB engine.
You should consider this:
use loop with counter to write data directly to CSV file
when counter goes up to 500K, close csv file and reopen another one
with file handler, reset counter to zero, keep writing.
with single record operation for the loop, it will be slower, however, you
can further optimize it by having a smller page size to optimize the data
fetch side oepration (handled by ado.net autom... 阅读全帖
B*****g
发帖数: 34098
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)