SambaPOS Forum

English Boards => Support => Topic started by: brentilys on May 30, 2013, 07:09:58 pm

Title: SQL Client Connection
Post by: brentilys on May 30, 2013, 07:09:58 pm
when i am trying to connect client computer to sql server i keep getting error: " The provider did not return a Provider Manifest token string.

im using the string: data source=[T1]SQLEXPRESS

please help me! i'm using sql 2008
Title: Re: SQL Client Connection
Post by: lemmings on May 31, 2013, 04:27:37 am
Your data source string is incorrecr format and should be as follows

data source=server\SAMBAPOS; User Id=sa; Password=sambapos

This is an example and your own details should be completed in User id, Password and data source


Title: Re: SQL Client Connection
Post by: brentilys on June 04, 2013, 01:28:31 pm
is there any better tuts installing and conf sql server with clients?