穨ac3-6.PDF

Size: px
Start display at page:

Download "穨ac3-6.PDF"

Transcription

1 6-1 ADO ADO Access 2000 ADO ADOX ADO ADO Connection Command Recordset Parameter Field Error ADO 6-1 Properties Property Connection ADO (Open ) Recordset Command Command SQL Connection SQL Parameter(s) Command Command Command Recordset Command Command Recordset Field(s) Recordset Error(s) ADO Connection s Recordset Command ADO

2 << >> ADO Access 2000 ADO Access Visual Basic ADO ADO ADO Access2000 ADO ADO DAO RDO (Provider) ADO Sub () MsgBox CurrentProject.Connection.Provider End Sub Access 2000 Provider Microsoft.Jet.OLEDB.4.0 ADO Access 2000 ADO Connection 6-1 Provider OLE DB Provider for Microsoft Jet Microsoft.Jet.OLEDB.4.0 Microsoft.Jet.OLEDB.3.51 SQLOLEDB

3 OLE DB Provider for ODBC MSDASQL ODBC MSDAORA MSIDXS OLE DB Persistence Provider OLE DB Remoting Provider MSPersist MS Remote Provider Access ( )

4 Connection Provider ConnectionString Sub () MsgBox CurrentProject.Connection.ConnectionString End Sub Access 2000 ADO Provider Jet VB 6.0 DataEnvironment VB 6.0 ADO Connection ConnectionString

5 DataEnvironment Connection ConnectionString ODBC ODBC ADO ODBC ODBC ODBC 32 ODBC C:\Program File\Common Files\ODBC\Data Source DSN SQL ODBC 6-4 SQL ConnectionString ADO ODBC SQL Server

6 Connection Connection Connection Connection 6-5 Ch6\6_ALL\ADOSam.mdb Module1 x 1007 ConnectionString SERVER y 6-4 Provider SQL Server 1008 Open 1008 Connection Connection

7 x Provider 6-6 Provider x ConnectionString Open x ADO Recordset Command Recordset SQL SQL Recordset 6-7 SQL Server 7.0 SQL Server 7.0 Northwind rs ADODB.Recordset 6-7

8 re ActiveConnection(Connection ) Source(SQL ) LockType( ) CursorType( ) 1013 Open Recordset rs 1022 Open Open ADO Open Command SQL Server Command 6-8 ADO Connection Command Recordset Command CommandType Command CommandText Command rs Set rs = cm.execute Execute rs << >>

9 ADO Recordset Command rs Open Command SQL Command SQL Command Recordset Command Recordset SQL Recordset Command Execute Parameter Command Command Access 2000 ADO Access 2000 Access 2000 ADO ADO Access ( ) DAO ADO ADO ADO Access ADO (ADP) 6-9

10 Microsoft OLE DB Provider for SQL Server Access 2000 ADO Access Access Connection CurrentProject.Connection ADO 4-19 Access 2000 Recordset Ch6\6_ALL \ADOSam.mdb SQL Server Northwind Customers CustomerID Northwind CustOrderHist ADO 6-10

11 6-10 ADO 6-10 AfterUpdate SQL Server SQLServerName 1018 rs ADO 6-11

12 6-11 ADO 6-11 ADORS ADO.Recordset tname Boolean ro False 6-11 SQL Server Open ( ) ( ) 1017 rs 6-11 ADO Ch6\6_ALL \ADOSam.mdb _SQL

13 _SQL Load 6-11 customers For << >> 6-11 Access 2000 ADO Access 2000 ADO SQL Server SQL Server 7.0 NorthWind << >> ADO Access 2000 DAO ADO DAO

14 6-2 Connection Help MSDN Access 2000 Connection ADO Open Connection BeginTrans CommitTrans RollbackTrans Connection X ( ) Cancel State

15 Cancel State Cancel State ADO Open 1009 Close Connection Connection Commad Recordset Connection Connection Execute SQL SQL SQL 6-2 adcmdtext adcmdtable SQL SQL Table SELECT

16 adcmdtabledirect SQL Table adcmdstoredproc adcmdunknown adexecuteasync adfetchasync SQL SQL CacheSize 6-2 CacheSize Recordset 100 CacheSize Execute SQL SQL Recordset Execute SQL Execute Connection Execute rs Recordset ( ) Recordset Open ADO Open

17 Connection.Open, ID,, Connection ConnectionString adasyncconnect OpenSchema Recordset Set Recordset =Connection.OpenSchema( [, ][, GUID]) Ch6\6_All\Schema.mdb Ch6\6_All\Schema.mdb QType QTCriteria ID adschemaasserts CONSTRAINT_CATALOG CONSTRAINT_SCHEMA CONSTRAINT_NAME ID

18 Access 2000 OpenSchema Ch6\6_All\Schema.mdb Schema VB6 VB6 Attributes Connection (Transaction) adxactcommitretaining adxactabortretaining CommitTrans RollbackTrans 0 CommandTimeout 30 ConnectionString Provider Connection ConnectionTimeout 15 CursorLocation aduseclient aduseserver ACCESS SQL Server 7.0 ADO

19 DefaultDatabase Connection SQL Server Catalog Access IsolationLevel Connection 6-2 adxactunspecified -1 Connection adxactchaos 16 adxactbrowse 256 (Dirty ) adxactreaduncom mitted adxactcursorstabi lity adxactreadcommi tted adxactrepeatable Read adxactisolated adxactserializable IsolationLevel BeginTrans IsolationLevel BeginTrans Mode Connection 6-3 admodeunknown 0( )

20 admoderead 1 admodewrite 2 admodereadwrite 3 admodesharedenyrea d admodesharedenywri te admodeshareexclusiv e admodesharedenynon e Mode 6-3 Mode Connection Open 6-3 Mode Connection Connection Provider Connection MSDASQL(ODBC) Provider 6-5 State Connection adstateclosed( ) adstateconnecting( ) adstateopen( ) 6-14 Version ADO << >> Connection Connection

21 6-3 Recordset Field Recordset Recordset AddNew Recordset Recordset ( )= Update Addnew 6-17 ( ) 1005 LockType CursorType Cancel ADO Connection Command Recordset

22 adasyncexecute 1011 Do State Timer( ) h( ) CancelBatch 6-4 adaffectcurrent 1 adaffectgroup 2 Filter adaffectall 4 ()

23 SQL Server 7.0 Northwind Customers 1009 adlockbatchoptimistic 1017 UpdateBatch CancelBatch CancelUpdate Update CancelUpdate Close Recordset Update Clone Recordset Recordset Set rst =rst.clone( ) LockType Recordset

24 (adopenforwardonly) Recordset Delete ( 6-19) UpdateBatch CancelBatch 6-5 adaffectcurrent 1 ( ) adaffectgroup 2 Filter 6-5 rs.delete Delete DataGrid deok Move Recordset 6-6 adbookmarkcurrent 0 ( ) adbookmarkfirst 1 adbookmarklast Recordset (adopenforwardonly) ( 1 2) ( 2 1) MoveFirst MoveLast MoveNext MovePrevious Recordset MoveNext Do NextRecordset Recordset SQL select * from Customers;select * from Orders SELECT ; ADO SELECT NextRecordset Recordset SQL SELECT

25 Recordset NextRecordset 6-20 Ch6\6_ALL\ADOSam.mdb SQL Server NorthWind CustomerID CustomerID 6-20 Click k select * from Orders Where CustomerID like 'ALFKI SQL SELECT SQL ; SQL Recordset 1020 SELECT SQL SQL Recordet NextRecordset 1027 Recordset 1027 Set

26 Access Access SELECT SQL SQL Server Open Recordset Recordset.Open [ ][,Connection ][, ][, ] Recordset Source ActiveConnection CursorType LockType Command CommandType Recordset Recordset Open Open Recordset Recordset Requery Recordset Source Close Open Resync Requery Resync 6-7 adaffectcurrent 1 adaffectgroup 2 Filter adaffectallchanges 4 ( ) 6-7 Save Recordset Recordset.Save, Save adpersistadtg

27 newre.open "c:\tet1", newcn,,,adcmdfile adcmdfile Recordset Save Save Supports True False =Recordset.Supports( ) 6-8 adaddnew AddNew adapproxposition AbsolutePosition AbsulutePage adbookmark 8192 Bookmark addelete Delete adholdrecords 256 admoveprevious 512 MoveFirst MovePrevious adresync Resync adupdate Update adupdatebatch Supports 6-8 True admoveprevious (adopenforwardonly) MoveFirst MovePrevious Supports admoveprevious False Update 6-21

28 6-21 Update 6-21 Ch6\6-All\ADOSam.mdb _ SQL Server 6-11 Northind Customer CustomerID CompanyName Update Update Array Array d d1 UpdateBatch AbsolutePage adposunknown -1 Recordset

29 adposbof -2 Recordset adposeof -3 Recordset 6-9 AbsolutePage PageCount AbsolutePosition 1 (RecordCount ) 6-9 ActiveConnection Recordset Connection Connection Recordset BOF EOF True False( ) True (BOF) (EOF) True Bookmark Recordset (CursorType ) ForwardOnly Dim m1 as ADODB.Recordset k1=m1.bookmark m1.bookmark=k1 Bookmark m1.bookmark=k1 k1 CacheSize ADO CursorLocation

30 Recordset 6-10 aduseclient 3 aduseserver 2 ( ) 6-10 CursorType Rcordset 6-11 adopenforwardonly 0 MoveNext ( ) adopenkeyset 1 adopendynamic 2 adopenstatic ADO Recordset 6-11 EditMode 6-12 adeditnone 0 adeditinprogress 1 adeditadd 2 AddNew adeditdelete EditMode Filter Recordset SQL Where 6-13

31 adfilternone 0 adfilterpendingrecords 1 CancelBatch adfilteraffectedrecords 2 Delete Resync UpdateBatch adfilterfetchedrecords 3 adfilterconflictingrecords Filter 6-13 Where Filter Filter 1015 Recordset

32 LockType Recordset 6-14 adlockreadonly 1 ( ) adlockpessimistic 2 adlockoptimistic 3 adlockbatchoptimistic LockType MarshalOptions admarshalall( ) admarshalmodifiedonly( ) Update MaxRecords Recordset 0 PageCount Recordset -1 PageSize PageSize PageSize PageCount Ab solutepage RecordCount Recordset (adopenforwardonly) -1 Sort Recordset, Source Recordset Command SQL Recordset

