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:128   Hits:1244 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:127   Hits:1680 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:136   Hits:1784 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:139   Hits:1784 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:143   Hits:1656 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:138   Hits:1978 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:136   Hits:1824 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:138   Hits:1497 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:136   Hits:1540 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Creates a new Parameter object.

 • Execute Method    Votes:151   Hits:2022 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:128   Hits:1842 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:125   Hits:1918 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:126   Hits:1413 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:140   Hits:1557 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:134   Hits:1537 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:128   Hits:1370 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:135   Hits:1616 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:131   Hits:1455 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:131   Hits:1721 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:104   Hits:1073 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
• Significant Factors
• Perl array access
• Re: huffman encoding and decoding in C++...
• Perl One Liner: Replace {(
• Re: html including php, accessing the functions
• Something like an INI editor or a DelimitedText-Editor
• Error Deleting File or Folder
• Re: How can use ASP.NET RegularExpressionValidator for alphanumeric 10 digit input
• Re: drop-down menu selected value


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