Peter, I ran into a serious lack of documentation when trying to get a connection/model for Microsoft's SQL Server. Here's a few tips:
/Library/Java/Extensions/your4Djdbc.jar <-- where to put the .jar file(s) The connection string is something you may have to experiment with. Here is one I got to work (reliably) with SQL Server: jdbc:microsoft:sqlserver://<serverIP>:1906;DatabaseName=theDBnameHere* *Don't use quotes around db name at the end of the string. Hopefully 4D has published the port# to use (in the above example I use 1906, but I had to comb the Windows registry to find this). HTH -Bill on 10/13/05 18:33, Peter Mitchell at [EMAIL PROTECTED] wrote: > I'm looking for information on how to setup EOModeler and 4D so I can > connect to a 4D server and build a data model. I have downloaded the > 4D JDBC .jar file and I've gone through the little documentation I > have found for the 4D JDBC and for EOModeler. But I have not been > able to get it to work. I still don't really have a clue as to > exactly what is needed and where it needs to be installed. > > Has anyone done this or can anyone point me to where I can find more > documentation. > > Thanks, > Peter > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40concyse.com > > This email sent to [EMAIL PROTECTED] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
