-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


ADO

, 17 2015 . 14:02 +
, !
"" "tdDog".
- "tdDog" . ( ). , :

Set connDog = CurrentProject.Connection
Set rstDog = New ADODB.Recordset

With rstDog
.CursorType = adOpenDynamic
.LockType = adLockOptimistic
.Open "SELECT * FROM tdDog WHERE []=" & [Forms]![fdDog]![], connDog

![] = [Forms]![fdDog]![]

.Update
End With

rstDog.Close
Set rstDog = Nothing
Set connDog = Nothing

http://www.sql.ru/forum/1152639/oshibka-v-kode-ado


: [1] []
 

:
: 

: ( )

:

  URL