Which is faster a DataEnvironment Connection or a manual connection.. Example of a manual connection: Dim db as New AdoDb.Connection Dim rs as NEw AdoDb.Recordset What are their differences and advantages? Thanks...
DataEnvironment Connection is useful when u want data reports. o.w you can use ado,dao,rdo depends on requirement But adodb is more flexible which i ever used.