> -----Original Message----- > From: futrzak [mailto:[EMAIL PROTECTED]] > Sent: 11 January 2002 09:22 > To: Dave Page > Subject: Re: MS SQL Migration > Hi Artur, Further to my previous email, I've updated the code to: ' AM 20020110 ' driver don't returns correct values - setting to default 18,4 If szTemp2 = "numeric" Then If catLocal.Tables(lstData.List(X)).Columns(newColumnArray(Y)).Type = adNumeric Then szTemp2 = szTemp2 & "(" & catLocal.Tables(lstData.List(X)).Columns(newColumnArray(Y)).Precision & "," & catLocal.Tables(lstData.List(X)).Columns(newColumnArray(Y)).NumericScale & ")" Else szTemp2 = szTemp2 & "(" & "18" & "," & "4" & ")" End If End If Does that look good to you? Regards, Dave.
Re: MS SQL Migration
Dave Page Fri, 11 Jan 2002 04:48:46 -0500 (EST)(envelope-from [email protected])
- Re: MS SQL Migration Dave Page
- Re: MS SQL Migration Dave Page
- Re: MS SQL Migration Dave Page
- Re: MS SQL Migration futrzak
- Re: MS SQL Migration Dave Page
- Re: MS SQL Migration futrzak
- Re: MS SQL Migration Dave Page
