hello all,
I would like to ask if you have in mind any database manager written in visual basic. What I want to do is to manage an ms access database through jet sql syntax. For example I would like to create a number of tables or other batch proccesses.
Hello everyone,
My problem is that I want to create a table with a field of data type decimal with a scale. As you know decimal data type isn't supported in ms access jet engine. Here is an example.
create table test (
field1 integer primary key not null,
field2 varchar(20),
field3 decimal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.