Creating database
Posted: Fri 27 May 2011 11:41
Hi
I'd like to create database with a given initial size.
I'm using msConn: TMSConnection, and creating without SIZE works fine
msConn.ExecSQL('CREATE DATABASE')
but when I add SIZE = 10, it failes.
Any suggestions?
I'd like to create database with a given initial size.
I'm using msConn: TMSConnection, and creating without SIZE works fine
msConn.ExecSQL('CREATE DATABASE')
but when I add SIZE = 10, it failes.
Any suggestions?