Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFPCOM OLEObject May be corrupt
Message
De
13/06/2004 08:15:59
 
 
À
13/06/2004 08:07:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00912079
Message ID:
00913211
Vues:
20
In fact just to have a check I downloaded the library just then (everybody deserves a second chance, right?).

Upon registering the dll or running the following code:
CREATE CURSOR SOMECURSOR (cField1 C(12), cField2 C(12))

FOR i = 1 TO 100
INSERT INTO SOMECURSOR (cFIeld1, cField2) VALUES (SYS(2015), SYS(2015))
ENDFOR
BROW
oOleDb = CreateObject("OleDbFox.Utils")
oRS = CreateObject("ADODB.Recordset")
oOleDb.CursorToRs(oRS)
oRS.Save("c:\result.xml", 1)
oRS.Close()
a message of:
---------------------------
OLE DB Library for Visual FoxPro
---------------------------
This is the beta version of OLE DB library for Visual FoxPro.

Check www.levelextreme.com or send email to avg.kedr@overta.ru

to get a latest version.
---------------------------
OK   
---------------------------
Is displayed, I'm sorry but I don't see the point in allowing libraries such as this to be stored on the UT when they are clearly unusable.

(If you set your clock back to 2001 the message isn't displayed, this makes it worse especially when it wasn't, and still isn't documented on the download page)

Regards,

Chris.
Have a nice day :)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform