Click here to Skip to main content
15,899,679 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: How to store BLOB in SQLCE Pin
João Paulo Figueira29-Jun-04 8:42
professionalJoão Paulo Figueira29-Jun-04 8:42 
GeneralRe: How to store BLOB in SQLCE Pin
Member 105289929-Jun-04 20:30
Member 105289929-Jun-04 20:30 
GeneralRe: How to store BLOB in SQLCE Pin
João Paulo Figueira29-Jun-04 21:09
professionalJoão Paulo Figueira29-Jun-04 21:09 
I may have a little bit more difficulty in helping you because I use the ATL OLE DB Consumer Templates, not "raw" OLE DB C++ code. But the priciples are the same, so let me explain these a little bit.

When you read a BLOB, the provider creates an ISequentialStream object and passes a pointer back to the consumer. You will have to choose if you use the object to read data, but must always release it.

When you write a BLOB (either inserting or updating), you have to do the exact reverse, meaning that you have to create an ISequentialStream object from which the provider will read the BLOB data. So, how do you create such a thing? I got help from this article:
SAMPLE: AOTBLOB Read/Writes BLOB Using OLE DB Consumer Template[^]. Note how the CISSHelper class is used to simulate a storage object.

I believe most of your problems will be solved when you implement this functionality.

Regards,
João Paulo Figueira
Embedded MVP
AnswerRe: How to store BLOB in SQLCE Pin
João Paulo Figueira1-Jul-04 7:56
professionalJoão Paulo Figueira1-Jul-04 7:56 
GeneralDynamic Menus Pin
Member 113813628-Jun-04 23:41
Member 113813628-Jun-04 23:41 
GeneralI need to differentiate when a Pocket PC uses operating system 2002 of the 2003 in run-time!!!! Pin
Escalopo28-Jun-04 6:24
Escalopo28-Jun-04 6:24 
GeneralRe: I need to differentiate when a Pocket PC uses operating system 2002 of the 2003 in run-time!!!! Pin
Member 57102128-Jun-04 6:37
Member 57102128-Jun-04 6:37 
GeneralRe: I need to differentiate when a Pocket PC uses operating system 2002 of the 2003 in run-time!!!! Pin
Escalopo28-Jun-04 21:29
Escalopo28-Jun-04 21:29 
GeneralRe: I need to differentiate when a Pocket PC uses operating system 2002 of the 2003 in run-time!!!! Pin
João Paulo Figueira28-Jun-04 22:30
professionalJoão Paulo Figueira28-Jun-04 22:30 
QuestionHow can i make my application support multiple language in PocketPC Pin
Member 57102128-Jun-04 5:51
Member 57102128-Jun-04 5:51 
AnswerRe: How can i make my application support multiple language in PocketPC Pin
João Paulo Figueira28-Jun-04 6:22
professionalJoão Paulo Figueira28-Jun-04 6:22 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
Member 57102128-Jun-04 6:30
Member 57102128-Jun-04 6:30 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
João Paulo Figueira28-Jun-04 7:00
professionalJoão Paulo Figueira28-Jun-04 7:00 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
Gopabandhu28-Jun-04 19:19
Gopabandhu28-Jun-04 19:19 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
João Paulo Figueira28-Jun-04 22:27
professionalJoão Paulo Figueira28-Jun-04 22:27 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
GuilhemMtp29-Jun-04 3:20
GuilhemMtp29-Jun-04 3:20 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
João Paulo Figueira29-Jun-04 8:43
professionalJoão Paulo Figueira29-Jun-04 8:43 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
GuilhemMtp30-Jun-04 23:06
GuilhemMtp30-Jun-04 23:06 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
Member 5710214-Jul-04 22:38
Member 5710214-Jul-04 22:38 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
João Paulo Figueira4-Jul-04 22:51
professionalJoão Paulo Figueira4-Jul-04 22:51 
GeneralRe: How can i make my application support multiple language in PocketPC Pin
Gopabandhu4-Jul-04 23:24
Gopabandhu4-Jul-04 23:24 
GeneralSDK for eVC++ 3.0 Pin
ting66824-Jun-04 3:31
ting66824-Jun-04 3:31 
GeneralRe: SDK for eVC++ 3.0 Pin
João Paulo Figueira24-Jun-04 4:20
professionalJoão Paulo Figueira24-Jun-04 4:20 
GeneralRe: SDK for eVC++ 3.0 Pin
ting66825-Jun-04 3:45
ting66825-Jun-04 3:45 
GeneralRe: SDK for eVC++ 3.0 Pin
João Paulo Figueira25-Jun-04 3:57
professionalJoão Paulo Figueira25-Jun-04 3:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.