Search found 5 matches

by nomates
Thu 18 Jun 2009 21:59
Forum: Universal Data Access Components
Topic: Unidac SQLite3.dll
Replies: 10
Views: 6901

Cheers for the reply, I'm now up and running!

How are the connections remembered in the dropdown comobox (database)

Regards

Darren
by nomates
Tue 16 Jun 2009 12:30
Forum: Universal Data Access Components
Topic: Unidac SQLite3.dll
Replies: 10
Views: 6901

Plash wrote:To nomates:

Please describe the steps to reproduce the problem.
1. Drop a TSQLiteUniProvider on a form
2. Drop a TUniConnection onto the form
3. Right hand click on the UniConnection1 and select Connection editor. From the provider dropdown box select SQLite, and then manually enter the path to my database i.e. C:\Program Files\MyAPP\MYProgram\Base.sqb

4. From the Connection editor I select the option tab and enter the following path C:\Program Files\MyAPP\MYProgram for the ClientLirary

5. Change back to the connect tab, and click on the Connect button, which is now rasing the following error Connection ClientLibrary differs from already active Connections.

6. Leaving the ClientLirary blank for the option tab raises the following error cannot load client DLL: sqlite3.dll
Any ideas

Regards
Darren
by nomates
Tue 16 Jun 2009 10:20
Forum: Universal Data Access Components
Topic: SQLite function is not linked
Replies: 9
Views: 5602

Hi, Thanks for the reply

I'm using version 3.6.15 downloaded from here http://www.sqlite.org/download.html

any other ideas
by nomates
Sun 14 Jun 2009 04:05
Forum: Universal Data Access Components
Topic: Unidac SQLite3.dll
Replies: 10
Views: 6901

Hi,

I have this problem, Im using the trial version with a view to buy this product! but so far Im not having any luck! I have try reinstalling the program but to no luck!

I take it you mean the ClientLibrary option should be set to something like c:\myprogram\

also it seems to remember the path to the only time I got this VCL to work! even after I uninstalled the app?

any ideas?
by nomates
Fri 12 Jun 2009 10:54
Forum: Universal Data Access Components
Topic: SQLite function is not linked
Replies: 9
Views: 5602

SQLite function is not linked

Hi,

I've downloaded the UniDAC compiled demo, and copied my version of the sqlite3.dll to the executable directory, but the demo raise the above error any ideas as to why?

Here is what I have done

1) Run the UniDAC Demo
2) Clicked on the connect button and selected the provided as SQLite, then pointed the database to the path where my database is
3) Clicked connect
4) Select the query option from the UniDac Tree, and entered, Select * from cars
5) Click on the open button. Then UniDac demo raises SQLite function not linked.

Note: sometimes clicking on the execute button still raises the SQLite function not linked but if you then click on the open button it sometime open’s the database with the correct number of records but only with one field and all records blank!

Regards

Darren