You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to transfer-dev
I have a table User. User is a reserved work in MS SQL Server. Short of renaming the table, is there a way to tell Transfer to escape the name with [User]? Trying the following doesn't work
<object name="user" table="[User]"> ... </object>
Thanks.
Adrian
Mark Mandel
unread,
Sep 2, 2007, 6:45:54 PM9/2/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to transf...@googlegroups.com
Adrian,
Try that with the latest SVN of Transfer, it should allow [] in the table names.