GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 65 of 460    Print  
Types of LockEdits in RDO.

  
Total Answers and Comments: 1 Last Update: October 11, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 11, 2005 02:19:04   
vishal gore        

RE: Types of LockEdits in RDO.

rdoEngine Object

SupportedUnsupported
PropertiesrdoEnvironmentsrdoDefaultCursorDriver rdoDefaultErrorThreshold rdoDefaultLoginTimeout rdoDefaultPassword rdoDefaultUser rdoErrors rdoLocaleID rdoVersion
Methods rdoCreateEnvironment rdoRegisterDataSource
Events InfoMessage

rdoError Object

SupportedUnsupported
PropertiesDescription Number Source SQLRetcode SQLStateHelpContext HelpFile
Methods
Events

rdoConnection Object

SupportedUnsupported
PropertiesConnect LoginTimeout QueryTimeoutAsyncCheckInterval CursorDriver hDbc LastQueryResults LogMessages Name rdoQueries rdoResultsets rdoTables RowsAffected StillConnecting StillExecuting Transactions Updatable Version
MethodsBeginTrans Cancel Close CommitTrans EstablishConnection Execute OpenResultset RollbackTransCreateQuery
Events BeforeConnect Connect Disconnect QueryComplete QueryTimeout WillExecute

rdoColumn Object

SupportedUnsupported
PropertiesName Size Type ValueAllowZeroLength Attributes BatchConflictValue ChunkRequired KeyColumn OrdinalPosition OriginalValue Required SourceColumn SourceTable Status Updatable
MethodsAppendChunk ColumnSize GetChunk
Events DataChanged WillChangeData

rdoTable Object

SupportedUnsupported
Properties Name rdoColumns RowCount Type Updatable
Methods OpenResultset
Events

rdoResultset Object

SupportedUnsupported
PropertiesAbsolutePosition ActiveConnection BOF Bookmark EOF LockEdits LockType Name PercentPosition rdoColumns RowCount Type BatchCollisionCount BatchCollisionRows BatchSize Bookmarkable EditMode LastModified hStmt Restartable Status StillExecuting Transactions Updatable UpdateCriteria UpdateOperation
MethodsAddNew Cancel CancelUpdate Close Delete MoreResults Move MoveFirst MoveLast MoveNext MovePrevious Requery Resync UpdateBatchUpdate CancelBatch Edit GetClipString GetRows
Events Associate Dissociate ResultsChanged RowCurrencyChange RowStatusChanged WillAssociate WillDissociate WillUpdateRows

rdoQuery Object

SupportedUnsupported
PropertiesActiveConnection Prepared QueryTimeout rdoParameters SQL TypeBindThreshold CursorType hStmt KeysetSize LockType MaxRows Name rdoColumns RowsAffected RowsetSize StillExecuting
MethodsExecute OpenResultsetCancel Close
Events

rdoEnvironment Object

SupportedUnsupported
PropertiesrdoConnectionsCursorDriver hEnv LoginTimeout Name UserName
MethodsBeginTrans CommitTrans OpenConnection RollbackTransClose
Events BeginTrans CommitTrans RollbackTrans

rdoParameter Object

SupportedUnsupported
PropertiesDirection Name Size Type Value
MethodsAppendChunk
Events

rdoColumns Object

SupportedUnsupported
PropertiesCount Item
Methods Refresh
Events

rdoTables Object

SupportedUnsupported
Properties Count Item
Methods Refresh
Events

rdoConnections Object

SupportedUnsupported
PropertiesCount Item
Methods Add Remove
Events

rdoParameters Object

SupportedUnsupported
PropertiesCount Item
Methods
Events

rdoResultsets Object

SupportedUnsupported
PropertiesCount Item
Methods
Events

rdoEnvironments Object

SupportedUnsupported
PropertiesCount Item
Methods Add Remove
Events

rdoQueries Object

SupportedUnsupported
Properties Count Item
Methods
Events

