Re: Problem with FIND command and 2000 machine
From: danbaran (anonymous_at_discussions.microsoft.com)
Date: 02/20/04
- Next message: Ralph: "Re: Memory not freed when unloading forms"
- Previous message: Rick Rothstein: "Re: Scientific Notation with Foo decimal places"
- In reply to: Bob Butler: "Re: Problem with FIND command and 2000 machine"
- Next in thread: Bob Butler: "Re: Problem with FIND command and 2000 machine"
- Reply: Bob Butler: "Re: Problem with FIND command and 2000 machine"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Feb 2004 13:31:14 -0800
The machines are 3 XP pros and 2 2000's connected to a 2003 server that is acting as a data repository. the error states something like either bof or eof has been reached.
Set db = New Connection
db.CursorLocation = adUseClient
' db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source='" & G_Sdatabasename & "'"
db.Open "PROVIDER=MSDataShape;Data PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source='" & G_Sdatabasename & "'"
Set adoPrimaryRS = New Recordset
adoPrimaryRS.Open "select SupplierID,.....
.................ERROR CODE FOR 2000 MACHINES....................
cmdUpdatevendor.Visible = False
If Combo1.Text > "" Then
adoPrimaryRS.Find "SupplierName = '" & Combo1.Text & "'", , adSearchForward, 1
DoEvents
MsgBox "" & adoPrimaryRS!address
If adoPrimaryRS.EOF = False Then
Before I left the office i tried it on an ME machine same issue.
- Next message: Ralph: "Re: Memory not freed when unloading forms"
- Previous message: Rick Rothstein: "Re: Scientific Notation with Foo decimal places"
- In reply to: Bob Butler: "Re: Problem with FIND command and 2000 machine"
- Next in thread: Bob Butler: "Re: Problem with FIND command and 2000 machine"
- Reply: Bob Butler: "Re: Problem with FIND command and 2000 machine"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|