Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPOLEDB does not return content of view greater 259 chars
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
VFPOLEDB does not return content of view greater 259 chars
Miscellaneous
Thread ID:
00628926
Message ID:
00628926
Views:
54
Hi All,

I found this special situation when I using these commands :

* Open testdata.dbc(invoice) or tastrade.dbc
PUBLIC x,y,o,r
x = CREATEOBJECT("DataLinks")
y= CREATEOBJECT("AdoDB.Connection")
y=x.PromptNew
y.Open
o = CREATEOBJECT("ADOX.Catalog")
o.ActiveConnection=y
r = CREATEOBJECT("ADODB.recordset")
r.ActiveConnection=y

s = o.Views("invoice").Command && pre tesstdata.dbc
? s.CommandText

s.CommandText RETURN 259 chars ONLY ???????????

If I using database as ACCESS, then I can working with Views.

I making some mistake or problem is in VFPOLEDB/ADO ???

jaro

You send me answers, please on email: thskk@thskk.sk

I have : VFP 7 SP1, WIN2000 PRO.
Next
Reply
Map
View

Click here to load this message in the networking platform