Sql Create Table

Smee

Well-Known Member
Licensed User
Longtime User
in B4PPC there is a sql command "CreateSQLTable" that could be used to load a table to a database quickly. the format i think was similar to this 'SQLConn.CreateSQLTable("tblTemp","Customers")'. Is there a corresponding way to do this in b4A?

thanks

Joe
 
Top