Is there a way to export btrieve data to standard ASCII format?
Printable View
Is there a way to export btrieve data to standard ASCII format?
you want to do from vb-app? then it depends on btrieve/pervasive version. I tried to use wbtrv.dll for reading btrieve-tables, but there´s the one little problem, that you can´t switch vb to byte alignment in user defined types. If you use a pervasive engine you can try to use ODBC!
Hope this did help a bit
I have some code to convert the bytes, and I typically use the API, are you familar with that?
If it is just a simple export.. I would recommend ODBC.
Jason
Hi Jay,
did i understand you right? you have a workaround to that ugly alignment problem?