Database connection

How to find database connection string in samba POS5 Server

Can you explain?
Connection string is formatted as:

Date Source=ServerHostName\SqlInstanceName, Username=as, Password=saUserPassword, Database=databaseName.

Ps that’s a question not a bug, issue category on forum is for bugs. Have changed it to question.

im trying to do a client and server setup, how to point single database to server and client

you dont point the db anywhere.
Within samba you set connection string to point to DB using the connection string in format like above.

But you will have needed to have configured ‘server’ (machine hosting the database you intend to use) corectly inc some sql options for remote access and firewall etc.
See below tutorial;