codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:

Home > ASP > ASP Databases  > ADO
Sort by :


:    Command     Connection    Error     Field     Parameter    Property     Record    RecordSet    Stream    DataControl    DataFactory     DataSpace    
1-20 of 174 ASP Databases > ADO sites are shown.

 • OBJECT: Command    Votes:123   Hits:1145 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The ADO Command object is used to submit and execute a specific (single) query against a database. The query can command a variety of actions, such as adding, creating, deleting, retrieving, or updating databases (record sets).

 • CommandStream Property    Votes:122   Hits:1597 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Identifies the Stream object containing the command details.

 • CommandTimeout Property    Votes:131   Hits:1708 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The number of seconds to wait while attempting to execute a command, before cancelling the attempt and generating an error.

 • CommandType Property    Votes:134   Hits:1702 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns the CommandTypeEnum type of the Command object.

 • Name Property    Votes:138   Hits:1574 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns the string name of the Command object.

 • NamedParameters Property    Votes:133   Hits:1907 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns a boolean that determines whether or not parameter names should be passed to the provider.

 • State Property    Votes:131   Hits:1739 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Returns a long value describing if the Command object is open, closed or in the process of connecting, executing or retrieving.

 • Properties Collection    Votes:133   Hits:1421 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
A collection of Property objects. Each Property object contains a provider-specific property.

 • CreateParameter Method    Votes:131   Hits:1448 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Creates a new Parameter object.

 • Execute Method    Votes:141   Hits:1933 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Executes the query, SQL statement or stored procedure.

 • OBJECT: Connection    Votes:123   Hits:1744 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The ADO Connection object provides the means to obtain an open connection to a data source. Through this open connection, you can access and manipulate a database.

 • ADO ConnectionTimeout Property    Votes:120   Hits:1849 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets the number of seconds to wait while attempting to create a connection before terminating the attempt and generating an error message.

 • ADO Connection CursorLocation Property    Votes:121   Hits:1344 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns a long value used to select between various cursor libraries accessible through the provider.

 • ADO DefaultDatabase Property    Votes:135   Hits:1458 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns a string value that is the default name of the database available from the provider for a Connection object.

 • ADO IsolationLevel Property    Votes:129   Hits:1458 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns the transaction isolation level (the IsolationLevelEnum value) of a Connection object.

 • ADO Connection Mode Property    Votes:123   Hits:1301 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns the provider access permission (the ConnectModeEnum value) for a Connection object.

 • ADO Connection Provider Property    Votes:130   Hits:1523 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Sets or returns the string value that is the provider name.

 • ADO Connection State Property    Votes:126   Hits:1367 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Returns a long value (the ObjectStateEnum value) describing if the connection is open or closed.

 • CommitTrans Method    Votes:126   Hits:1634 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Saves any changes and ends the current transaction. It can also be set to automatically start a new transaction.

 • RollbackTrans Method    Votes:99   Hits:997 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Cancels any changes that have occurred during the current transaction and then ends the transaction. It can also be set to automatically start a new transaction.

            
                 
 








Recent Forum Threads
• Regular Expression Query Replace -- Twice Wrongly
• Processing MS Office documents with Java
• Re: help!
• Re: Can javascript preload swf files?
• ADODB.Recordset error (0x800A0CB3)
• Need Your Inputs About Level Editor Interface
• `section` is an unexpected token. Expecting white space. Line 1, position 137.
• Javascript rollover toggle help please!
• help monitoting cpu load on windows machine


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2009