tableview sql

rdx

New Member
Licensed User
as far I know

'Executes the user query and fills the table with the result.
cmd.ExecuteTable("table1",500) 'Limits the number of rows to 500 (change to 0 for unlimited)
 
Top