+1
Lõpetatud

Updating Password for db

Alex Hampel 13 aastat tagasi Server / Resources uuendaja Gandalf 13 aastat tagasi 0

My windows password used to connect to this sql server needed to be changed today. I open up my source to enter the new password.



Once the connection test succeeds I am asked to select a db. It would be nice if I didn't have to re-select the db as I'm sure this could lead to the incorrect db being selected.


Vasta
Gandalf 13 aastat tagasi

Good thinking. Thanks

+1
Kavandatud

Human interaction / webpage

Chas Digal 13 aastat tagasi Server / Execution uuendaja Gandalf 12 aastat tagasi 0

Front ends or webpages would be awesome.

web
Vasta
Gandalf 12 aastat tagasi
Yes, this is now in the pipeline!
0
Lõpetatud

View in browser not passing parameters from Querystring

Alex Hampel 13 aastat tagasi Server / Execution uuendaja Gandalf 13 aastat tagasi 0

If I execute in debug mode it works correctly using an assign/passing in parameter values



if I use an assign just after start, it works correctly and returns the expected result in the browser




If I take out the assign and pass in the values in a querystring from the browser it appears as if they're not being passed through





Vasta
Gandalf 13 aastat tagasi

All done. You can now also add .json to the end of the service you are calling! Give it a try and let us know what you think.

PS You dont need to put the [[ ]] into the query string: ?FName=Alex&SName=Hampel

+2
Fixed

SQL connection - windows auth

Alex Hampel 13 aastat tagasi Server / Resources uuendaja Grommit 13 aastat tagasi 1

When I select 'Windows' for sql authentication and click the test connection button it immediately fails.


If i click test connection again the 'working' wheel just spins forever with no result.



Vasta
Grommit 13 aastat tagasi

This will be available in the next build. Thanks Alex.