dotConnect MySQL Info

dotConnect MySQL Info


2 questions with the dotConnect for MySqL 

1) does dotConnect for sql work with the square brackets in mySQL?  The devArt MySQL Odbc driver handles the square brackets but it looks like the [] are throwing an error?  Example select * from [Company]

2) using sqlDataSource does it support the names parameters
Ex. select * from [company] where companyId = @CompId
or does it only support the ordered params using ?'s

We are converting a asp.net .net 4.7 webforms with MS SQL to MySql

would appreciate any info, experience, etc.