Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A problem with VFPCom.ComUtil
Message
De
16/04/2003 03:22:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
A problem with VFPCom.ComUtil
Divers
Thread ID:
00778200
Message ID:
00778200
Vues:
64
I am having a trouble with the CursorToRS() function of VFPCom.DLL. The RsToCursor() don't transform the none English string, such as "¤¤°ê" Chinese character set, the cursor result is a string of space only.
I don't know what happen with it ?

If you knownd please tell me & thanks very much!

Attached the foxpro code:

#DEFINE C_VFPCOMCLASS 'vfpcom.comutil'
oVFPCOM = CreateObject(C_VFPCOMCLASS)
oRecordSet = CreateObject('ADODB.RECORDSET')
oRecordSet.CursorType = 3 && adOpenStatic Also adOpenForwardOnly
oRecordSet.LockType = 1 && adLockReadOnly
oRecordSet.Open('SELECT name FROM employee ', + ;
'Provider=SQLOLEDB;Password=123;Persist Security Info=True;User ID=usr;Initial Catalog=db_test;Data Source=sqlsvr') && the name is chinese name.
nError = oVFPCOM.RSToCursor(oRecordSet,"employee")
BROWSE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform