I use jet 4.0 to connect to an access97 database empty( No table). I have tried to create a table like this:
"Create Table User(ID int,DOMAIN text(50))"
It give me a syntax error. but if i write:
"Create Table User(ID int,LanDOMAIN text(50))"
All works perfectly...
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.