Click here to Skip to main content
15,888,281 members
Home / Discussions / Mobile
   

Mobile

 
GeneralAfterCollapse in Compact Framework Pin
ting66830-Jun-04 21:10
ting66830-Jun-04 21:10 
GeneralChanging the BackColor of a ListViewItem Pin
George Papadopoulos30-Jun-04 7:00
George Papadopoulos30-Jun-04 7:00 
QuestionWriting to Pocket PC File - Directory Structure? Pin
j1e1g129-Jun-04 5:19
j1e1g129-Jun-04 5:19 
AnswerRe: Writing to Pocket PC File - Directory Structure? Pin
Richard Jones8-Jul-04 4:09
Richard Jones8-Jul-04 4:09 
QuestionHow to store BLOB in SQLCE Pin
Member 105289929-Jun-04 1:37
Member 105289929-Jun-04 1:37 
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 

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.