[fdo-users] Bulk Insert in Sqlite
Bruno Scott
bscott at geomapgis.com
Mon May 31 11:05:01 EDT 2010
I'm trying to do a bulk insert in the Sqlite provider ( the 3.6 version in
the trunk )
FdoPtr<FdoIInsert> insertPtr =
(FdoIInsert*)connectionPtr->CreateCommand(FdoCommandType_Insert);
FdoPtr<FdoBatchParameterValueCollection> batchParamPtr =
insertPtr->GetBatchParameterValues();
my batchParamPtr is always null, normally this is when the providers does
not support batch insert
I know it should work because BulkCopy in Map3D 2011 works well with the
same Sqlite provider.
What's the trick?
Bruno
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Bulk-Insert-in-Sqlite-tp5122126p5122126.html
Sent from the FDO Users mailing list archive at Nabble.com.
More information about the fdo-users
mailing list