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: tabletype, dynasettype, snapshottype, forwardonlytype, and dynamictype. Tabletype Recordset objects are supported only in Microsoft Jet workspaces. Dynamictype Recordset objects are available only in ...
Latest Answer : Dim fso, hfile, msgvalue Set fso = CreateObject("Scripting.FileSystemObject") Set hfile = fso.OpenTextFile("D:x.txt") If Not hfile.AtEndOfStream Then Do While Not hfile.AtEndOfStream msgvalue = hfile.ReadLine ...
Latest Answer : Yes we can edit the tdata through flexgrid. ...
Latest Answer : Same as Standard combo box, Dropdown combo, simple combo, drop downlist... ...
Latest Answer : Controls which are data-aware. Controls whose datasource property can be set a datacontrol. ...
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 ...