rdoErrors Object

SupportedUnsupported
Properties Count Item
Methods Clear
Events

i think it will clear more ..


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Cursor type Dynamic ,Keyset ,Static ,Forward-only scrolling (this is the default)  You work with a cursor through the DAO Recordset object. When you open a Recordset object through DAO, ODBCDirect creates the corresponding cursor. Each type ...

Latest Answer : When you open a Recordset object, you can also specify the type of record locking you want to use by setting the lockedits argument of the OpenRecordset method to the appropriate constant. The following table lists the five constants you can use for the ...

Latest Answer : DAO offers five types of Recordset objects: table­type, dynaset­type, snapshot­type, forward­only­type, and dynamic­type. Table­type Recordset objects are supported only in Microsoft Jet workspaces. Dynamic­type Recordset objects are available only in ...

Latest Answer : Same as Standard combo box, Dropdown combo, simple combo, drop downlist... ...

Latest Answer : Remote Data Objects refer to table rows instead of records and columns instead of fields — the generally accepted terminology for relational databases. The data returned from a query is in the form of result sets, which can contain zero or more data rows ...

Latest Answer : rdoEngine Object SupportedUnsupportedPropertiesrdoEnvironmentsrdoDefaultCursorDriver, rdoDefaultErrorThreshold, rdoDefaultLoginTimeout, rdoDefaultPassword, rdoDefaultUser, rdoErrors, rdoLocaleID, rdoVersionMethods rdoCreateEnvironment, rdoRegisterDataSource Events  InfoMessagerdoError ...


Latest Answer : Types of resultset1)Table Type: for tables2)Dynaset Type:Editable/Updatable3)Dynamic Type:Editable4)Snapshot Type of :like static,non updatable.used for generating reports ...

Latest Answer : please refer my answer for previous question ...

Latest Answer : Sub,Property,Function,Event ...


 Sponsored Links

 
Related Articles

jQuery - Sorting Other Types of Data

Learning jQuery Sorting Other Types of Data Our sort routine should be able to handle not just the Title and Author columns but the Publish Dates and Price as well Since we streamlined our comparator function it can handle all kinds of data but the computed keys will need to be adjusted for other da
 

jQuery - Basic Alphabetical Sorting

Learning jQuery Basic Alphabetical Sorting Now let s perform a sort on the Title column of the table We ll need a class on the table header cell so that we can select it properly geshibot lang html" Title Author s Publish Date Price geshibot mosgoogle To perform the actual s
 

EDI Document Types

EDI Document Types EDI documents come in various forms each of which can appear differently depending on the company’ s internal computer system Also while each standard has code specificity each order may look very different a clothes company will send details of color and sizes while a f
 

Listening Skills - Types of Bad Listeners

Types of Bad Listeners What are the main types of bad listeners You might find in your work environment that some individuals are simply not very good at listening This can create a myriad of problems and make the performance of the most mundane day to day tasks nearly impossible to accomplish mosgo
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

Working with XML in Visual Basic

Working with XML in Visual Basic Extensive markup language and Visual Basic is the odd couple of the industry Visual Basic is one of the most common languages that are being used today This Microsoft introduced language was meant to be middle tier in characteristic but has managed to get the top tie
 

Types of Resumes and When to Use Them

Resumes are written to give our future employers an insight of who we are and why we should hire them. But resumes are more than just a collection of FYIs about you, it should be written in a way that highlights important things about yourself. Take note that you are not altering any information jus
 

SQL Data Types

SQL Data Types Overview In SQL, as in many other programming languages, every piece of data has a particular type. For example, 11 is an integer, and “Wall Street” is a text string. The SQL standard defines many data types to accommodate almost any type of data. Some cases aris
 

SDLC Model Basic Stages

SDLC or the Software Development Life Cycle refers to the steps involved in creating a software from scratch.  During earlier days, software used to be scarce and its creation was comparatively easier.  Developers could create any programs they want and experience no competition. I
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape