Topic: Create new table online

Hi,
I'm want my program to create a table online so I run this:
SQLExecute ('CREATE TABLE Persons(PersonID int,LastName varchar(255),FirstName varchar(255),Address varchar(255),City varchar(255))');

when I check the sqlite.dll I can see the new table but not in MVD.
I can only see it if I add it manual to the tables.ini file.
I wnat to to be automatic so I will not need to edit the file after every time the user is adding a table

Thanks

Re: Create new table online

Hello.


It's not support.

Dmitry.