Geregistreerd: wo jan 25 2006, 04:34 Woonplaats: groningen (NL) berichten: 1561
Well, I'm Dutch, so you can put German here. But I don't use teamvieuwer. BDS2007 is the standard download v2009.02.A which can be downloaded here: link albert
Geregistreerd: wo jan 13 2010, 10:12 berichten: 21
Hi,
I get this message, by installing: "Package C:\Users\Public\Documents\Rad Studio\5.0\Bpl\asqlite3pkg.bpl kann nicht installiert werden, da es kein Entwurfszeit-Package ist."
Geregistreerd: wo jan 25 2006, 04:34 Woonplaats: groningen (NL) berichten: 1561
There's a design package and a runtime package. You need to compile the runtime (asqlite3pkg) and install the designtime package (asqlite3). That will give you the components on the palet. Don't forget to add the install directories to the project or configuration path. albert
Geregistreerd: wo jan 13 2010, 10:12 berichten: 21
Hello,
this helped me. But I don't find the DataSource Komponent? And I can't connect to a Singlefile Database. I always get "Can not load SQLite libery (SQLite3.dll)"
Geregistreerd: wo jan 25 2006, 04:34 Woonplaats: groningen (NL) berichten: 1561
Are you in a hurry? We respond useually within a few days, mostly hours and your question isn' that old! So please be a bit patient. If you need faster response than consider to buy a commercial support licence.
If the sqlite3.dll cannot be loaded it means that you:
or- have not pointed the dll property to the right dll directory or- have not downloaded the dll from sqlite.org so it's not there. Our components do NOT contain the dll (only within the samples).
The datasource component is in the data-access secion of your standard Delphi components. albert