Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems selecting Text column
Message
De
19/01/2007 09:00:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Problems selecting Text column
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01186903
Message ID:
01186903
Vues:
61
Hay everybody and thanks in advanced for any help.
I have a table under MSSQL 2005 Express edition with a text column where I store a well formatted XML document without any XML declarations.
Under VFP 9.0 opening the table trough a VFP view the text column return it value correctly, but when I select it from a program, using the object connection return Null value.

The select statement is like the following, were KMData is the text column:

select *
from appEnv
where bclass=100
and flags='A'
and (kmdata like '%%poeta%%'
and kmdata like '%%fabio%%')

the VFP code is:

LOCAL oRS as ADODB.Recordset,oCN as ADODB.Connection
.
oCN = aApp.conObj && Get connection from a specific method.
.
cSQL = "...." && the SQL statement

oRS = oCN.Execute(cSQL)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform