AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren

Copy Table

Ein Thema von danten · begonnen am 30. Aug 2013 · letzter Beitrag vom 1. Sep 2013
Antwort Antwort
danten

Registriert seit: 19. Feb 2012
Ort: Czech Republic, Prag
126 Beiträge
 
Delphi 10.1 Berlin Architect
 
#1

Copy Table

  Alt 30. Aug 2013, 14:25
Datenbank: AbsoluteDatabase • Version: 1 • Zugriff über: 1
Hi all.
How can I copy data from one table to another table for DBGrid.Visible conditions.
thank you
Daniel
  Mit Zitat antworten Zitat
Medium

Registriert seit: 23. Jan 2008
3.679 Beiträge
 
Delphi 2007 Enterprise
 
#2

AW: Copy Table

  Alt 30. Aug 2013, 14:47
Hi all.
How can I copy data from one table to another table...
up until here, I can follow.
Zitat:
...for DBGrid.Visible conditions.
this part however needs some explaining.

Copying tables in SQL is rather easy. Create a second table with an identical structure like the one you want to copy, and then INSERT INTO myNewTable SELECT * FROM originalTable 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.
"When one person suffers from a delusion, it is called insanity. When a million people suffer from a delusion, it is called religion." (Richard Dawkins)
  Mit Zitat antworten Zitat
danten

Registriert seit: 19. Feb 2012
Ort: Czech Republic, Prag
126 Beiträge
 
Delphi 10.1 Berlin Architect
 
#3

AW: Copy Table

  Alt 30. Aug 2013, 15:28
DBGrid =>> Export to SQL ?
Daniel
  Mit Zitat antworten Zitat
Perlsau
(Gast)

n/a Beiträge
 
#4

AW: Copy Table

  Alt 30. Aug 2013, 21:03
DBGrid =>> Export to SQL ?
DBGrid is a visual component to show data of a query or dataset.

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 ...
  Mit Zitat antworten Zitat
Furtbichler
(Gast)

n/a Beiträge
 
#5

AW: Copy Table

  Alt 30. Aug 2013, 21:37
DBGrid =>> Export to SQL ?
Sorry, Daniel. I could not find the word '=>>' in my english dictionary. Even google translate couldn't help.

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.
  Mit Zitat antworten Zitat
olaf

Registriert seit: 4. Mai 2009
Ort: Iserlohn
82 Beiträge
 
RAD-Studio 2009 Pro
 
#6

AW: Copy Table

  Alt 1. Sep 2013, 10:06
Hello,

have a look to these examples:

BatchMove
CopyTable

You can find them in the Demo-files of absolut database.

Olaf
  Mit Zitat antworten Zitat
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:59 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz