Skip to main content

I am setting up a SQL Request for my form. I can't seem to connect, our database server is not using the default 1433.

 

Can I set this field this way?

 

Server: MySQLServerMyInstance,9999

 

where 9999 is the port number

@mvdmolen did you try to explore web request control?


I need to query the database directly from the form. Not sure how a web request control would be able to do that.



 



Does the SQL Request control support ports other than the default SQL Server Port 1433?



 



If so, what would the syntax be for the Control Settings?


Got it to work! And yes it looks any port goes. I could not find it in the Nintex documentation.



 



So the Server field in the SQL Request Control follows the syntax: ServerInstance,Port



 



 


Reply