a newbie question

W

WebRaster

Can I use the character ":" in a field name of a database SQL? For example
can I name a field as TitlePerson:D1 ?

Thanks
 
R

Robert Morley

It's not recommended, but you can use just about any special character in
your field or table names simply by enclosing the name in square brackets
(by default...depending on your database settings, you may have to use
double-quotes instead of square brackets).


Rob
 
W

WebRaster

Thank you


Robert Morley said:
It's not recommended, but you can use just about any special character in
your field or table names simply by enclosing the name in square brackets
(by default...depending on your database settings, you may have to use
double-quotes instead of square brackets).


Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top