Mega Search
23.2 Million


Sign Up

Make a donation  
Installing sqlite3 on windows 7 machine.  
News Group: embarcadero.public.delphi.database.firedac

I have a firedac application that runs okay on my dev machine.

When I copy the exe to another machine I get the error:

delphi xe7 firedac stan def -254 defintion stoves  is not found in [].

I have copied the exe , sqlite file and sqlite3.dll to the application folder.

1. Is this the correct place for the dll ?

2. How do I setup a definition for the sqlite database.


Thanks....

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 14-Jan-2015, at 2:42 AM EST
From: Stev Warby
 
Re: Installing sqlite3 on windows 7 machine.  
News Group: embarcadero.public.delphi.database.firedac
> {quote:title=Dmitry Arefiev wrote:}{quote}
> http://docwiki.embarcadero.com/RADStudio/XE7/en/Deploying_on_Windows_(FireDAC)
> 
> -- 
> With best regards,
> Dmitry Arefiev / FireDAC Architect

Thanks I got it working. 

For anyone else you have browse to the directory in the link and open the ini file. 

Inside the file is various settings and as if by magic my settings were there for my database stoves. 


I duplicated the file and just left in my settings. 

Save this along with the database file and it works. 

Thanks

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 16-Jan-2015, at 11:39 AM EST
From: Stev Warby
 
Re: Installing sqlite3 on windows 7 machine.  
News Group: embarcadero.public.delphi.database.firedac
http://docwiki.embarcadero.com/RADStudio/XE7/en/Deploying_on_Windows_(FireDAC)

-- 
With best regards,
Dmitry Arefiev / FireDAC Architect

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 15-Jan-2015, at 6:21 AM EST
From: Dmitry Arefiev
 
Re: Installing sqlite3 on windows 7 machine.  
News Group: embarcadero.public.delphi.database.firedac
I've gone through that already but I am still not understand what I need to do.

Do I have to add an ini file to the folder (if so I don't see a SQLITE3 example)

Can anyone explain at idiot level what the procedure is to install an windows app with a sqlite3 databes.

Thanks.

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 14-Jan-2015, at 4:54 PM EST
From: Stev Warby
 
Re: Installing sqlite3 on windows 7 machine.  
News Group: embarcadero.public.delphi.database.firedac
Stev Warby wrote:
> Anyone got a sample or any tutorials for us beginners ?

Everything you should need to know should be here:

http://docwiki.embarcadero.com/RADStudio/XE7/en/Connect_to_SQLite_database_%28FireDAC%29

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 14-Jan-2015, at 4:23 PM EST
From: quinn wildman
 
Re: Installing sqlite3 on windows 7 machine.  
News Group: embarcadero.public.delphi.database.firedac
Bump on this guys .....

Anyone got a sample or any tutorials for us beginners ?

Thanks

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 14-Jan-2015, at 4:17 PM EST
From: Stev Warby