Changes for a Windows Platform
Posted: 24 Mar 2005, 22:31
so when moving to MSSQL and a MS O/S the change does not seem nearly as smooth as it says it is on the documentation I have read. I wanted to know if anyone else has had issues, and what was done to overcome the issues.
I had to change all the blob data types and some others as MSSQL does not support it. Also, the MSSQL script in the zip file is trash basically and is no longer current with the newer version. As soon as I get everything ironed out, I will post a MSSQL script to create the tables if someone asks for it.
Also, it appears some of the queries in the code itself are not cross-compatible. I have only smoke tested it as of now so I don't know how many of these there are, and I have yet to fix it.
Hmm... the encrypting schema does not work as the MD5 call made is not supported natively by MSSQL. That's no big deal as I will rewrite this anyway with a new key, but for now, I have to use PLAIN as my password encrypting technique as it is being tweaked. No biggie here really.
Can't think of anything else really... anyone else have any issues or am I the only one?
I had to change all the blob data types and some others as MSSQL does not support it. Also, the MSSQL script in the zip file is trash basically and is no longer current with the newer version. As soon as I get everything ironed out, I will post a MSSQL script to create the tables if someone asks for it.
Also, it appears some of the queries in the code itself are not cross-compatible. I have only smoke tested it as of now so I don't know how many of these there are, and I have yet to fix it.
Hmm... the encrypting schema does not work as the MD5 call made is not supported natively by MSSQL. That's no big deal as I will rewrite this anyway with a new key, but for now, I have to use PLAIN as my password encrypting technique as it is being tweaked. No biggie here really.
Can't think of anything else really... anyone else have any issues or am I the only one?