![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear all, I'm trying to in import a excell-table to my MSSQL-database. Problem is that I have a auto increment field of record id. If I import the table I |
|
How can I use auto increment on Excell Import? some VBS code for it . I'm a dummy on DTS and VBS. Current generated code from the wizard: Function Main() here I need a function on OMZET_ID to auto increment DTSDestination("OMZET_FILIAAL_ID") = DTSSource("F1") DTSDestination("OMZET_JAAR") = DTSSource("2004") DTSDestination("OMZET_WEEKNR") = DTSSource("F4") DTSDestination("OMZET_OMZET") = DTSSource("F1") DTSDestination("OMZET_OMSCHR") = DTSSource("F5") Main = DTSTransformStat_OK End Function Thanks in advance. Dan Neleman |
![]() |
| Thread Tools | |
| Display Modes | |
| |