Re: Simple(?) Question...
From: William Ryan eMVP (dotnetguru_at_comcast.nospam.net)
Date: 05/04/04
- Next message: Chris Botha: "Memory/Leak Tool?"
- Previous message: Anthony: "Extremly long Strings"
- In reply to: Wardeaux: "Re: Simple(?) Question..."
- Next in thread: Wardeaux: "Re: Simple(?) Question..."
- Reply: Wardeaux: "Re: Simple(?) Question..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 4 May 2004 14:11:10 -0400
And you've verified that the account you are trying to connect with in your
connectionstring has all the permissions right? Often, it will work b/c you
as a user are authenticated, but your connectionstring will specify Trusted
Connection = true or SSPI and that will account for the difference when you
try to run on a web server.
"Wardeaux" <wardeaux@bellsouth.net> wrote in message
news:eveA0lfMEHA.892@TK2MSFTNGP09.phx.gbl...
> Mixed-mode...
> Hmmm.... I can connect fine from the webserver when MSDE is loaded on the
> webserver, and I can connect from my workstation to my MSDE on my
> workstation, but can't connect server to workstation or workstation to
> server... (server is Win2K3 and workstation is WinXPPro) any clue which
> permission is not set correctly? ;)
> M,MTIA
> wardeaux
> "William Ryan eMVP" <dotnetguru@comcast.nospam.net> wrote in message
> news:%23Z4aCafMEHA.3012@tk2msftngp13.phx.gbl...
> > I doesn't have ot be on the web server, it's a real client/server db.
> It's
> > a permissions thing almost for sure. Are you using trusted connection
or
> > mixed mode authentication?
> > "Wardeaux" <wardeaux@bellsouth.net> wrote in message
> > news:uyTp2AfMEHA.268@TK2MSFTNGP11.phx.gbl...
> > > William,
> > > thanks for the reply! Does the MSDE have to be installed on the
> > > Webserver? I've installed it on my workstation, and I can't connect
to
> it
> > > from anywhere except from my workstation? Or is this likely just a
> > > permissions thing? The error says "can't find server or access
> > denied."...
> > > ANy clues?
> > > thanks!
> > > wardeaux
> > > "William Ryan eMVP" <dotnetguru@comcast.nospam.net> wrote in message
> > > news:eqFc8QeMEHA.268@TK2MSFTNGP11.phx.gbl...
> > > > Comments below:
> > > > "Wardeaux" <wardeaux@bellsouth.net> wrote in message
> > > > news:#Nuk0CeMEHA.1556@TK2MSFTNGP10.phx.gbl...
> > > > > Hey all,
> > > > > Somewhat new to ADO.NET... I've developed an enterprise ASP.NET
> app
> > > > that
> > > > > uses SQL Server 2000. I now want to retail the app to smaller
> > customers
> > > > but
> > > > > don't want to require all customers to license their own SQL
Server
> > > > ($$$$).
> > > > > I would like to have one set of code that will run with either SQL
> > > Server
> > > > > 2000 or MSDE 2000.
> > > > > 1) Is this an easy task or is there a lot of coding involved?
> > > >
> > > > There's no difference at all code wise, the only difference will be
on
> > the
> > > > install. One you install the full SQL Server, the other you install
> > MSDEE
> > > > > 2) Are there any articles that outline coding differences or is it
> > > simply
> > > > an
> > > > > "install and config" issue on the server?
> > > > There aren't any
> > > > > 3) Can I load my SQL Server 2000 DB into MSDE or are there
> > difficulties
> > > > > going backwards?
> > > > Yes, no problems at all. The 'real' differences are MSDE's limit of
a
> > 2gb
> > > > size for instance. For the most part, the differences are
> transparent..
> > > > both use SQL Client, both use T-SQL etc etc
> > > > >
> > > > > Many thanks in advance!
> > > > > wardeaux
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: Chris Botha: "Memory/Leak Tool?"
- Previous message: Anthony: "Extremly long Strings"
- In reply to: Wardeaux: "Re: Simple(?) Question..."
- Next in thread: Wardeaux: "Re: Simple(?) Question..."
- Reply: Wardeaux: "Re: Simple(?) Question..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|