
UNSOLVED
E
edn_migrator
32 Posts
0
2872
December 15th, 2008 11:00
Code for Performing a Query
This discussion thread has been imported from the Centera Developer Portal Forums.
The first message is shown here, and the complete thread is in the attached PDF file.
Please read the PDF and continue the discussion here.
From arich@rwbaird.com
Posted: Thu Oct 16, 2008
Does anyone have an example of performing a query against a pool? I'm trying, but get an error that I cannot determine the cause of.
Here's my code thus far:
Dim q As New FPQuery(Me._pool)
q.StartTime = #9/1/2008#
q.EndTime = #9/2/2008#
Dim outResult As FPQueryResult
q.FetchResult(outResult, 600000)
On FetchResult it throws this:
error = -10019
errorClass = 3
errorString = "FP_WRONG_REFERENCE_ERR"
message = "Reference is NULL"
trace = "RefToPointer(0,true)
1 Attachment
Centera - Code for Performing a Query.pdf
Centera - Code for Performing a Query.pdf
Responses (0)
Solutions (0)
