hi all
im trying to create new table in a mdb so far it creates the fields but as the
wrong data type i would like to set price as a currency with genral formatting are there any guids on data types to suit this code ?
im trying to create new table in a mdb so far it creates the fields but as the
wrong data type i would like to set price as a currency with genral formatting are there any guids on data types to suit this code ?
VB.NET:
Conn.Execute("CREATE TABLE Records(TransID INTEGER NOT NULL,Item VARCHAR(40) NOT NULL,Price CURRENCY NOT NULL,Sold DATE NOT NULL)")
Last edited: