Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid Class String

Status
Not open for further replies.

wbehning

Programmer
Joined
Nov 14, 2001
Messages
47
Location
US
I am using the function:
XMLTOCURSOR("C:\Text.xml","cTemp",512)

The Xml file, c:\test.xml, was created using:
CURSORTOXML("cTestCursor","C:\Test.xml",1,512+32,0,"1")

My problem is that on certain workstations, all running Windows 2000, the XMLTOCURSOR fails and returns error # 1426
OLE error code 0x"name" (Error 1426),"Invalid Class String"

Does anyone have any ideas why causes this error?
 
BTW - we are using VFP7
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top