Re: client side
From: Andrea Montanari (andrea.sqlDMO_at_virgilio.it)
Date: 05/18/04
- Previous message: dev: "Re: who is the owner.."
- In reply to: steve: "Re: client side"
- Next in thread: steve: "Re: client side"
- Reply: steve: "Re: client side"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 22:46:45 +0200
hi Steve,
"steve" <anonymous@discussions.microsoft.com> ha scritto nel messaggio
news:8EBB34FC-64EC-4B21-9221-73CDECEF9DC0@microsoft.com...
> First - thank you for the replies.
>
> I am at a loss then what it is that he needs. MSDE 2000 SRa is installed
on a Windows 2000
> Advanced Server that I set up for this. He then installed the database
onto that computer and I created
> a VPN so he could use his Enterprise Tools remotely to make some
configuration changes. The
> application that interfaces with it he built on a VB / Access97 platform.
He said the client side was
> needed to link the application to the MSDE server and that he was having
trouble linking it but that
> they were some other ways he could try. His suggestion was that I install
the "client side" items on the
> workstation that was going to be running the VB / Access97 user interface.
While I am MS certified,
> in prior jobs I haven't worked much with SQL server at the installation
phase but have rather supported
> the interfaces after they were written and installed by the programers. I
apologize for my lack of
> understanding and use of wrong syntax. We've used this programmer for
years and everything else
> he has done has been sucessful. Perhaps he isn't able to explain what it
is that he wants.
usually, at client side, you shoul'd only install MDAC that provides the
client side dirvers and interfaces to connect to remote SQL Server/MSDE
instances...
what your guy intended is not wrong at all, becouse he indicates to install
the Client Components for SQL Server, that includes MDAC and the whole tools
as Enterprise Manager, Query Analyzer and so on to manage SQL Server
instances.. this is fine as long as you own a full SQL Server edition that
license you to do it, while MSDE only provides a server side setup with no
management tools bu oSql.exe, a command line tool
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;q325003)
you reported the client application is a VB / Access97 platform... then you
are only required to install VB/Access runtime dependencies and MDAC on the
clients.... or just VB/Access runtime dependencies on the server... as long
as the app =;-)
-- Andrea Montanari (Microsoft MVP - SQL Server) http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0 (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual interface) --------- remove DMO to reply
- Previous message: dev: "Re: who is the owner.."
- In reply to: steve: "Re: client side"
- Next in thread: steve: "Re: client side"
- Reply: steve: "Re: client side"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|