Memo to Ole type conversion

D

Dana

I have a database that has a field of Memo type. From a
VB.Net program, using Jet to connect to the database,
unicode strings are being stored!

I cannot afford the two for one overhead as the strings
are really just large binary streams anyway, not real
text.

It appears Ole type would do the trick to house a binary
type field.

How do I go about getting VB.Net to like and use an Ole
container? Currently VB.Net believes the access memo
type field is a oledbtype of VarWChar.

thanks for the advice,
Dana.
 
D

Dana

The way this forum shows up for me, is
microsoft.public.access, and "general discussions" in a
left hand column.

I do see a queries section, but, I beleive I am in the
general one. Maybe you message is just a boiler plate
for pointed to .Net?

I was hoping to establish a foundation in the database
design side of things and in a general sense, and then
try to go over to .Net if needed.

Thanks for the reply.
Dana
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Memo type field size 7
Memo Field - Won't allow type 4
OLE Object Data Type Question 8
Write to a Memo Field 1
Memo data type field 1
Memo Type 5
Acess Memo Fields 2
Output Memo field to Outlook body 1

Top