Sep 28, 2003 #1 jonybd Programmer Nov 3, 2002 166 BE I have Mysql Database/Table Name = Test. But i have Fields name = "Space Fields Testing" not "SpaceFieldsTesting" how to allow this kind of fields ?
I have Mysql Database/Table Name = Test. But i have Fields name = "Space Fields Testing" not "SpaceFieldsTesting" how to allow this kind of fields ?
Sep 28, 2003 #2 DK47 Programmer Jun 3, 2003 118 US I'm not quite sure what you are asking. If you use underscore (_) in place of spaces you can name the fields any way you like. DK Upvote 0 Downvote
I'm not quite sure what you are asking. If you use underscore (_) in place of spaces you can name the fields any way you like. DK
Sep 28, 2003 1 #3 Golom Programmer Sep 1, 2003 5,595 CA One answer is to enclose them in square brackets like [Space Fields Testing] Upvote 0 Downvote