I am using torque to migrate the tables from xls amd mdb files to mssql
server. I have automated the process successfully but it fails at this
point. The xls and mdb have spaces in the table and column names.

If nothing else, then I will trim the spaces and attach two strings in the
schema xml file.

Thanks anyway
Virender


 -----Original Message-----
From:   Dave Newton [mailto:[EMAIL PROTECTED]
Sent:   Monday, September 22, 2003 2:22 PM
To:     Apache Torque Users List
Subject:        RE: Torque fails to create the tables if the column or table
namecontains space

On Mon, 2003-09-22 at 17:12, Virenderjit Singh wrote:
> No replies so far. Is such case a rare or common?

Don't know :) I've never (and never would) use spaces in a database
column name, just like filenames, because I would have serious concerns
about portability.

Of course, I rarely use mixed-case identifiers in SQL or filesystems
either, for the same reason.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to