On 26 Sep, 12:42, Dev <hanu...@gmail.com> wrote:
> Hello All
> I am new to MYSQL
> till date i am using MS Access as database for my VB Projects
> but now i have some project which have MySQL as backend.
>
> my Q. are as follows:
> 1. What is the method to create table in MySQL
> 2. can i convert Access tables into MySQL tables
> 3. Method to connect MySQL with VB6
>
> Thanks in Advance
>
> Dev
What do you mean by "method"?
For (1), one uses the CREATE TABLE statement, is that what you mean?