Hi everybody,
I'm very new in pervasive, not in
vb.
My company has a pervasive database where it writes some data of the production process.
In the database there is only one table called "Production".
The table location for this table is PT0401.btr that indicates "Production Table year 2004 line 01", PT0402.btr that indicates line 02, and so on. So we have the same table for different data (the database was designed as it is...)
Due to the amout of data daily written in this table, every year we change the name of the file. So today the file is called PT0601.btr
However, in the database X$File table it appears the first file, PT0401.btr (because the database is filled with a program which I don't have the sources)
I would like to access to the PT0601.btr file via a SQL query in
vb for excel or access, because I would like to automate a process to import data to an excel file.
I tried to create another database with a new table using the PT0601.btr file, but when creating the new table the information is not being imported as it is in the original file (the colums are labelled with unnamed_0, unnamed_1 and so on.. some fields are joined in the same field etc.)
Does anybody how to do this?
Thanks a lot in advanced!!