Connection Details

Hi
I am trying to a connection to a SQLEXPRESS/ SQLServer2005 on my pc. Using the database configurator. Does any one know the syntax for the connection String ?

Refer to the documentation/Installation guide.

I cannot find an example in the documentation for SQlserver2005. I have been told that SqlServer.2005 is not supported by wMethods7 is this true
is the Syntax
Native SQL Client;servename;

I have been told that SqlServer.2005 is not supported by wMethods7 is this true

thats not true…we r using sqlserver2005 even in our production for wM 7.1.1

Yes, SQL Server 2005 is supported in webmethod 7.1.1 and it is mentioned in the supported RDBMS list also in webMethods_System_Requirements_7_1_x.pdf.

Reg. JDBC URL to connect it, I think you might have got it already. If not, please find it below:
jdbc:wm:sqlserver://server:{1433|port};databaseName=database [;option=value …]