Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make Memo Binary readable?
Message
From
27/05/2003 06:57:41
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00792961
Message ID:
00793014
Views:
26
>>>>>>>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.
>>
>>adbobjects()
>
>How about Field Object type? Adbojbects() only recognize table, view, connection, and relations...

Check fcount(),field(),afields().
Also check gendbc code.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform