MigrVDB Reference  

mdbConnectClass.SqlToTable Method

[Visual Basic]
Public Function SqlToTable( _ 
ByVal stSQL As String, _ 
ByVal stTableName As String
) As mdbClass
[C#]
public mdbClass SqlToTable( 
string stSQL
string stTableName 
);
[C++]
 
public: mdbClass __gc* SqlToTable( 
String __gc* stSQL
String __gc* stTableName 
);
[JScript]
public function SqlToTable( 
stSQL : String
stTableName : String 
) : mdbClass;

Parameters

stSQL
stTableName

Requirements

Platforms: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

See Also

mdbConnectClass