Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make Memo Binary readable?
Message
 
 
To
27/05/2003 04:08:05
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00792961
Message ID:
00792991
Views:
27
>>>>I am trying to read memory binary field type of a DBC file but no success so far.
>>>>
>>>>Use mydbc.dbc
>>>>
>>>>I could see the 'property' field which is memo binary but the content is not readable. What's the procedure of making it readable folks?
>>>
>>>It's readable as far as it should be. Use dbgetprop() for what you're interested in.
>>>Cetin
>>
>>Cetin,
>>
>>I'm trying to open my database container which contains Remote Views using USE. Browsing it exposes a field name property which is a Memo Binary type. Double clicking it displays its contents like this one:
>>
>>-#datacenter.useridMC(20)
>>
>>So to me, it's not fully readable.
>
>Try commands like :
>? dbgetprop('myView.myField', 'Field', 'Datatype')
>? dbgetprop('myView', 'View', 'SQL')
>Cetin

Cetin,

I'm trying to scan the content of the database and extract objects and other information from it. Using DBGETPROP will not work because I must know every object name I want to be extracted from it.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform