January 25, 201015 yr Hi all, is it possible to import data of the own (hosted) database server-side? In other words: I would like server-side to import from a table into a other table of the same file which is hosted on the same server? Thanks all
January 25, 201015 yr Yes, by exporting the data as a text file from Table A and then importing it from the text file into Table B. See this article in the Server Forum. Steven
January 26, 201015 yr Author Thank you Steven for your reply. I had already read your article. But why it shouldn't be possible to import from itself like in each other client-side script? What is the reason for this fact?
Create an account or sign in to comment