On Mon, Apr 6, 2015 at 9:49 AM, Jeff Johnson <j...@san-dc.com> wrote:

> In Services it shows MSSQLSERVER in parenthesis.  Is this the instance?
>
> Where do I put the IP\SQLEXPRESS?  In the (localdb)?
>
> ---------
>

The connection string is a compound using a ; as a separator for each
entity.



Server=192.168.1.115\MSSQLSERVER ;
Database=ABEL_PROD ;
Trusted Connection=Yes

This states you do not need a user/pw to present to the db.

Otherwise you use
User ID=The_user;Password=thePassword;







>
> On 4/6/2015 7:31 AM, Stephen Russell wrote:
>
>> On Mon, Apr 6, 2015 at 9:21 AM, Jeff Johnson <j...@san-dc.com> wrote:
>>
>>  Trouble will connection string for 2014.  Here is what I am using and I
>>> am
>>> not connecting:
>>>
>>>   '{Sql Server Native Client 11.0}, Server=192.168.1.115,
>>> Database=ABEL_PROD, Trusted Connection=Yes'
>>>
>>> -----------
>>>
>>>
>>>  *"Server=(localdb)\MSSQLLocalDB;Database=myDB;Integrated
>> Security=true"*
>>
>> *Do you have an instance name for your server?  *
>>
>> *192.168.1.115\SQLEXPRESS   *
>>
>> Go to Services for your server and under SQLServer section it will tell
>> you
>> what if any instance names were defined in the setup.
>>
>>
> --
> Jeff
>
> Jeff Johnson
> j...@san-dc.com
> SanDC, Inc.
> (623) 582-0323
> SMS (602) 717-5476
> Fax 623-869-0675
>
> www.san-dc.com
> www.cremationtracker.com
> www.agentrelationshipmanager.com
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAJidMYLaUvoknikNM1pWBnr+B8LGkPPM=0w+axx8m18wict...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to