FOCA icon indicating copy to clipboard operation
FOCA copied to clipboard

FOCA needs a SQL database. Please setup your connection and try again.

Open alangobetti opened this issue 4 years ago • 6 comments

When i try to launch, after loading i get that: image

and that: image

If i try again it backs to the first screen.... ive tryied to replace the adress to localhost as someone here said but nothing change..

alangobetti avatar Aug 30 '21 17:08 alangobetti

Get yourself SQL Server Express (Wiki: https://github.com/ElevenPaths/FOCA/wiki/How-to-set-up-a-SQL-database-connection). Or use SQLLocalDB (https://www.microsoft.com/en-gb/download/details.aspx?id=42299) 43mb size and install it. Then from command line run:

  • sqllocaldb create yourdbname
  • sqllocaldb start yourdbname Then in the Foca SQL Server details put:
  • Server Name: (localdb)\yourdbname and press Connect.

githubget123 avatar Aug 31 '21 08:08 githubget123

@alangobetti did you solve the problem with connection Foca with SQL database? I have the same problem and I don't know what to do.

jednoslonce avatar Sep 14 '21 08:09 jednoslonce

@alangobetti did you solve the problem with connection Foca with SQL database? I have the same problem and I don't know what to do.

yeah, u just need to download and install SQL (just google it) and it will run

alangobetti avatar Oct 08 '21 18:10 alangobetti

wow no i'm not reading something that can be 3 line powershell...SQL part should be part of install and 1990 called they want there SQL server back if I had time I would look around for new/better option in python / SQLite etc ...

freeload101 avatar Sep 29 '22 13:09 freeload101

Get yourself SQL Server Express (Wiki: https://github.com/ElevenPaths/FOCA/wiki/How-to-set-up-a-SQL-database-connection). Or use SQLLocalDB (https://www.microsoft.com/en-gb/download/details.aspx?id=42299) 43mb size and install it. Then from command line run:

  • sqllocaldb create yourdbname
  • sqllocaldb start yourdbname Then in the Foca SQL Server details put:
  • Server Name: (localdb)\yourdbname and press Connect.

i am so stupid the first time i downloaded the SQL server without using those commands then i failed when i look back i realize i forget to do the commands then i did and it worked.. thanks so much

xzmshirleyyz2662 avatar Mar 07 '24 15:03 xzmshirleyyz2662