Page 1 of 1

sample dump db with dotconnect universal and vb.net 2010

Posted: Sat 04 Feb 2012 10:12
by danielevanzini
Hello everyone, I do a dump a db with vb.net, can anyone help me with an example?
I think there is a class for this but I can not find an example of how to use it
Thanks
Daniele

Posted: Mon 06 Feb 2012 13:31
by Pinturiccio
dotConnect Universal is designed as provider with general ADO.NET functionality, which is present in every provider supported by dotConnect Universal.
There is a Dump class in some providers like dotConnect for MySQL or dotConnect for PostgreSQL. But this class is specific for each data provider and is not implemented in dotConnect Universal.