|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Cursor types
Dear Friends,
Please can anyone answer to my questions. 1) What is the difference between database and visual basic cursors and locks? 2) which are the different types cursors and locks? 3) Which are the different types of forms in VB? |
|
#2
|
||||
|
||||
|
1) There isn't a difference, the developer specifies with Cursor and Locks to use. Otherwise, the defaults will be used.
2) Cursor Types 1) adOpenForwardOnly - DEFAULT 2) adOpenKeyset 3) adOpenDynamic 4) adOpenStatic 5) adOpenUnspecified Lock Types 1) adLockReadOnly - DEFAULT 2) adLockPessimistic 3) adLockOptimistic 4) adLockBatchOptimistic 5) adLockUnspecified 3) There is only 1 type of form in VB. Last edited by Memnoch : April 6th, 2004 at 08:28 AM. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Cursor types |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|