versuch mal bei Transformation den zweiten Button und �ndere das Skript wie gedacht ab,
da sollte dann so etwas stehen, ist allerdings ungepr�ft ;-)
Apropos: Ich rede von MS SQL 2000, der Vollst�ndigkeit halber.
'********************************************************************** ' Visual Basic Transformation Script ' Copy each source column to the ' destination column '************************************************************************
Function Main()
DTSDestination("Col001") = replace(DTSSource("Col001"), ".", "")
DTSDestination("Col002") = DTSSource("Col002")
Main = DTSTransformStat_OK
End FunctionGru�
Dirk (Achtung: ich bin kein Egomane ;-))))Hi Dirk (als wenn man Selbsgespr�che f�hrt...),
ich kann es nicht per ASP machen. Ich wollte es direkt per DTS-Package machen...
Dirk
~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~ Intrexx.BizWalker + ODBC/OLEDB-Daten = ASP-Formular ATTACK! Download Intrexx CRM-Studio Now! http://www.intrexx.com _______________________________________________ Database.asp mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/database.asp
