|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
What is "rs.open sql,conn,1,3"?
Can someone tell me what is the Conn 1, 3 portion of this "rs.open sql,conn,1,3" is used for. what does it do?
|
|
#2
|
||||
|
||||
|
http://www.devguru.com/Technologies...rdset_open.html
http://msdn.microsoft.com/library/d...dmthrstopen.asp Google is usually the best place to look for stuff like this. |
|
#3
|
|||
|
|||
|
Quote:
hi there! Conn 1, 3 > the value of 0ne (1) is cursor, meaning adOpenKeyset the records added by other users are not visible, but deletions and changes are visible. The value of Three (3) is lock, meaning adLockOptimistic employs optimistic record locking. those are the parameters that will use everytime we connect in database. see yah! |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft SQL Server > What is "rs.open sql,conn,1,3"? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|