Viewing 4 posts - 1 through 4 (of 4 total)
Man, that was soooo much easier using the staging tables and SQL commands to work with the data instead of scripts. I guess I was just looking at the wrong...
October 21, 2003 at 11:54 am
Thanks for the suggestions guys! I am going to try it using staging tables today, I'll let you know hwo it goes!
Cheers,
Shawn
October 21, 2003 at 6:02 am
Code from DTS:
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************
Function Main ()
' These values were copied from the ADOVBS.INC file.
'---- CursorTypeEnum Values ----
Const adOpenForwardOnly = 0
Const adOpenKeyset = 1
Const adOpenDynamic = 2
Const...
October 20, 2003 at 12:33 pm
Code from ASP page:
<%
On Error Resume Next
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************
Server.ScriptTimeout = 900
' These values were copied from the ADOVBS.INC file.
'---- CursorTypeEnum Values ----
Const adOpenForwardOnly = 0
Const adOpenKeyset...
October 20, 2003 at 12:30 pm
Viewing 4 posts - 1 through 4 (of 4 total)