Home All Groups Group Topic Archive Search About
Author
4 Nov 2005 2:33 AM
nbohana
I have MSDE running on one of my computers, along with my windows application.

this.cnKennel.ConnectionString = "Data Source=(local)\\NetSDK;packet
size=4096;integrated security=SSPI;"persist security info=False;initial
catalog=kennel";.

If I point the data source at the computer it works. Is there a way to use
the above statement to connect?? Please help, Thanks

--
Norm Bohana

Author
4 Nov 2005 8:01 AM
Cor Ligthert [MVP]
Nbohana,

I assume if you ask from other computers. To connect it, you will have to
make from your computer a server. Sometimes done with a workgroup network,
however in general a bad solution. Don't you have a server somewhere?

Cor
Author
4 Nov 2005 8:03 PM
nbohana
Yes I have a server, but when I load the application onto a laptop I would
like to use MSDE. And have it to work without any changes to the software.
--
Norm Bohana


Show quote
"Cor Ligthert [MVP]" wrote:

> Nbohana,
>
> I assume if you ask from other computers. To connect it, you will have to
> make from your computer a server. Sometimes done with a workgroup network,
> however in general a bad solution. Don't you have a server somewhere?
>
> Cor
>
>
>
Author
5 Nov 2005 8:09 AM
Cor Ligthert [MVP]
nbohana,

> Yes I have a server, but when I load the application onto a laptop I would
> like to use MSDE. And have it to work without any changes to the software.
> --

At least you would have to change the connection string.

What you can place in the program by the way by instance using the config
file or the registry.

If that is the question, than tell how you make that connection string.

I hope this helps,

Cor

AddThis Social Bookmark Button