Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alangobetti opened this issue Aug 30, 2021 · 5 comments
Open

Comments

@alangobetti
Copy link

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..

@githubget123
Copy link

githubget123 commented Aug 31, 2021

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.

@jednoslonce
Copy link

@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.

@alangobetti
Copy link
Author

@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

@freeload101
Copy link

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 ...

@xzmshirleyyz2662
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants