March 10, 2004 at 2:05 pm
Does anyone know how to call an Access function from SQLDTS? Or does anyone know how to Compact an Access DB from SQL DTS?
Thanks,
Corey
March 10, 2004 at 5:51 pm
Try putting this in your DTS script:
http://support.microsoft.com/default.aspx?scid=kb%3BEN-US%3Bq230501&GSSNB=1
HTH
Chris
March 11, 2004 at 8:57 am
How would I reference the Jet Replication Objects library from within VBScript (DTS ActiveX Script Task)?
March 11, 2004 at 8:13 pm
Late binding:
Dim ObjJRO
set ObjJRO = CreateObject("jro.JetEngine")
March 12, 2004 at 11:01 am
Thank you. I'm not sure why I didn't think of that. It works great
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply