vba - Schema.ini - determine file types -


according msdn,i can use jet determine data type.

how can use feature , explicitly declare columns. example, schema looks below:

[gcsbd02.txt] colnameheader=true maxscanrows=0 characterset=oem format=csvdelimited col1="campaign" text col2="site (dcm)" text col3="date" datetime col4="month" text col6="creative" text col7="placement rate" long 

notice there no col5. want jet determine type col5. when read text file program, stops reading data @ col4. assume due odbc text file driver. know how format this?

thanks,

fyi - i'm doing part of import process sending data ms-access


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -