Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

on-line

Haupt Quellenprogramme E-Bücher Downloads Mit uns in Verbindung treten Über uns

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


ADO Befehl Gegenstand

Previous Next





Der Activex Datengegenstand(ADO) Befehl Gegenstand wird benutzt, um eine einzelne Frage gegen die Datenbank durchzuführen. Die Frage kann diffrent Tätigkeiten wie das Verursachen, das Hinzufügen, das Zurückholen, das Löschen oder die Aktualisierung der Aufzeichnungen wie pro Notwendigkeit durchführen.



Der Befehl Gegenstand wird benutzt, um die allgemeinen Befehle gegen die Daten innerhalb der Datenbank durchzuführen. Diese Befehle können Parameter haben - z.B. kann der Befehl ein Datenbankeinsatzbefehl sein: die Parameter sind dann die einzusetzen Datenelemente.


ADO Befehl Gegenstand hat eine Parameteransammlung, die von den Parametergegenständen gebildet wird. Die Eigenschaft des Befehl Gegenstandes ist die Fähigkeit zu Gebrauch gespeicherten Fragen und zu Verfahren mit Parametern. Parameter und es sind discription werden gegeben Gebrüll.


ADDO Befehl Gegenstand-Eigenschaften

Property Description
ActiveConnection

The Connection object to which the specified Command object currently belongs.

CommandText

The text of a command that you want to issue against a provider.

CommandTimeout

How long to wait while executing a command before terminating the command and issuing an error.

CommandType The type of Command object.
Name

The name of a specific Command object. This property is not currently supported on UNIX.

Prepared

Whether or not to save a compiled version of a command before execution. This property is not currently supported on UNIX.

State

The current state of the Command object. This property is not currently supported on UNIX.




Es gibt thee Methode des ADO Befehl Gegenstandes. Dieses werden Methode Gebrüll gegeben.


Methode

Method Description
Cancel Cancels an execution of a method
CreateParameter Creates a new Parameter object.
Execute

Executes the query, SQL statement or procedure in the CommandText property




ADO Befehl Gegenstand mit SQL

Die Frage, indem sie den ADO Befehl Gegenstand durchzuführen verwendet um den aktiven Anschluß einzustellen, irgendwelche zu definieren fragen Parameter wie Zahl von Resultaten um auf jeder Seite anzuzeigen, die Frage zu definieren, die Frage durchzuführen und den AUFHEBEN Recordset Gegenstand zu verursachen, der die Suchresultate enthält.

Z.B.: Folgendes Code gegebenes Gebrüll, das den Befehl Gegenstand verursacht, die Maximum-Reihen Eigenschaft einstellt und das recordset verursacht und öffnet.


<%

set AdoCommand = Server.CreateObject("ADODB.Command.1.5")
set AdoCommand.ActiveConnection = Conn
AdoCommand.Properties("Maximum Rows") = 10
AdoCommand.CommandText = "SELECT vpath, DocTitle FROM Catalog1..Scope() WHERE CONTAINS('chocolate') > 0"
Set RS = Server.CreateObject("ADODB.RecordSet.1.5")
RS.Open AdoCommand

%>





Previous Next

Keywords:ADO Command Object, adodb command object, ado net command object, visual basic object, visual basic ado


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.