Hi John

Thanks for your answer... :-)

> You could use CSV to go to Excel, SQL to Oracle etc. ..*snip*

I do that all very succesful with ADO and OLE-DB... very rarely 
got problems. 

> If you don't want to use the Sqlite API then you have probably 
>chosen 

i want to use SQLite, because it's a embedded SQL-DB and working on 
my Pocket-PC. I think, it's a very good tool with fast results and 
simple handling.

>You can make whatever transformation is needed by your destination 
>using >atoi, atof and sprintf at the destination.

yes, i know... but the problem -i cannot be solve- is a DB with 
a unbeknown (? (sorry, got some problems too with my englisch)) 
field-structure. I "select * ..." and find fields. one of this 
fields (in ever the same column) contains a bitmap, but i don't 
know, which field/column it is.
i have to do ask the api "which field/column is a blob and have 
to show as a bitmap via a bitmapwrapper?". unfortunately the 
api-function sqlite3_column_type() returns SQLITE_TEXT for the 
Blob-Column in my Test-App.

Best greetings from Germany
Anne



-- 
Mobile Internet - E-Mail und Internet immer und überall!
GMX zum Mitnehmen: http://www.gmx.net/de/go/pocketweb

Reply via email to