33 State Recordset Recordset adstateclosed() adstateexecuting ( ) adstatefetching( ) adstateconnecting ( ) adstateopen( Status 6-15 adrecok 0 adrecnew 1 adrecmodified 2 adrecdeleted 4 adrecunmodified 8 adrecinvalid 16 adrecmultiplechanges 64 adrecpendingchanges 128 adreccanceled 256 adreccantrelease 1024 adrecconcurrencyviolati on 2048 adrecintegrityviolation 4096 ( ) adrecmaxchangesexceed ed adrecobjectopen adrecoutofmemory adrecpermissiondenied adrecschemaviolation adrecdbdeleted Recordset

34 Status Status << >> Recordset Access 2000 DAO ADO Access 2000 Access Field Recordset Field GetChunk AppendChunk (GetChunk) (AppendChunk) Access OLE SQL Server Image ActualSize Attributes Field 6-16 adfldmaydefer 2 adfldupdatable 4 adfldunknownupdatab le 8 adfldfixed 16

35 adfldisnullable 32 Null adfldmaybenull 64 Null adfldlong 128 GetChunk AppendChunk adfldrowid 256 adfldrowversion 512 adfldcachedeferred Field Attributes Attributes Attributes Attributes 6-16 Ch6\6_All\ADOSam.mdb 6-16 Attributes_fd Attributes Attributes 6-24 Attributes Attributes Click 6-25

36 6-25 Attributes 6-25 Re cordset Attributes_fd Attributes 1009 Attributes_fd 1010 Attributes X1 X

37 Auttributes cd ( ) DefinedSize Name Field NumericScale Field OriginalValue Field Precision Field Type Field SQL Server 7.0 ad UnderlyingValue Field Resync OriginalValue Value Field << >>

38 Field Value SQL Server Recordset Fields Access 2000 SQL Server

39 6-4 Command Parameter Command Access Parameter Command SQL Recordset SELECT Recordset UPDATE DELETE Cancel Command Execute adexecuteasync Execute Command Command CommandText Connection Execute CreateParameter Command Parameter Set Parameter =Command.CreateParameter([ ][, ][, ][, ][, ]) 4-23 SQL Server 7.0 ad adinteger 6-17 adparamunknown 0 adparaminput 1 ( ) adparamoutput 2 adparaminputoutput 3 adparamreturnvalue Parameter Direction Access 2000

40 adparaminput ActiveConnection Command Connection ( ) Connection Command Command Connaection CommandText SQL Command Co mmandtimeout Command 30 Connection CommandTimeout Command CommandTimeout Connection CommandTimeout CommandType CommandText adcmdtext 1 (SQL ) adcmdtable 2 Table SELECT adcmdtabledirect 512 Table adcmdstoredproc 4 adcmdunknown 8 adexecutenorecords 128 CommandText adcmdfile CommandType 6-18 adcmdunknown Command CommandType adcmdunknown

41 adexecutenorecords adcmdtext adcmdtext+adexecutenorecords CommandText SQL adexecutenorecords ADO adcmdfile Recordset Recordset Save Prepared True False( ) True Command Comaand Command False True Command State Command Command adstateclosed( ) adstateexecuting ( ) adstatefetching( adstateopen( ) Parameter Command Command Parameters AppendChunk Parameter Attributes adparamlong AppendChunk Parameter. AppendChunk Data GetChunk AppendChunk Parameter AppendChunk Attributes Parameter

42 6-19 adparamsigned 16 adparamnullable 64 Null adparamlong Parameter Attributes Direction 6-17 Name NumericScale Parameter Precision Parameter Size Parameter Command Size Type Parameter SQL Server 7.0 ad 4-23 Value Parameter Command Value m.parameters(1).value= 1234 << >> Command Parameter Command SQL SQL Command Command

43 6-5 Error( ) Property( ) Error ADO Connection Error Error Description Error NativeError ADO ( ADO) 0 Number Error Source Connection ODBC Microsoft OLE DB Provider for ODBC Drivers SQLState ANSI ANSI SQL << >> Error ADO ODBC ADO Error ADO Error Connection BeginTransComplete CommitTransComplete ConnectComplete ExecuteComplete RollbackTransComplete Error perror Error perror

44 6-5-2 Property ADO. Connection ConnectionString Connection Properties Property ODBC Connection 88 Property Recordset 75 Property Property Property Name( ) Type( ) Value( ) Property Attributes Property 6-20 adpropnotsupported 0 adproprequired 1 adpropoptional 2 AdPropRead 512 AdPropWrite Attributes Property

45 6-27 Connection Property 6-27 Ch6\6_All\ADOSam.mdb Prperty Connection ( 1007) 1009 PropertyValue 6-27 Connection << >> Error Property ADO

46 6-6 ADO ADO Access 2000 Access Form( ) Report( ) Access Propery Sub Function Connection Recordset ADO ADO Ch6\6_All\ADOSam.mdb clscustomerquery ADODB.Connection ADO.Recordset 6-28

47 Class_Initialize cusquery DB ADO Connection Recordset Public WithEvents DB cusquery DB InfoMessage WithEvents DB cusquery

48 h6\6_All\ADOSam.mdb _SQL1 Load k clscustomerquery 6-29 DB clsquery Set k=new clscustomerquery clscustomerquery 6-28 Initialize << >> 6-29 clscustomerquery Sub Property ( ) ( ADO ADO 6-28 Connection Connection Command BeginTransComplete (Transaction) TransactionLevel perror adstatus pconnection

49 TransactionLevel Transaction 1 2 perror Error adstatus 6-21 adstatuscancel 4 adstatuscantdeny 3 adstatuserrorsoccured 2 adstatusok 1 adstatusunwantedevent adstatus Status ADO Status 6-21 pconnection Transaction Connection CommitTransComplete CommitTrans Transaction perror adstatus pconnection BeginTransComplete RollbackTransComplete Rollback CommitTransComplete << >> Transaction BeginTrans CommitTrans RollbackTrans WillConnect Connection ConnectionString UserID Password Options adstatus ConnectionString UserID Password Options Command CommandType adcmdtext adcmdtable adcmdtabledirect adcmdstoredproc adcmdunknown adstatus 6-21

50 ConnectComplete Connection perror adstatus pconnection BeginTransComplete Disconnect Close Connection adstatus pconnection BeginTransComplete ExecuteComplete Connection Command RecordsAffected perror adstatus pcommand precordset pconnectioon RecordsAffected Command Command Command perror Error adstatus 6-21 pcommand Command precordset Recordset pconnectioon Command Connection WillExecute Connection Command Source CursorType 6-11LockType( 6-14) Options pcommand precordset pconnection Source Command SQL CursorType 6-11 LockType Command 6-14 Options Command adcmdtext adcmdtable adcmdtext adcmdtabledirect adcmdstoredproc adcmdunknown adstatus 6-21 Command Recordset Connection InfoMessage Connection ( ) perror( ) adstatus( 6-21) pconnection( ) Recordset EndofRecordset (EOF) fmoredata adstatus precordset

51 fmoredata True False True adstatus 6-21 precordset Recordset EndofRecordset FieldChangeComplete cfields Fields perror adstatus precordset cfields Fields perror Error adstatus 2 adstatus 6-21 precordset EndofRecordset WillChangeField FieldChangeComplete FieldChangeComplete WillChangeField FieldChangeComplete perror RecordChangeComplete adreason crecords perror adstatus precordset adreason 6-21 adrsnaddnew 1 adrsndelete 2 adrsnupdate 3 adrsnundoupdate 4 adrsnundoaddnew 5 adrsnundodelete 6 adrsnfirstchange RecordChangeComplete adreason crecords perror Error adstatus 2 adstatus 6-21 precordset EndofRecordset WillChangeRecord RecordChangeComplete WillChangeRecord RecordChangeComplete

52 RecordChangeComplete perror MoveComplete adreason adstatus precordset adreason 6-23 adrsnmovefirst 12 adrsnmovelast 15 adrsnmovenext 13 adrsnmoveprevious 14 adrsnmove 10 Move adrsnrequery MoveComplete adreason adstatus 6-21 precordset EndofRecordset WillMove adreason adstatus precordset MoveComplete RecordsetChangeComplete Requery adreason perror adstatus precordset adreason 6-24 adrsnrequery 7 adrsnresynch 8 adrsnclose RecordsetChangeComplete adreason WillChangeRecordset adreason adstatus precordset adreason 6-24 adstatus precordset 6-21 EndofRecordset

53 Command Command Recordset EndofRecordset MoveComplete RecordChangeComplete RecordsetChangeComplete Fie ldchangecomplete WillChangeField WillChangeRecord WillChangeRecordset WillMove Command Recordset FetchProgress Progress MaxProgress precordset Progress MaxProgress precordset Recordset FetchComplete perror(error ) adstatus( 6-21) precordset( ) << >> ADO ADO Will WillMove MoveComplete Complete adstatus adreason precordset

穨ac3-4.PDF

穨ac3-4.PDF 4-1 VBA Access 4-1-1 Access 2000 4-1 4-1 Access 2000 4-1 Visual Basic Access 2000 ( ADO DAO ) Access 2000 VBA Office Access VBA Access 8.0(97 ) DAO Access 2000 DAO ADO 2.1 OLE Automation ADO 2.1 DAO ADO

More information

Microsoft Word - ADO技术.doc

Microsoft Word - ADO技术.doc ADO 技术介绍 ADO(ActiveX Data Objects) 是为 Microsoft 最新和最强大的数据访问接口 OLE DB 而设计的, 是一个便于使用的应用程序层 OLE DB 为任何数据源都提供了高性能的访问, 这些数据源包括关系和非关系型数据库 电子邮件 文件系统 文本和图形以及自定义业务对象等 ADO 在关键的 Internet 方案中使用最少的网络流量, 并且在前端和数据源之间使用最少的层数,

More information

穨文件1

穨文件1 2-1 Access 2000 Visual Basic Access 2000 97 Office Visual Basic Visual Basic Visual Basic VBA Visual Basic Visual Basic 2-1-1 Visual Basic Access Visual Basic ( ) 2-1 2-1 Visual Basic 2-1 Microsoft Access

More information

VB控件教程大全

VB控件教程大全 Datagrid DataGrid1.Columns.Remove(0) ' 0 DataGrid1.Columns.Add(0).Caption= ' DataGrod1.Columns(0).DataField= Name ' Adodc1.Refresh DataGrid BackColor Font DataGrid CellPadding HTML CellSpacing HTML Width

More information

ADO开发手册

ADO开发手册 ADO 开发手册 非官方文档 作者 : 孙雪青 日期 : 2002 年 3 月 28 日星期四 版本 : 1.0.0.2 email: alphasun@263.net.cn 概述 我在用 ADO 的时候 (VC++ 6.0) 遇到的最大的问题是没有文档, 查看头文件进行开发, 心里往往对一个函数的调用没有底 所以非常希望有一篇文档 ( 无论是官方的还是民间的 ) 能够指导我进行相关的开发 可是我没找到

More information

3 Driver do Microsoft Access (*.mdb) hisdata IFIX 1.4

3 Driver do Microsoft Access (*.mdb) hisdata IFIX 1.4 IFix3.5 ACCESS ACCESS hisdata D:\Dynamics\SampleSystem\HistoricalData ODBC DSN hisdata 1 ODBC 1.1 2 1.2 3 Driver do Microsoft Access (*.mdb) 1.3 4 hisdata IFIX 1.4 1.4 5 Access 1.5 6 ODBC ifix3.5 1.6 1.6

More information

untitled

untitled II III IV V VI VII VIII IX 2 ASP 1 ASP 3 4 ASP Web CGI ISAPI OLEISAPI Perl IDC ASP dbweb Perl IDC ASP dbweb IDC 1 ASP 5 Web Web DLL 6 ASP 1 ASP 7 8 ASP 1 ASP 9 10 ASP 1 ASP 11 12 ASP 1 ASP 13 14 ASP 1

More information

0SQL SQL SQL SQL SQL 3 SQL DBMS Oracle DBMS DBMS DBMS DBMS RDBMS R DBMS 2 DBMS RDBMS R SQL SQL SQL SQL SELECT au_fname,au_ lname FROM authors ORDER BY

0SQL SQL SQL SQL SQL 3 SQL DBMS Oracle DBMS DBMS DBMS DBMS RDBMS R DBMS 2 DBMS RDBMS R SQL SQL SQL SQL SELECT au_fname,au_ lname FROM authors ORDER BY 0 SQL SQL SELECT DISTINCT city, state FROM customers; SQL SQL DBMS SQL DBMS SQL 0-1 SQL SQL 0SQL SQL SQL SQL SQL 3 SQL DBMS Oracle DBMS DBMS DBMS DBMS RDBMS R DBMS 2 DBMS RDBMS R SQL SQL SQL SQL SELECT

More information

ebook46-23

ebook46-23 23 Access 2000 S Q L A c c e s s S Q L S Q L S Q L S E L E C T S Q L S Q L A c c e s s S Q L S Q L I N A N S I Jet SQL S Q L S Q L 23.1 Access 2000 SQL S Q L A c c e s s Jet SQL S Q L U N I O N V B A S

More information

2 ADO.NET Internet 1.2

2 ADO.NET Internet 1.2 C H A P T E R 1 ADO.NET XML ADO.NET ADO.NET.NET Framework.NET XML ADO.NET.NET Microsoft Visual Studio 200 ADO.NET ADO.NET 2 ADO.NET 1 1.1 1.1 1.1 1.2 Internet 1.2 1.1 Internet 2 1.2 (Internet) Web 1. ADO.NET

More information

專題(全)編頁.doc

專題(全)編頁.doc 1 2 4 7 8 1.1 11 1.2 11 1.3 12 1.4 15 2.1 SWOT 19 2.2 19 3.1 26 3.2 26 4.1 34 2 4.2 DFD 37 5.1 46 5.2 49 5.3 50 5.4 51 5.5 56 6.1 59 6.2 64 6.3 74 7.1 83 7.2 83 7.3 85 7.4 86 89 91 3 3-1 30 3-2 31 3-3

More information

untitled

untitled 1 Access 料 (1) 立 料 [] [] [ 料 ] 立 料 Access 料 (2) 料 [ 立 料 ] Access 料 (3) 料 料 料 料 料 料 欄 ADO.NET ADO.NET.NET Framework 類 來 料 料 料 料 料 Ex MSSQL Access Excel XML ADO.NET 連 .NET 料.NET 料 料來 類.NET Data Provider

More information

untitled

untitled 1 Access 料 (1) 立 料 [] [] [ 料 ] 立 料 Access 料 (2) 料 [ 立 料 ] Access 料 (3) 料 料 料 料 料 料 欄 ADO.NET ADO.NET.NET Framework 類 來 料 料 料 料 料 Ex MSSQL Access Excel XML ADO.NET 連 .NET 料.NET 料 料來 類.NET Data Provider

More information

穨ac3-5.PDF

穨ac3-5.PDF 5-1 DAO ACCESS Office Visual Basic Visual C++ Excel Word PowerPoint Access DAO ADO 5-1-1 DAO DAO Data Access Object Access DAO Access DAO Access Access DAO Access DAO DAO Recordset > ADO 5-1-2 DAO

More information

epub 61-6

epub 61-6 6 We b 6.1 6.1.1 R e c o r d s e t 6-1 6-1 6.1.2 166 Dreamweaver UltraDev 6-2 6-2 6-3 3 6-3 I I S 6 167 Tr a i n M i s 6-4 6-4 6.1.3 10 000 1 K 10 000K 10 M 6-5 Dreamweaver UltraDev Repeat Region 6-5 168

More information

untitled

untitled 1 .NET 料.NET 料 料來 類.NET Data Provider SQL.NET Data Provider System.Data.SqlClient 料 MS-SQL OLE DB.NET Data Provider System.Data.OleDb 料 Dbase FoxPro Excel Access Oracle Access ODBC.NET Data Provider 料

More information

穨ac3-3.PDF

穨ac3-3.PDF 3-1 Access 3-1-1 Event Click OnClick Click OnClick AfterUpdate BeforeUpdate On After Before > VBA( ) 3-1 3-1 Access Open Load Sub Funtion 3-1-2 Sub Funtion Private Me Me Forms Reports Form Report VisualBasic

More information

一 個 SQL Injection 實 例 的 啟 示 頁 2 / 6 因 此, 在 知 名 網 站 上 看 到 SQL Injection, 讓 人 驚 心, 卻 不 意 外 網 站 專 案 外 包 是 目 前 業 界 的 常 態, 而 在 價 格 取 勝 的 制 度 下, 低 價 得 標 的 S

一 個 SQL Injection 實 例 的 啟 示 頁 2 / 6 因 此, 在 知 名 網 站 上 看 到 SQL Injection, 讓 人 驚 心, 卻 不 意 外 網 站 專 案 外 包 是 目 前 業 界 的 常 態, 而 在 價 格 取 勝 的 制 度 下, 低 價 得 標 的 S 一 個 SQL Injection 實 例 的 啟 示 頁 1 / 6 你 的 網 站 在 裸 奔 嗎? 一 個 SQL Injection 實 例 的 啟 示 作 者 : 李 明 儒 SQL Injection( 資 料 隱 碼 攻 擊 ) 問 題 早 就 不 是 什 麼 新 聞, 但 前 陣 子 在 一 個 頗 具 知 名 度 的 活 動 網 站 上, 赫 然 發 現 它 大 刺 刺 地 現 身!

More information

6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM

6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM CHAPTER 6 SQL SQL SQL 6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM 3. 1986 10 ANSI SQL ANSI X3. 135-1986

More information

目錄

目錄 資 訊 素 養 線 上 教 材 單 元 五 資 料 庫 概 論 及 Access 5.1 資 料 庫 概 論 5.1.1 為 什 麼 需 要 資 料 庫? 日 常 生 活 裡 我 們 常 常 需 要 記 錄 一 些 事 物, 以 便 有 朝 一 日 所 記 錄 的 事 物 能 夠 派 得 上 用 場 我 們 能 藉 由 記 錄 每 天 的 生 活 開 銷, 就 可 以 在 每 個 月 的 月 底 知

More information

2

2 1 2 1-1 Visual Basic 3 1-2 3/8-3/21 3/22-4/4 4/5-4/18 4/19-5/2 5/3-5/16 5/17-5/30 5/31-6/13 6/14-6/27 6/28-7/11 7/12-7/25 7/26-8/8 8/9-8/22 8/25-9/5 9/6-9/19 9/20-10/3 10/4-10/17 10/18-10/31 11/15-11/28

More information

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f 27 1 Vol.27 No.1 CEMENTED CARBIDE 2010 2 Feb.2010!"!!!!"!!!!"!" doi:10.3969/j.issn.1003-7292.2010.01.011 OPC 1 1 2 1 (1., 412008; 2., 518052), OPC, WinCC VB,,, OPC ; ;VB ;WinCC Application of OPC Technology

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

untitled

untitled Data Source 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 8-1 Data Source 8-2 Data Source 8-3 Data Source 8-4 Data Source 8-5 DataSourceID 8-6 DataSourceMode 8-7 DataSource 8-8 8-9 Parameter Direction

More information

概述

概述 OPC Version 1.6 build 0910 KOSRDK Knight OPC Server Rapid Development Toolkits Knight Workgroup, eehoo Technology 2002-9 OPC 1...4 2 API...5 2.1...5 2.2...5 2.2.1 KOS_Init...5 2.2.2 KOS_InitB...5 2.2.3

More information

VB程序设计教程

VB程序设计教程 高 等 学 校 教 材 Visual Basic 程 序 设 计 教 程 魏 东 平 郑 立 垠 梁 玉 环 石 油 大 学 出 版 社 内 容 提 要 本 书 是 按 高 等 学 校 计 算 机 程 序 设 计 课 程 教 学 大 纲 编 写 的 大 学 教 材, 主 要 包 括 VB 基 础 知 识 常 用 程 序 结 构 和 算 法 Windows 用 户 界 面 设 计 基 础 文 件 处

More information

SQL Server SQL Server SQL Mail Windows NT

SQL Server SQL Server SQL Mail Windows NT ... 3 11 SQL Server... 4 11.1... 7 11.2... 9 11.3... 11 11.4... 30 11.5 SQL Server... 30 11.6... 31 11.7... 32 12 SQL Mail... 33 12.1Windows NT... 33 12.2SQL Mail... 34 12.3SQL Mail... 34 12.4 Microsoft

More information

基于UML建模的管理管理信息系统项目案例导航——VB篇

基于UML建模的管理管理信息系统项目案例导航——VB篇 PowerBuilder 8.0 PowerBuilder 8.0 12 PowerBuilder 8.0 PowerScript PowerBuilder CIP PowerBuilder 8.0 /. 2004 21 ISBN 7-03-014600-X.P.. -,PowerBuilder 8.0 - -.TP311.56 CIP 2004 117494 / / 16 100717 http://www.sciencep.com

More information

PowerPoint Presentation

PowerPoint Presentation Visual Basic 程 式 設 計 資 料 庫 資 料 庫 基 本 觀 念 簡 介 資 料 表 建 立 資 料 庫 元 件 及 資 料 感 知 元 件 使 用 基 本 觀 念 資 料 庫 (database): 一 群 相 關 的 資 料 (data) 資 料 庫 管 理 系 統 : 用 來 維 護 管 理 資 料 庫 的 軟 體 Access SQL Server MySQL 應 用 程 式

More information

<463A5CC2A4B6ABD1A7D4BA5CBDCCD1A7D6B8C4CFD7DC5CA1B656697375616C20432320B3CCD0F2C9E8BCC6A1B7BFCEB3CCD6B8C4CF2E646F63>

<463A5CC2A4B6ABD1A7D4BA5CBDCCD1A7D6B8C4CFD7DC5CA1B656697375616C20432320B3CCD0F2C9E8BCC6A1B7BFCEB3CCD6B8C4CF2E646F63> 目 录 Visual C# 程 序 设 计 课 程 指 南 计 算 机 科 导 论 课 程 指 南 8 计 算 机 网 络 基 础 课 程 指 南 4 网 络 工 程 课 程 设 计 课 程 指 南 0 网 络 应 用 与 实 践 课 程 指 南 4 ADO.net 课 程 指 南 7 C 程 序 设 计 课 程 指 南 数 字 信 号 处 理 DSP 课 程 指 南 9 电 子 电 路 EDA 技

More information

,, 1 ( ) 1 / CurrentSeries Int ConnectionString CString Style3D BOOL IsContinue Graph BOOL LegendType Int SeriesName CString SeriesColor OL E

,, 1 ( ) 1 / CurrentSeries Int ConnectionString CString Style3D BOOL IsContinue Graph BOOL LegendType Int SeriesName CString SeriesColor OL E 2007 9 12 5 JOURNAL OF XI AN UN IV ERSITY OF POST AND TEL ECOMMUN ICA TIONS Sep12007 Vol112 No15 TeeChart (, 710121) : ActiveX TeeChart, Visual C + +,,,, :ActiveX ;;Visual C + + : TP311. 1 :A :1007-3264

More information

(Methods) Client Server Microsoft Winsock Control VB 1 VB Microsoft Winsock Control 6.0 Microsoft Winsock Control 6.0 1(a). 2

(Methods) Client Server Microsoft Winsock Control VB 1 VB Microsoft Winsock Control 6.0 Microsoft Winsock Control 6.0 1(a). 2 (2005-01-26) (2005-01-26) (2005-02-27) PIC_SERVER (9) VB TCP/UDP Visual Basic Microsoft Winsock Control (MSWINSCK.OCX) UDP TCP Client Server Visual Basic UDP/TCP PIC_SERVER UDP/TCP 1. Microsoft Winsock

More information

untitled

untitled 21 Visual FoxPro Visual FoxPro 6.0 11 Visual FoxPro Visual FoxPro CIP Visual FoxPro 2004 21 ISBN 7-03-014834-7 V Visual FoxPro TP311.138 CIP 2004 143035 16 100717 http://www.sciencep.com * 2004 12 7871092

More information

PPBSalesDB.doc

PPBSalesDB.doc Pocket PowerBuilder SalesDB Pocket PowerBuilder PDA Pocket PowerBuilder Mobile Solution Pocket PowerBuilder Pocket PowerBuilder C:\Program Files\Sybase\Pocket PowerBuilder 1.0 %PPB% ASA 8.0.2 ASA 9 ASA

More information

( CIP) /. - :, ( 21 ) ISBN H ( CIP) ( 2004) ( ) ( : ) /

( CIP) /. - :, ( 21 ) ISBN H ( CIP) ( 2004) ( ) ( : ) / 21 ( ) ( CIP) /. - :, 2004. 9 ( 21 ) ISBN 7-5043 -4362-5... - - - -. H152. 3 ( CIP) ( 2004) 096813 ( ) 86093580 86093583 9 ( : 100045) 880 1230 1 /32 516 20. 625 5000 2004 9 1 2004 9 1 ISBN 7-5043-4362-5

More information

Oracle 4

Oracle 4 Oracle 4 01 04 Oracle 07 Oracle Oracle Instance Oracle Instance Oracle Instance Oracle Database Oracle Database Instance Parameter File Pfile Instance Instance Instance Instance Oracle Instance System

More information

四川省普通高等学校

四川省普通高等学校 四 川 省 普 通 高 等 学 校 计 算 机 应 用 知 识 和 能 力 等 级 考 试 考 试 大 纲 (2013 年 试 行 版 ) 四 川 省 教 育 厅 计 算 机 等 级 考 试 中 心 2013 年 1 月 目 录 一 级 考 试 大 纲 1 二 级 考 试 大 纲 6 程 序 设 计 公 共 基 础 知 识 6 BASIC 语 言 程 序 设 计 (Visual Basic) 9

More information

ThreeDtunnel.doc

ThreeDtunnel.doc (12) 1 1. Visual Basic Private Sub LoadDatabase() Dim strip As String Dim straccount As String Dim strpassword As String Dim strdatabase As String Dim strtable As String Dim strsql As String Dim strtemp1

More information

MVB-1001.DOC

MVB-1001.DOC 20 1.5 10 15 20 25 80 100 CSF 1. 2. 0105 3. 4. 5. 30% 1.5 0.75 1. Visual Basic Visual Basic (A) Visual Basic Enterprise Edition (B) Visual Basic Script Edition (C) Visual Basic Learning Edition (D) Visual

More information

RUN_PC連載_10_.doc

RUN_PC連載_10_.doc PowerBuilder 8 (10) Jaguar CTS ASP Jaguar CTS PowerDynamo Jaguar CTS Microsoft ASP (Active Server Pages) ASP Jaguar CTS ASP Jaguar CTS ASP Jaguar CTS ASP Jaguar CTS ASP Jaguar CTS ASP Jaguar Server ASP

More information

回滚段探究

回滚段探究 oracle oracle internal DBA oracle document oracle concepts oracle document oracle DBWR update t set object_id = '0' where object_id = '12344'; 1 row updated. commit; Commit complete. 0 12344 12344 0 10%

More information

RUN_PC連載_12_.doc

RUN_PC連載_12_.doc PowerBuilder 8 (12) PowerBuilder 8.0 PowerBuilder PowerBuilder 8 PowerBuilder 8 / IDE PowerBuilder PowerBuilder 8.0 PowerBuilder PowerBuilder PowerBuilder PowerBuilder 8.0 PowerBuilder 6 PowerBuilder 7

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

RunPC2_.doc

RunPC2_.doc PowerBuilder 8 (5) PowerBuilder Client/Server Jaguar Server Jaguar Server Connection Cache Thin Client Internet Connection Pooling EAServer Connection Cache Connection Cache Connection Cache Connection

More information

自动化接口

自动化接口 基 于 文 件 的 数 据 交 换 的 注 意 事 项 1 SPI 2 COMOS Automation 操 作 手 册 通 用 Excel 导 入 3 通 过 OPC 客 户 端 的 过 程 可 视 化 4 SIMIT 5 GSD 6 05/2016 V 10.2 A5E37093378-AA 法 律 资 讯 警 告 提 示 系 统 为 了 您 的 人 身 安 全 以 及 避 免 财 产 损 失,

More information

Oracle高级复制配置手册_业务广告_.doc

Oracle高级复制配置手册_业务广告_.doc Oracle 高 级 复 制 配 置 手 册 作 者 : 铁 钉 Q Q: 5979404 MSN: nail.cn@msn.com Mail: nail.cn@msn.com Blog: http://nails.blog.51cto.com Materialized View Replication 复 制 模 式 实 现 了 单 主 机 对 多 个 复 制 站 点 的 数 据 同 步. 在 主

More information

FileMaker 16 ODBC 和 JDBC 指南

FileMaker 16 ODBC 和 JDBC 指南 FileMaker 16 ODBC JDBC 2004-2017 FileMaker, Inc. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker Cloud FileMaker,

More information

Microsoft Office SharePoint Server MOSS Web SharePoint Web SharePoint 22 Web SharePoint Web Web SharePoint Web Web f Lists.asmx Web Web CAML f

Microsoft Office SharePoint Server MOSS Web SharePoint Web SharePoint 22 Web SharePoint Web Web SharePoint Web Web f Lists.asmx Web Web CAML f Web Chapter 22 SharePoint Web Microsoft Office SharePoint Server MOSS Web SharePoint Web SharePoint 22 Web 21 22-1 SharePoint Web Web SharePoint Web Web f Lists.asmx Web Web CAML f Views.asmx View SharePoint

More information

WinMDI 28

WinMDI 28 WinMDI WinMDI 2 Region Gate Marker Quadrant Excel FACScan IBM-PC MO WinMDI WinMDI IBM-PC Dr. Joseph Trotter the Scripps Research Institute WinMDI HP PC WinMDI WinMDI PC MS WORD, PowerPoint, Excel, LOTUS

More information

目錄 C ontents Chapter MTA Chapter Chapter

目錄 C ontents Chapter MTA Chapter Chapter 目錄 C ontents Chapter 01 1-1 MTA...1-2 1-2...1-3 1-3...1-5 1-4...1-10 Chapter 02 2-1...2-2 2-2...2-3 2-3...2-7 2-4...2-11...2-16 Chapter 03 3-1...3-2 3-2...3-8 3-3 views...3-16 3-4...3-24...3-33 Chapter

More information

f2.eps

f2.eps 前 言, 目 录 产 品 概 况 1 SICAM PAS SICAM 电 力 自 动 化 系 统 配 置 和 使 用 说 明 配 置 2 操 作 3 实 时 数 据 4 人 机 界 面 5 SINAUT LSA 转 换 器 6 状 态 与 控 制 信 息 A 版 本 号 : 08.03.05 附 录, 索 引 安 全 标 识 由 于 对 设 备 的 特 殊 操 作 往 往 需 要 一 些 特 殊 的

More information

mv t ï Catch ex As Exception MessageBox.Show(" «t ï ") Finally ' myconnection.close() End Try SqlConnection(ByVal connectionstring As String) pâ nç á

mv t ï Catch ex As Exception MessageBox.Show( «t ï ) Finally ' myconnection.close() End Try SqlConnection(ByVal connectionstring As String) pâ nç á ! kƒà ï ï ugv º h t ï s p w Connection g o Ç hâe Connection g à t ï u k ï o Ãh Ý ƒà mv tj ï s mv t SQL Server Access ïë mv t Exce ÌÞ 3-1 mv t SQL Server t SQL Server SQL Server.NET Framework ï ± SqlConnection

More information

幻灯片 1

幻灯片 1 沈 阳 工 业 大 学 2014 年 6 月 第 7 章 数 据 库 技 术 基 础 主 要 内 容 : 7.1 数 据 库 概 述 数 据 库 基 本 概 念 数 据 模 型 逻 辑 数 据 模 型 数 据 库 系 统 的 产 生 和 发 展 常 用 的 数 据 库 管 理 系 统 7.2 Access 2010 数 据 库 创 建 及 维 护 创 建 Access 2010 数 据 库 创 建

More information

Microsoft Word - 小心翼翼的二十一點N.doc

Microsoft Word - 小心翼翼的二十一點N.doc 投 稿 類 別 : 資 訊 類 篇 名 : 小 心 翼 翼 的 二 十 一 點 作 者 : 陳 鈺 文 國 立 瑞 芳 高 級 工 業 職 業 學 校 資 訊 二 李 伯 謙 國 立 瑞 芳 高 級 工 業 職 業 學 校 資 訊 二 胡 家 媛 國 立 瑞 芳 高 級 工 業 職 業 學 校 資 訊 二 指 導 老 師 : 周 曉 玲 老 師 陳 思 亮 主 任 壹 前 言 一 研 究 動 機 平

More information

R D B M S O R D B M S R D B M S / O R D B M S R D B M S O R D B M S 4 O R D B M S R D B M 3. ORACLE Server O R A C L E U N I X Windows NT w w

R D B M S O R D B M S R D B M S / O R D B M S R D B M S O R D B M S 4 O R D B M S R D B M 3. ORACLE Server O R A C L E U N I X Windows NT w w 1 1.1 D B M S To w e r C D 1. 1 968 I B M I M S 2 0 70 Cullinet Software I D M S I M S C O D A S Y L 1971 I D M S containing hierarchy I M S I D M S I M S I B M I M S I D M S 2 2. 18 R D B M S O R D B

More information

Microsoft PowerPoint - OPVB1基本VB.ppt

Microsoft PowerPoint - OPVB1基本VB.ppt 大 綱 0.VB 能 做 什 麼? CH1 VB 基 本 認 識 1.VB 歷 史 與 版 本 2.VB 環 境 簡 介 3. 即 時 運 算 視 窗 1 0.VB 能 做 什 麼? Visual Basic =>VB=> 程 式 設 計 語 言 => 設 計 程 式 設 計 你 想 要 的 功 能 的 程 式 自 動 化 資 料 庫 計 算 模 擬 遊 戲 網 路 監 控 實 驗 輔 助 自 動

More information

RUN_PC連載_8_.doc

RUN_PC連載_8_.doc PowerBuilder 8 (8) Web DataWindow ( ) DataWindow Web DataWindow Web DataWindow Web DataWindow PowerDynamo Web DataWindow / Web DataWindow Web DataWindow Wizard Web DataWindow Web DataWindow DataWindow

More information

臺 灣 地 區 今 天 傍 晚 5 點 32 分 發 生 強 烈 地 震, 震 央 在 南 投 名 間 南 方 10 公 里 的 地 方, 震 源 深 度 19 公 里, 屬 於 淺 層 地 震, 名 間 鄉 的 震 度 達 到 7 級, 雲 林 古 坑 6 級, 隨 後 在 5 點 38 分, 南

臺 灣 地 區 今 天 傍 晚 5 點 32 分 發 生 強 烈 地 震, 震 央 在 南 投 名 間 南 方 10 公 里 的 地 方, 震 源 深 度 19 公 里, 屬 於 淺 層 地 震, 名 間 鄉 的 震 度 達 到 7 級, 雲 林 古 坑 6 級, 隨 後 在 5 點 38 分, 南 國 立 臺 東 高 級 中 學 103 學 年 度 第 一 學 期 期 末 考 高 一 環 境 科 學 概 論 卷 別 : 綜 高 班 作 答 方 式 : 答 案 卡 適 用 班 級 : 1-1 1-2 1-3 1-4 命 題 範 圍 : 第 5-7 章 ; 施 測 時 間 :70 分 鐘 104.01.16 一 題 組 題 (1~42 題, 每 題 2 分, 共 84 分 ) 題 組 右 圖 為

More information

24 第 3 章 创 建 Access 数 据 库 和 表 3.1 创 建 Access 数 据 库 Access 2003 中 的 数 据 库 属 于 关 系 型 数 据 库, 以.mdb 为 文 件 的 后 缀, 建 立 一 个 数 据 库 的 同 时, 就 创 建 了 数 据 库 中 的 对

24 第 3 章 创 建 Access 数 据 库 和 表 3.1 创 建 Access 数 据 库 Access 2003 中 的 数 据 库 属 于 关 系 型 数 据 库, 以.mdb 为 文 件 的 后 缀, 建 立 一 个 数 据 库 的 同 时, 就 创 建 了 数 据 库 中 的 对 第 3 章 创 建 Access 数 据 库 和 表 在 Access 中, 数 据 库 是 一 个 存 储 数 据 库 应 用 系 统 中 各 对 象 的 容 器,Access 可 以 通 过 一 个 数 据 库 文 件 来 管 理 所 有 的 数 据 库 资 源 Access 2003 数 据 库 是 所 有 表 查 询 窗 体 报 表 宏 模 块 和 页 等 对 象 的 集 合 其 中, 表

More information

WQ.s92

WQ.s92 21 世 纪 高 职 高 专 规 划 教 材 网 络 专 业 系 列 SQL Server 数 据 库 应 用 技 术 张 蒲 生 何 升 编 著 清 华 大 学 出 版 社 北 京 内 容 简 介 本 书 根 据 高 等 职 业 技 术 教 育 和 教 学 特 点, 结 合 教 学 改 革 和 应 用 实 践 编 写 而 成 在 介 绍 SQL Server 数 据 库 基 本 内 容 的 同 时,

More information

els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8

els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8 els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8 Yamaha ELS-0/0C..8 LCD ELS-0/0C v. typeu LCD ELS-0/0C typeu / -6 / [SEARCH] / - ZH ELS-0/0C.8 els0xu_zh_nf_v8.book Page Wednesday, June,

More information

untitled

untitled 1 LinkButton LinkButton 連 Button Text Visible Click HyperLink HyperLink 來 立 連 Text ImageUrl ( ) NavigateUrl 連 Target 連 _blank _parent frameset _search _self 連 _top 例 sample2-a1 易 連 private void Page_Load(object

More information

目錄... ivv...vii Chapter DETECT

目錄... ivv...vii Chapter DETECT ... ivv...vii Chapter 1 1.1... 5 1.2... 6 1.3 DETECT... 11 1.3.1... 12 1.3.1.1...12 1.3.1.2...13 1.3.1.3...14 1.3.1.4...15 1.3.1.5...15 1.3.1.6...16 1.3.2 DETECT... 17 1.3.3... 19 1.3.4... 20... 22 Chapter

More information

2 WF 1 T I P WF WF WF WF WF WF WF WF 2.1 WF WF WF WF WF WF

2 WF 1 T I P WF WF WF WF WF WF WF WF 2.1 WF WF WF WF WF WF Chapter 2 WF 2.1 WF 2.2 2. XAML 2. 2 WF 1 T I P WF WF WF WF WF WF WF WF 2.1 WF WF WF WF WF WF WF WF WF WF EDI API WF Visual Studio Designer 1 2.1 WF Windows Workflow Foundation 2 WF 1 WF Domain-Specific

More information

untitled

untitled Chapter 01 1.0... 1-2 1.1... 1-2 1.1.1...1-2 1.1.2...1-4 1.1.2.1... 1-6 1.1.2.2... 1-7 1.1.2.3... 1-7 1.1.2.4... 1-7 1.1.2.5... 1-8 1.1.2.6... 1-8 1.1.3??...1-8 1.1.4...1-9 1.2...1-12 1.3...1-14 1.4...1-17

More information

Measurement Studio Expands Your Test and Measurement Programming Power

Measurement Studio Expands Your Test and Measurement Programming Power NI-DAQmx NI-DAQ NI-DAQmx NI-DAQ NI-DAQmx NI-DAQmx NI-DAQ NI-DAQmx NI-DAQmx LabVIEW LabWindows/CVI ANSI C Measurement Studio Visual Studio I/O 1. I/O API I/O NI NI NI NI ADE 1.NI-DAQmx NI & MAX DAQ Assistant

More information

基于ECO的UML模型驱动的数据库应用开发1.doc

基于ECO的UML模型驱动的数据库应用开发1.doc ECO UML () Object RDBMS Mapping.Net Framework Java C# RAD DataSetOleDbConnection DataGrod RAD Client/Server RAD RAD DataReader["Spell"].ToString() AObj.XXX bug sql UML OR Mapping RAD Lazy load round trip

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

FileMaker 15 ODBC 和 JDBC 指南

FileMaker 15 ODBC 和 JDBC 指南 FileMaker 15 ODBC JDBC 2004-2016 FileMaker, Inc. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. / FileMaker WebDirect FileMaker, Inc. FileMaker

More information

untitled

untitled 2006 6 Geoframe Geoframe 4.0.3 Geoframe 1.2 1 Project Manager Project Management Create a new project Create a new project ( ) OK storage setting OK (Create charisma project extension) NO OK 2 Edit project

More information

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Terminal Mode No User User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Mon1 Cam-- Mon- Cam-- Prohibited M04 Mon1 Cam03 Mon1 Cam03

More information

!"# $%& %!"# $%& %!"#$%& %! ( )***%% ) $)! +**+),,* -)+.* )( ) +, +*.*)+..**! )$,*)+$))$!"!#

!# $%& %!# $%& %!#$%& %! ( )***%% ) $)! +**+),,* -)+.* )( ) +, +*.*)+..**! )$,*)+$))$!!# !"#$%& % ( % )& (% ( % (( )( !"# $%& %!"# $%& %!"#$%& %! ( )***%% ) $)! +**+),,* -)+.* )( ) +, +*.*)+..**! )$,*)+$))$!"!# !"#$%& %!! "! # " $ # % & & ( ) *!+ !"#$%& % ( (*( (*+ "#$% $%%"# (*, (*% + +*(

More information

twfhsec101hpuigqegtpjnhg.doc

twfhsec101hpuigqegtpjnhg.doc 101 : 62 (02)33653737 9001730 http://www.tabf.org.tw 101 3 22 101 101 3 26 0900 4 5 1800 101 4 16 () 101 4 21 () 101 4 23 () 101 4 23 1200 4 24 1800 101 5 8 () 101 5 8 0900 5 9 1800 101 5 14 () 101 5 8

More information

3.1 SQL Server 2005 Analysis Services Unified Dimension Model (UDM) 3 ( Ad-Hoc) SQL Server 2005 E - R T-SQL(Star Schema) (Data Mart) (ETL) ( Ora

3.1 SQL Server 2005 Analysis Services Unified Dimension Model (UDM) 3 ( Ad-Hoc) SQL Server 2005 E - R T-SQL(Star Schema) (Data Mart) (ETL) ( Ora C H A P T E R 3 SQL Server 2005 SQL Server 2000SQL Server SQL Server 20052005 3.1 SQL Server 2005 Analysis Services 3.1.1 Unified Dimension Model (UDM) 3 ( Ad-Hoc) SQL Server 2005 E - R T-SQL(Star Schema)

More information

MATLAB 1

MATLAB 1 MATLAB 1 MATLAB 2 MATLAB PCI-1711 / PCI-1712 MATLAB PCI-1711 / PCI-1712 MATLAB The Mathworks......1 1...........2 2.......3 3................4 4. DAQ...............5 4.1. DAQ......5 4.2. DAQ......6 5.

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 学校编码 :10384 分类号密级 学号 :X2011230423 UDC 工程硕士学位论文 储蓄所内部管理系统设计与实现 Design and Implementation of Savings Bank Internal Management System 指导教师 : 蒋黎 段鸿副教授 专业名称 : 软件工程 论文提交日期 : 2 0 1 3 年 3 月 论文答辩日期 : 2 0 1 3 年

More information

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘 ITE 資 訊 專 業 人 員 鑑 定 資 料 庫 系 統 開 發 與 設 計 實 務 試 卷 編 號 :IDS101 注 意 事 項 一 本 測 驗 為 單 面 印 刷 試 題, 共 計 十 三 頁 第 二 至 十 三 頁 為 四 十 道 學 科 試 題, 測 驗 時 間 90 分 鐘 : 每 題 2.5 分, 總 測 驗 時 間 為 90 分 鐘 二 執 行 CSF 測 驗 系 統 -Client

More information

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor 1 4.1.1.1 (Load) 14 1.1 1 4.1.1.2 (Save) 14 1.1.1 1 4.1.2 (Buffer) 16 1.1.2 1 4.1.3 (Device) 16 1.1.3 1 4.1.3.1 (Select Device) 16 2 4.1.3.2 (Device Info) 16 2.1 2 4.1.3.3 (Adapter) 17 2.1.1 CD-ROM 2 4.1.4

More information

ebook 132-2

ebook 132-2 2 SQL Server 7.0 SQL Server SQL Server 7 SQL Server 7 5 2.1 SQL Server 7 SQL Server 7 SQL Server SQL Server SQL Server 2.1.1 SQL Server Windows NT/2000 Windows 95/98 ( r a n d o m access memory R A M )

More information

1-1 database columnrow record field 不 DBMS Access Paradox SQL Server Linux MySQL Oracle IBM Informix IBM DB2 Sybase 1-2

1-1 database columnrow record field 不 DBMS Access Paradox SQL Server Linux MySQL Oracle IBM Informix IBM DB2 Sybase 1-2 CHAPTER 1 Understanding Core Database Concepts 1-1 database columnrow record field 不 DBMS Access Paradox SQL Server Linux MySQL Oracle IBM Informix IBM DB2 Sybase 1-2 1 Understanding Core Database Concepts

More information

User’s Manual

User’s Manual V7 用 户 手 册 亿 图 为 您 专 业 图 表 设 计 提 供 最 佳 解 决 方 案 2004-2014 EdrawSoft. All right reserved. Edraw and Edraw logo are registered trademarks of EdrawSoft. 目 录 亿 图 怎 样 优 越 于 其 他 软 件... 5 亿 图 7 个 新 功 能... 6 为

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

Microsoft Word - 13院21号.doc

Microsoft Word - 13院21号.doc 川 教 考 院 2013 21 号 四 川 省 教 育 考 试 院 关 于 全 国 计 算 机 等 级 考 试 体 系 调 整 的 通 知 各 NCRE 考 点 : 为 进 一 步 适 应 新 时 期 计 算 机 应 用 技 术 的 发 展 和 人 才 市 场 需 求 的 变 化, 确 保 全 国 计 算 机 等 级 考 试 ( 以 下 简 称 NCRE) 健 康 持 续 发 展, 教 育 部 考

More information

untitled

untitled OO 1 SQL Server 2000 2 SQL Server 2000 3 SQL Server 2000 DDL 1 2 3 DML 1 INSERT 2 DELETE 3 UPDATE SELECT DCL 1 SQL Server 2 3 GRANT REVOKE 1 2 1 2 3 4 5 6 1 SQL Server 2000 SQL Server SQL / Microsoft SQL

More information

一步一步教你搞网站同步镜像!|动易Cms

一步一步教你搞网站同步镜像!|动易Cms 一 步 一 步 教 你 搞 网 站 同 步 镜 像! 动 易 Cms 前 几 天 看 见 论 坛 里 有 位 朋 友 问 一 个 关 于 镜 像 的 问 题, 今 天 刚 好 搞 到 了 一 个, 于 是 拿 出 来 和 大 家 一 起 分 享 了! 1. 介 绍 现 在 的 网 站 随 着 访 问 量 的 增 加, 单 一 服 务 器 无 法 承 担 巨 大 的 访 问 量, 有 没 有 什 么

More information

序号

序号 简 介 创 立 于 1984 年 5 月, 植 根 于 闻 名 遐 尔 的 高 等 学 府, 得 古 越 文 化 悠 久 历 史 之 厚 蕴, 承 浙 大 几 代 学 人 求 是 创 新 之 精 神, 通 过 28 年 发 展, 已 成 长 为 一 个 具 有 图 书 期 刊 数 字 电 子 音 像 的 全 方 位 立 体 化 出 版 功 能 的, 集 理 工 农 医 和 人 文 社 科 多 学 科

More information

1.JasperReport ireport JasperReport ireport JDK JDK JDK JDK ant ant...6

1.JasperReport ireport JasperReport ireport JDK JDK JDK JDK ant ant...6 www.brainysoft.net 1.JasperReport ireport...4 1.1 JasperReport...4 1.2 ireport...4 2....4 2.1 JDK...4 2.1.1 JDK...4 2.1.2 JDK...5 2.1.3 JDK...5 2.2 ant...6 2.2.1 ant...6 2.2.2 ant...6 2.3 JasperReport...7

More information

习题1

习题1 习 题 1 数 据 库 系 统 基 本 概 念 1.1 名 词 解 释 DB DB 是 长 期 存 储 在 计 算 机 内 有 组 织 的 统 一 管 理 的 相 关 数 据 的 集 合 DB 能 为 各 种 用 户 共 享, 具 有 较 小 冗 余 度 数 据 间 联 系 紧 密 而 又 有 较 高 的 数 据 独 立 性 等 特 点 DBMS 是 位 于 用 户 与 操 作 系 统 之 间 的

More information

行业

行业 PCI-1762 PCI-1762 1.1...2 1.1.1...2 1.1.2...2 1.1.3...2 1.1.4 PCI...2 1.1.5 ID...2 1.2...3 1.3...3 2.1...3 2.2...3 2.2.1 NC/NO(/)...3 2.2.2...4 2.2.2 ID...5 2.3...5 2.3.1...5 2.3.2...7 2.4...12 2.4.1...12

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

Visual Basic D 3D

Visual Basic D 3D Visual Basic 2008 2D 3D 6-1 6-1 - 6-2 - 06 6-2 STEP 1 5-2 (1) STEP 2 5-3 (2) - 6-3 - Visual Basic 2008 2D 3D STEP 3 User1 6-4 (3) STEP 4 User1 6-5 (4) - 6-4 - 06 STEP 5 6-6 (5) 6-3 6-3-1 (LoginForm) PictureBox1

More information

教 學 綱 要 表 1-1 多 媒 體 應 用 科 目 大 要 學 分 數 :2 建 議 開 課 學 期 : 第 九 十 八 學 年 第 二 學 期 本 科 目 教 學 目 標 在 培 養 學 生 影 像 製 作 及 影 像 剪 輯 等 多 媒 體 應 用 之 興 趣 與 能 力, 並 能 在 生

教 學 綱 要 表 1-1 多 媒 體 應 用 科 目 大 要 學 分 數 :2 建 議 開 課 學 期 : 第 九 十 八 學 年 第 二 學 期 本 科 目 教 學 目 標 在 培 養 學 生 影 像 製 作 及 影 像 剪 輯 等 多 媒 體 應 用 之 興 趣 與 能 力, 並 能 在 生 教 學 綱 要 表 1-1 文 書 處 理 科 目 大 要 學 分 數 :2 建 議 開 課 學 期 :98 學 年 第 二 學 期 本 科 目 目 標 : 本 課 程 主 要 在 引 導 學 生 學 會 文 書 處 理 軟 體 的 使 用 在 應 用 方 面 則 要 訓 練 學 生 常 用 的 電 腦 應 用 軟 體, 強 化 學 生 資 料 處 理 的 能 力 表 1-2 文 書 處 理 - 教

More information

Microsoft Word - SupplyIT manual 3_cn_david.doc

Microsoft Word - SupplyIT manual 3_cn_david.doc MR PRICE Supply IT Lynette Rajiah 1 3 2 4 3 5 4 7 4.1 8 4.2 8 4.3 8 5 9 6 10 6.1 16 6.2 17 6.3 18 7 21 7.1 24 7.2 25 7.3 26 7.4 27 7.5 28 7.6 29 7.7 30 7.8 31 7.9 32 7.10 32 7.11 33 7.12 34 1 7.13 35 7.14

More information

穨UPSentry_SC_.PDF

穨UPSentry_SC_.PDF 3Phase UPSentry For: Windows 95/98/Me Windows NT40/2000/XP Table of Contents Chapter 0 Getting Started 0-1 0-1 0-1 0-2 Chapter 1 3Phase UPSentry 1-1 1-1 1-1 1-1 1-3 Chapter 2 3Phase UPSentry 2-1 Chapter

More information

<4D6963726F736F667420576F7264202D20C9CFBAA3CAD0BCC6CBE3BBFAB5C8BCB6BFBCCAD4C8FDBCB6BFBCCAD4B4F3B8D95FBDA8D2E9B8E55F5F303632352E646F63>

<4D6963726F736F667420576F7264202D20C9CFBAA3CAD0BCC6CBE3BBFAB5C8BCB6BFBCCAD4C8FDBCB6BFBCCAD4B4F3B8D95FBDA8D2E9B8E55F5F303632352E646F63> 上 海 市 高 等 学 校 计 算 机 等 级 考 试 ( 三 级 ) 考 试 大 纲 -- 建 议 稿 -- 2007-6-25 25 目 录 上 海 市 高 等 学 校 计 算 机 等 级 考 试 三 级 总 体 说 明 -----------------1 三 级 ( 计 算 机 系 统 与 网 络 技 术 ) 考 试 大 纲 ---------------------2 三 级 ( 管 理

More information

TwinCAT 1. TwinCAT TwinCAT PLC PLC IEC TwinCAT TwinCAT Masc

TwinCAT 1. TwinCAT TwinCAT PLC PLC IEC TwinCAT TwinCAT Masc TwinCAT 2001.12.11 TwinCAT 1. TwinCAT... 3 2.... 4... 4...11 3. TwinCAT PLC... 13... 13 PLC IEC 61131-3... 14 4. TwinCAT... 17... 17 5. TwinCAT... 18... 18 6.... 19 Maschine.pro... 19... 27 7.... 31...

More information

高尔夫赌博现金棋牌,能赚现金的棋牌游戏 街机赌博游戏 真钱的棋牌游戏,30

高尔夫赌博现金棋牌,能赚现金的棋牌游戏 街机赌博游戏 真钱的棋牌游戏,30 高 尔 夫 赌 博 现 金 棋 牌, 能 赚 现 金 的 棋 牌 游 戏 街 机 赌 博 游 戏 真 钱 的 棋 牌 游 戏,30 108 http://www.3-pointdriving.com 高 尔 夫 赌 博 现 金 棋 牌, 能 赚 现 金 的 棋 牌 游 戏 街 机 赌 博 游 戏 真 钱 的 棋 牌 游 戏,30 可 以 参 加 这 斗 地 主 和 麻 将 中 的 免 费 赢 奖 品

More information