I use Database Desktop to create my tables. I have the option of creating the following types of tables:
Paradox (various versions)
dBase (various versions)
FOXPRO
INTRBASE
MSACCESS
When I use a SQL CREATE TABLE statement, what type of table is created?
Thank You...
Earl Staley
I have a table for our membership with a Date field for birthdays. I am trying to get a list of the birthdays ordered by month and date. My first attempt to get the list used this SQL:
"SELECT * FROM FSBC_Member WHERE BirthDate IS NOT NULL ORDER BY BirthDate,LastName,FirstName"
This...
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.