Re: Anybody develop WO app on Win2K with SQL Server backend
Re: Anybody develop WO app on Win2K with SQL Server backend
- Subject: Re: Anybody develop WO app on Win2K with SQL Server backend
- From: "Jonathan Fleming" <email@hidden>
- Date: Fri, 23 Apr 2004 03:09:58 +0100
From: Chuck Hill <email@hidden>
To: "Thusitha Jayawardana" <email@hidden>
CC: <email@hidden>
Subject: Re: Anybody develop WO app on Win2K with SQL Server backend
Date: Thu, 22 Apr 2004 11:12:04 -0700
Explode the 1.18/JDK 1 driver jar into c:\Apple\Library\Java
This is a good resource for information on this kind of thing:
http://developer.apple.com/technicalnotes/WebObjects/index.html
On Apr 22, 2004, at 10:56 AM, Thusitha Jayawardana wrote:
Hi,
Can anybody help me to get started on connecting to SQL server backend via
EO Modeler? I 've downloaded the SQL Server Type 4 JDBC driver and
installed it on my machine.
if you have placed these jar files in the WebObjects Extension directory
msbase.jar; msutil.jar; mssqlserver.jar in
/Apple/Local/Library/WebObjects/Extensions so that all your apps can see
these (also is a convienient way to have them seen by the Java VM without
having to put them in the classpath),
then all you need to do is connect your url in EOModeller's dictionary to
something like this:
jdbc:microsoft:sqlserver://192.168.0.4\\\\DEVBOXSQLSERVER:1433;DatabaseName=BTT;SelectMethod=cursor;Trusted_Connection=yes
or
jdbc:microsoft:sqlserver://192.168.0.4\\:1433;DatabaseName=BTT;SelectMethod=cursor;Trusted_Connection=yes
HTH
Jonathan :^)
Thanks,
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_________________________________________________________________
Sign-up for a FREE BT Broadband connection today!
http://www.msn.co.uk/specials/btbroadband
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.