| 
	
 | 
 Posted by Trevor Best on 10/19/05 10:35 
RS200Phil wrote: 
> Thanks for that, Trevor. 
>  
> The passthrough was originally in place, but it failed with error 3416. 
> I thought I was getting more info when I went through Jet. 
 
You mean 3146? You can loop the errors collection of the dbengine  
object, e.g. 
 
dim e as Error 
.... 
For each e in DbEngine.Errors 
   debug.print e.number, e.description 
Next 
 
  > BTW - I am converting about 100 quite large tables from a legacy Access 
> 97 back end to SQL 2k.  DTS doesn't do a brilliant job of the 
> conversion, but it did create the initial vb5 code for me.  I just had 
> to bodge it for the index creation (no good there, then!) and to change 
> some of the field types (rather than do it manually for about 1000 
> fields!). 
 
Have you tried the upsizing wizard? http://support.microsoft.com/kb/q176614/
 
  
Navigation:
[Reply to this message] 
 |