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:118   Hits:768 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:117   Hits:1278 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Identifies the Stream object containing the command details.

 • Name Property    Votes:128   Hits:1264 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:128   Hits:1564 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:126   Hits:1388 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.

 • CommandTimeout Property    Votes:126   Hits:1364 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:129   Hits:1324 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.

 • Properties Collection    Votes:126   Hits:1120 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:126   Hits:1119 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Creates a new Parameter object.

 • Execute Method    Votes:126   Hits:1564 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:116   Hits:1365 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:115   Hits:1562 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:112   Hits:1062 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:125   Hits:1119 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:124   Hits:1124 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:114   Hits:998 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:120   Hits:1185 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:118   Hits:1048 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:121   Hits:1336 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:94   Hits:704 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
• Losing background/text color when converting HTML to PDF
• hidden div block when displayed, displays at an offset of 200px only in IE 6..
• help - sketch
• Re: Perl Script - File Handling.
• Open a file from website
• Re: to open 5 terminals from one and also execute different commands on each terminal
• read a selected multiple line, those should match some of the values read in the files..
• Help me please
• Empty the contents of a file.


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-2008