Error using upsize wizard in MS access97

S

Shaleen Chugh

Hi,

I am trying to upsize a MS access 97 database to SQLserver 2000 and when I
run my wizard from MS access and choose and existing SQL server database, it
gives me an error with a message box "Overflow". Pls let me know how I can
overcome this error.

Thanks,

Shaleen
 
D

david epsom dot com dot au

Turn on 'Break on Errors', run till you find the place that
crashes, then modify the code. It only crashes because
SQL Server 2000 returns something like '2000' instead of
'8' when asked for a version number.

(david)
 
Top