Hello, everybody.
I have several queries which are within my customer's Access database.
They query each other to generate results.
If I run a certain query X from inside Access, there happens no error,
but when I run it from my VB app the following error is returned:
?err.Number
-2147217900
?err.descriptio n
Function 'StringFromGUID ' not defined in the expression. (Translated
from Portuguese)
?ERR.Source
Microsoft JET Database Engine
What should I do?
Does anybody have any clue about that?
Thanks in advance for any help.
[]s,
Pedro.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I have several queries which are within my customer's Access database.
They query each other to generate results.
If I run a certain query X from inside Access, there happens no error,
but when I run it from my VB app the following error is returned:
?err.Number
-2147217900
?err.descriptio n
Function 'StringFromGUID ' not defined in the expression. (Translated
from Portuguese)
?ERR.Source
Microsoft JET Database Engine
What should I do?
Does anybody have any clue about that?
Thanks in advance for any help.
[]s,
Pedro.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment