Search found 3 matches

by davide73y
11 Nov 2009, 11:52
Forum: Help
Topic: MSSQL Named Instance
Replies: 2
Views: 2871

Re: MSSQL Named Instance

Use TCP/IP address to link Mantis to a MSSQL Database... Try to assign a new TCP port to your named instance and configure your host in this way

IPAddress:IPport

Example

192.168.1.1:1434 (instead of the usual 1433 for MSSQL)

Bye,
Davide
by davide73y
09 Nov 2009, 09:47
Forum: General Discussion
Topic: M 1.2.0rc2 - Back from INT to DATETIME
Replies: 4
Views: 4556

Re: M 1.2.0rc2 - Back from INT to DATETIME

Hi Paul,
the problem is that we use many stored procecedures and a OLAP tool... using them with int instead of datetime is very hard!

I'll study on core/database_api.php to understand if I can move from int to datetime...

Thank you

Davide
by davide73y
04 Nov 2009, 16:44
Forum: General Discussion
Topic: M 1.2.0rc2 - Back from INT to DATETIME
Replies: 4
Views: 4556

M 1.2.0rc2 - Back from INT to DATETIME

Hi,
I have seen that the new 1.2.x version uses int instead of datetime; do you have any tips about how to move back to datetime field??

I believe that this has been a very disruptive change in Mantis!

Thank you

Davide