Click or drag to resize

SqlSetFactory Function

X#
This function allows you to choose the Ado.Net provider that is used for the subsequent SqlConnect() or SqlStringConnect() calls.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION SqlSetFactory() AS ISqlFactory
Request Example View Source

Return Value

Type: ISqlFactory
The currently installed SqlFactory class.
See Also