Streaming data via ADO.NET
There are two options to stream data from a file on the client to your Vertica database through ADO.NET:.
There are two options to stream data from a file on the client to your Vertica database through ADO.NET:
-
Use the
VerticaCopyStream
ADO.NET class to stream data in an object-oriented manner -
Execute a COPY LOCAL SQL statement to stream the data
The topics in this section explain how to use these options.