I have tryed to examed the difference, but I'm not able to program. Is it just to take the difference such as
quote: Dim strTrue Dim strFalse sRet = "Huw" If strDBType = "sqlserver" Then strTrue = "1" strFalse = "0" Else strTrue = "True" strFalse = "False" End If