仓酷云

标题: ASP编程:MDAC2.8 下载! [打印本页]

作者: 金色的骷髅    时间: 2015-1-16 23:09
标题: ASP编程:MDAC2.8 下载!
在实现ERP等高端的ASP应用时,用户需要提供核心的经营资料,需要ASP商有很高的信用度。楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。下载最新版的MDAC(MicrosoftDataAccessComponents)下载。

==========================================

MicrosoftDataAccessComponents(MDAC)

Purpose
TheMicrosoftDataAccessComponents(MDAC)SDKdocumentsthekeytechnologiesthatenableUniversalDataAccess,Microsoftsstrategyforprovidingaccesstoinformationacrosstheenterprise.

MicrosoftDataAccessComponentsincludeActiveXDataObjects(ADO),OLEDB,andOpenDatabaseConnectivity(ODBC).Data-drivenclient/serverapplicationsdeployedovertheWeboraLANcanusethesecomponentstoeasilyintegrateinformationfromavarietyofsources,bothrelational(SQL)andnonrelational.

IfyouhavequestionsorneeddetailedinformationaboutproperlyredistributingMDAC,seeRedistributingMDACforadescriptionofthedistributionrequirementsforMDAC.

ActiveXDataObjects(ADO)
MicrosoftActiveXDataObjects(ADO)providesconsistent,high-performanceaccesstodataandsupportsavarietyofdevelopmentneeds,includingthecreationoffront-enddatabaseclientsandmiddle-tierbusinessobjectsthatuseapplications,tools,languages,orInternetbrowsers.TheprimarybenefitsofADOareeaseofuse,highspeed,lowmemoryoverhead,andasmalldiskfootprint.

ADOprovidesaneasy-to-useinterfacetoOLEDB,whichprovidestheunderlyingaccesstodata.Itusesafamiliarmetaphor―theCOMAutomationinterface―availablefromallleadingRapidApplicationDevelopment(RAD)tools,databasetools,andlanguages.

OLEDB
MicrosoftOLEDBisasetofinterfacesthatexposedatafromavarietyofrelationalandnonrelationalsourcesbyusingtheComponentObjectModel(COM).OLEDBinterfacesprovideapplicationswithuniformaccesstodatastoredindiverseinformationsources.TheseinterfacessupporttheamountofDBMSfunctionalityappropriatetothedatastore,enablingthedatastoretoshareitsdata.

OLEDBcomprisesaprogrammaticmodelconsistingofdataproviders,whichcontainandexposedata;dataconsumers,whichusedata;andservicecomponents,whichprocessandtransportdata(suchasqueryprocessorsandcursorengines).Inaddition,OLEDBincludesabridgetoODBCtoenablecontinuedsupportforthebroadrangeofODBCrelationaldatabasedrivers.

OpenDatabaseConnectivity(ODBC)
TheMicrosoftOpenDatabaseConnectivity(ODBC)interfacemakesitpossibleforapplicationstoaccessdatafromavarietyofDBMSs.ODBCpermitsmaximuminteroperability―anapplicationcanaccessdataindiverseDBMSsthroughasingleinterface.Furthermore,thatapplicationwillbeindependentofanyDBMSfromwhichitaccessesdata.Usersoftheapplicationcanaddsoftwarecomponentscalleddrivers,whichcreateaninterfacebetweenanapplicationandaspecificDBMS.

ComponentsoftheMDACSDK
MicrosoftActiveXDataObjects(ADO)

ThissectioncontainsProgrammersReferencesforADO,ADOX,ADOMD,andRDS,aswellassamplesdocumentation.

MicrosoftOLEDB

ThissectiondocumentstheOLEDBandOLEDBforOLAPinterfaces,includingaProgrammersReference,documentationforvariousOLEDBproviders,andsamples.

MicrosoftOpenDatabaseConnectivity(ODBC)

ThissectiondocumentstheODBCinterface,includingaProgrammersReference,documentationforvariousODBCdrivers,andsamples.
SQLServer是基于服务器端的中型的数据库,可以适合大容量数据的应用,在功能上管理上也要比Access要强得多。在处理海量数据的效率,后台开发的灵活性,可扩展性等方面强大。
作者: 第二个灵魂    时间: 2015-1-17 07:31
ASP.Net和ASP的最大区别在于编程思维的转换,而不仅仅在于功能的增强。ASP使用VBS/JS这样的脚本语言混合html来编程,而那些脚本语言属于弱类型、面向结构的编程语言,而非面向对象,这就明显产生以下几个问题:
作者: 小女巫    时间: 2015-1-20 17:53
尽管MS自己讲C#内核中更多的象VC,但实际上我还是认为它和Java更象一些吧。首先它是面向对象的编程语言,而不是一种脚本,所以它具有面向对象编程语言的一切特性,比如封装性、继承性、多态性等等,这就解决了刚才谈到的ASP的那些弱点。
作者: 飘飘悠悠    时间: 2015-1-24 15:19
下载一个源代码,然后再下载一个VBScript帮助,在源代码中遇到不认识的函数或是其他什么程序,都可以查帮助进行解决,这样学习效率很高。
作者: 柔情似水    时间: 2015-1-27 05:41
哪些内置对象是可以跳过的,或者哪些属性和方法是用不到的?
作者: admin    时间: 2015-2-4 23:12
Session:这个存储跟客户端会话过程的数据,默认20分钟失效
作者: 山那边是海    时间: 2015-2-10 22:45
完全不知道到底自己学的是什么。最后,除了教程里面说的几个例子,还是什么都不会。
作者: 愤怒的大鸟    时间: 2015-3-1 16:54
我认为比较好的方法是找一些比较经典的例子,每个例子比较集中一种编程思想而设计的。
作者: 冷月葬花魂    时间: 2015-3-10 20:41
ASP也是这几种脚本语言中最简单易学的开发语言。但ASP也是这几种语言中唯一的一个不能很好支持跨平台的语言。  因为ASP脚本语言非常简单,因此其代码也简单易懂,结合HTML代码,可快速地完成网站的应用程序。
作者: 再现理想    时间: 2015-3-17 09:56
不是很难但是英文要有一点基础网上的教程很少有系统的详细的去买书吧,另不用专门学习vb关于vbscript脚本在asp教材都有介绍
作者: 海妖    时间: 2015-3-24 06:14
下面简单介绍一下我学习ASP的方法,希望对想学习ASP的朋友有所帮助...




欢迎光临 仓酷云 (http://ckuyun.com/) Powered by Discuz! X3.2