excel macro to create insert statements

  • Follow


are there any excel macros that will create insert statements. i tried
the data loader, if the data looks like this
,1/7/2008,STOCK,,1,1,,MYGN,1,,23.3
it zeros the date and puts 0 where the number value is no value. i
want to use a macro that will wriet a custom sql but could use some
help if something like that exists.

seede
0
Reply Junkone 1/6/2008 10:48:12 PM

Junkone wrote:
> are there any excel macros that will create insert statements. i tried
> the data loader, if the data looks like this
> ,1/7/2008,STOCK,,1,1,,MYGN,1,,23.3
> it zeros the date and puts 0 where the number value is no value. i
> want to use a macro that will wriet a custom sql but could use some
> help if something like that exists.
>
> seede

I use Excel for this sort of thing very often. However, I just use a formula 
to create all the value sets for an extended insert. 


0
Reply Paul 1/6/2008 11:10:29 PM


1 Replies
522 Views

(page loaded in 0.03 seconds)

Similiar Articles:













7/23/2012 9:20:49 PM


Reply: