Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Batch Insert using SQL Provider

1 REPLY 1
Reply
Message 1 of 2
wkhattak
268 Views, 1 Reply

Batch Insert using SQL Provider

Hi,

I am trying to figure out if Autodesk's SQL Provider could be used for a
batch insert while creating a Feature Class instead of executing the
Insert.Execute() in a loop?Like is it possible to make use of
BatchParameterValues within the Insert.

regards,
1 REPLY 1
Message 2 of 2
jumpinjackie
in reply to: wkhattak

It's a bit hacky (as there is no actual API for it), but if you want to find out if Batch Parameters are supported, check if the BatchParameterValues property in the IInsert is null or not.

null - not supported
not null - supported

- Jackie
http://themapguyde.blogspot.com
http://au.linkedin.com/in/jackieng

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report