Danke so klappt es...
> -----Urspr�ngliche Nachricht----- > Von: Dirk Walter [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 26. Juni 2003 17:11 > An: [EMAIL PROTECTED] > Betreff: Re: AW: [Database.asp] Daten importieren > > > Hi Dirk (wer von uns beiden ist denn der verr�ckte Professor ;-)))) > > 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 Function > > Gru� > 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/data> base.asp > ~~~~~~~~~~~~~~~~~~~~~~~~~~~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
