Click or drag to resize

DataSQLExecute Method

Execute a SQL statement

Namespace:  Velo.Database.Migration.Database
Assembly:  Velo.Database.Migration (in Velo.Database.Migration.exe) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static string SQLExecute(
	Databases pDatabase,
	string pSQLStatement
)

Parameters

pDatabase
Type: Velo.Database.Migration.DatabaseDatabases
Source or target
pSQLStatement
Type: SystemString
SQL statement to execute

Return Value

Type: String
Result of SQL statement or exception message
See Also