![]() |
Datenbank: AbsoluteDatabase • Version: 1 • Zugriff über: 1
Copy Table
Hi all.
How can I copy data from one table to another table for DBGrid.Visible conditions. thank you |
AW: Copy Table
Zitat:
Zitat:
Copying tables in SQL is rather easy. Create a second table with an identical structure like the one you want to copy, and then
SQL-Code:
will fill it with a full copy. (It gets a bit trickier when triggers and/or constraints are present.) So far, I don't know how a DBGrid is relevant to the copying itself.
INSERT INTO myNewTable SELECT * FROM originalTable
|
AW: Copy Table
DBGrid =>> Export to SQL ?
|
AW: Copy Table
Zitat:
What do you want to do? Export the contents of a query to SQL-Text? Maybe you should train your English or look for a forum in your language ... |
AW: Copy Table
Zitat:
Would you mind to put your brain in gear, especially the part responsible for human communication. Thank you. To put it in simple words: Describe what you want, in full full english sentences. Explain your goal. Show what you have tried so far. BTW: You may use '=>>' in your programming environment. |
AW: Copy Table
Hello,
have a look to these examples: BatchMove CopyTable You can find them in the Demo-files of absolut database. Olaf |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:58 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz