[Kexi-devel] opening kexidb file with kexi
Jarosław Staniek
js at iidea.pl
Fri Dec 22 20:08:23 CET 2006
Robby Stephenson said the following, On 2006-12-22 02:37:
> On Sunday 17 December 2006 9:28, you wrote:
>> Robby Stephenson said the following, On 2006-12-17 04:12:
>>> I've got another question. Is it possible to fix something so that
>>> Kexi, the app, can open a sqlite file created by another app using
>>> KexiDB? Right now, I get an error about the kexi__parts table not
>>> existing. Is that a bad thing, or could it possibly be a non-fatal
>>> warning instead?
>>>
>>> Or perhaps, something in KexiDB is not creating the kexi_parts table in
>>> the first place and it should be?
>>>
>>> Basically, I was dumping data into a file with Tellico, and wanted to
>>> browse the database using Kexi. Is that feasible?
>> First, I recommend to read the Kexi FAQ [1].
>
> OK, got it. Sorry to have missed that.
>
>> You need to "import" the database in order to allow Kexi to recognize the
>> database schema, data types, etc.
>
> Even when the database was created entirely using the KexiDB interface?
> That's what I was checking. All the tables and fields were created and
> populated using the KexiDB classes.
kexi__parts table is created by kexicore library, not KexiDB. Kexicore is not
public library so other apps that only use kexidb will not create kexi__parts
table (because they will not use so calles kexi parts as well (plugins)). SO
my statement about importing the app is still valid... unless more kexi
features will be provided for external apps (or "linking" to external data
source is implemented).
--
regards / pozdrawiam, Jaroslaw Staniek
Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on
Kexi & KOffice: http://www.kexi-project.org, http://www.koffice.org
KDE3 & KDE4 Libraries for MS Windows: http://kdelibs.com, http://www.kde.org
More information about the Kexi-devel
mailing list