Re: Unattended installation for SQL Server 2000



Ah! I didn't realise that the 2005 driver was compatible with SQL
Server 2000. I shall have to give this some thought.

Many thanks once again for your help!


Angel Saenz-Badillos[MS] wrote:
Just so that we are on the same page, the 2000 JDBC driver supports only Sql
Server 2000, but the 2005 JDBC driver supports both Sql Server 2000 _and_
Sql Server 2005. Moving to the new driver would not mean that you have to
use the newer server. I wish I could say that you should just be able to
swap the two drivers but this is just not the case, there are quite a few
differences in behavior between the drivers since they are completely
different code bases. Even so for a new project I would still recommend
taking the hit of going with the new driver as a better option in terms of
performance and supportability.

As far as redistribution being "not a problem" for internal
redistribution... I am not even going to claim to know what I am talking
about here, I try to stay as far away from these topics as possible. I would
recommend you have your legal department take a look at the license that
ships with the 2000 JDBC driver, this is a third party license that we have
to comply with and it explicitly restricts us from allowing redistribution.

I do know that there are no redistribution problems (internal or external)
with the 2005 driver.

--
Angel Saenz-Badillos [MS] Data Programmability
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging: http://blogs.msdn.com/angelsb/




<WombatDeath@xxxxxxxxx> wrote in message
news:1151673135.904817.57990@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thank you for your response, Angel.

"If you are asking about installing the JDBC 2000 driver automatically"

Yes, that's the question. A bit of background: I want to install a web
application onto lots of laptops (the salesforce of the company I work
for). Most components of the application (SQL Server (personal
edition), etc) can be installed without user interaction, and I'm
trying to find a way to do the same with the JDBC driver. The ideal end
result is a CD from which I can install all components by executing a
batch file, without having to click 'Next' a million times.

I'm assuming that redistribution isn't a problem here since the users
are all internal employees of my company - we're not selling this
application.

Using SQL Server 2005 would be nice for several reasons, but at this
stage in the project it's unfortunately not practical to switch now.


Angel Saenz-Badillos[MS] wrote:
I am not sure I understood the question correctly. If you are asking
about
installing the JDBC 2000 driver automatically please note that this
driver
does not have a redistributable license, each instance should be
downloaded
from Microsoft directly.

You can apply for a redistributable license for the JDBC 2005 driver at
http://msdn.microsoft.com/data/ref/jdbc/redist/default.aspx. Once this is
done "installing" this driver is as simple as copying the jar and dlls
you
require to the directories you wish to use, if you are shipping an actual
application you can even make the driver part of your redistributable.

One of the main reasons behind starting over with the 2005 JDBC driver
was
to be able to offer this license.

--
Angel Saenz-Badillos [MS] Data Programmability
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging: http://blogs.msdn.com/angelsb/




<WombatDeath@xxxxxxxxx> wrote in message
news:1151589628.851821.11400@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

I'd like to perform several unattended installations of the JDBC driver
for SQL Server 2000 (Personal Edition). Is there a simple way of doing
this, perhaps similar to the manner in which SQL Server itself can be
installed by tweaking a default script file?

Failing that, if anyone else has created their own script for
installing the JDBC driver I would be very grateful if you would share
it.

Thanks in advance!



.



Relevant Pages

  • Re: Printer autocreation failing
    ... reinstall the driver onto the TS box). ... Check in Printers and Faxes - File - Server properties - ... Also tried updating the RDP client to the ... box and installing the print queue from the remote server ...
    (microsoft.public.windows.terminal_services)
  • Re: Printer autocreation failing
    ... redirection of the driver to the LJ4) and functional. ... Check in Printers and Faxes - File - Server properties - ... Also tried updating the RDP client to the ... box and installing the print queue from the remote server ...
    (microsoft.public.windows.terminal_services)
  • core install of Solaris 9 (sparc) package list can be trimmed ?
    ... This is a server that will have very specific reasons ... system SUNWadmr System & Network Administration Root ... system SUNWeu8os American English/UTF-8 L10N For OS Environment User Files ... system R SUNWfcip Sun FCIP IP/ARP over FibreChannel Device Driver ...
    (comp.unix.solaris)
  • Re: 2008 SBS no longer boots
    ... driver issue initially, the fact that it seems to happen randomly now ... weird with a hardware problem that consistently doesn't get through boot ... other customer, even a 2 week old one, the problem immediately returned. ... There was a time when a server was fired up with a specialized OS and had a battery of tests run against each component to purposefully stress it. ...
    (microsoft.public.windows.server.sbs)
  • Re: 2008 SBS no longer boots
    ... Intel raid card for Server 2003. ... install with one raid driver, or with the other raid driver. ... Any thermal issues and a lot of other hardware problems should show up ... other customer, even a 2 week old one, the problem immediately returned. ...
    (microsoft.public.windows.server.sbs)

Loading