| 1. |
Solve : problem with .mdb file? |
|
Answer» Hi there, I do not know what kind of data is within this file. But let's say it is either print or picture (or both) and all you want to do is view it as opposed to working with it. Then have your sender do a screen capture with the file open on his computer and then send that to you.Eh, that's highly unlikely to work well in this case since the "data" is neither "print or picture", it's data in a database. Database software is designed to sort data is many ways, extract reports, etc. The entire functionality of a database would be lost by a screen print. soybean, yes of course - i believe i alluded to that as a loss factor of the suggestion. But if the only requirement was to "view" rather than "work with" then i believed it would have allowed that. Only the O/P can answer whether it would have sufficed their need or not. Perhaps it would not. truenortthYes, to "view" rather than "work with", your suggestion might be workable. However, if the database has thousands of records in it, this technique would require numerous screen captures and then the recipient would have to try to piece them together. The larger the number of records in the database, the more cumbersome this would become. But, for a small number of records and to only view those records, the screen capture technique might suffice. Another idea came to mind. Most, if not all, database software has some export capability. If the sender has the software used to create that database file, I would ask them to export to a text file or CSV (Comma Separated Value) file and send that file. It could then be imported into OfficeOffice Base or Microsoft Access. It could also be imported into a spreadsheet (Excel or OpenOffice Calc).Wouldn't it be nice if the O/P would come back and enlighten us some more as to the requirements. I made the screen capture suggestion on the basis of the relatively small size of the one that they could not open . But certainly as you state the sender undoubtedly has more control as to methods of creation now that the sender undoubtedly knows the situation at the receiving end. It is so frustrating that POSTS are generated/suggestions are made/ and we never hear back from the O/P.truenorth Quote The sender has told me that the document is "linked to an old Borland Database that is not longer in use". The dbf file is not "linked" to a old borland database that is no longer in use. it is a borland database. Access cannot open a DBASE (dbf) database, it can only "link" to them. Chances are the larger database either has a table that is linked to the DBF, or it used to have a table that linked into the DBF (but as the sender stated is "no longer in use"). if you really really want to open the file, you might have some success with this: http://office.microsoft.com/en-gb/access-help/creating-an-access-database-from-a-dbase-file-HA001054649.aspx The above requires that you have a "BDE" installed (Borland Database engine) Don't ask me what that means, I'm not really sure. I imagine it's a ODBC data source. Another way is to use the File->Get External Data->Import command to Import the database. Either way, I suspect the file itself is either already linked in with the access database, or is merely a vestigial remnant from a time that it was linked to the access database. Hi Guys Thanks for all your help. I apologise for the delay in getting back to you, but all your suggestions are much appreciated. I had previously tried to open the file with Open Office, but that didn't seem to work. The screen capture idea might be good enough, as I think just seeing the data should be sufficient. I'm going to suggest the idea to the sender to see if it's workable from his point of view. I'm to have a look at BC_Programmer's link now to see if that works. Thanks again Stephen |
|