
08-30-2003, 02:26 PM
|
|
Newcomer
|
|
Join Date: Aug 2003
Posts: 4
|
|
With Myoledb Seek Not Work
|
Hi, I have MySql table with an index called "CodigoProceso" with de keys Codigo + Proceso
am trying to find a record using seek, but when it´s execute a receive an error msg, can any one provide me with little help?
the ? rsArticulos.Supports(adSeek) return true
If Not rsArticulos.Index = "CodigoProceso" Then
rsArticulos.Index = "CodigoProceso"
End If
rsArticulos.Seek Array(Val(txtArtCodigo.Text), txtArtProceso.Text), adSeekFirstEQ
|
|