Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18694
| From | "salclem2" <salclem2@yahoo.it> |
|---|---|
| Newsgroups | it.comp.lang.visual-basic |
| Subject | Re: Rinominare un campo |
| Date | 2016-02-14 11:24 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <n9pkkk$1j4h$1@gioia.aioe.org> (permalink) |
| References | <n9pifd$56t$1@solani.org> |
"Greg" <greg@alicie.com> nel suo ultimo post si è così espresso: > VB6 + access > > Non riesco a cambiare il nome di un campo con l'istruzione: > DB.Execute "ALTER TABLE Clienti2 CHANGE Anno2 Anno3 Date" > > Errore di sintassi nell'istruzione Alter Table. > Sto sbagliango qualcosa o forse con access non è possibile? Grazie > > -- > Greg Prova questa "ALTER TABLE table_name RENAME COLUMN old_name TO new_name" -- http://freewarewiki.it http://freewareonline.org http://netuser.altervista.org
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
Rinominare un campo Greg <greg@alicie.com> - 2016-02-14 10:47 +0100
Re: Rinominare un campo "salclem2" <salclem2@yahoo.it> - 2016-02-14 11:24 +0100
Re: Rinominare un campo "salclem2" <salclem2@yahoo.it> - 2016-02-14 11:25 +0100
Re: Rinominare un campo Luca D <antaniserse@yahoo.it> - 2016-02-14 03:46 -0800
Re: Rinominare un campo Greg <greg@alicie.com> - 2016-02-14 13:27 +0100
csiph-web