Streaming data via ADO.NET
There are two options to stream data from a file on the client to your OpenText™ Analytics Database through ADO.NET:.
	There are two options to stream data from a file on the client to your OpenText™ Analytics Database through ADO.NET:
- 
Use the VerticaCopyStreamADO.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.