[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about features in Gambas IDE
[Thread Prev] | [Thread Next]
- Subject: Re: Question about features in Gambas IDE
- From: Linus <olivier.cruilles@xxxxxxxx>
- Date: Fri, 28 Mar 2025 16:54:52 -0400
- To: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Cc: Linus <olivier.cruilles@xxxxxxxx>, user@xxxxxxxxxxxxxxxxxxxxxx
Of course the code copie in the Clipboard is corresponding of a Table created in the Editor graphically. > Le 28 mars 2025 à 16:53, Linus <olivier.cruilles@xxxxxxxx> a écrit : > > Ok noted to the question 1. > > For question 2, I mean, the possibility to click somewhere in the Database Editor of Gambas and get in the Clipboard the code to create manually a Table. > > Ex: > > CREATE TABLE [IF NOT EXISTS] [schema_name].table_name ( > column_1 data_type PRIMARY KEY, > column_2 data_type NOT NULL, > column_3 data_type DEFAULT 0, > table_constraints > ) [WITHOUT ROWID]; > > > > Olivier > >> Le 28 mars 2025 à 16:45, Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx <mailto:benoit.minisini@xxxxxxxxxxxxxxxx>> a écrit : >> >> Le 28/03/2025 à 21:10, Linus a écrit : >>> Hello, >>> 1) I would like to know if it still possible to create a Project in the IDE, whatever type it is, and save it as Template to increase the list of Templates available during the Wizard panel to Create Project ? >>> I remember saw that in old version of Gambas but not able to reproduce it now. >> >> Save your template project into the "Project templates" folder using the >> corresponding project save dialog box bookmark. >> >>> 2) In the integrate Database Editor of Gambas, it is possible, by any way to copy a Table / Database code (code like you put into SQlite/MySQL/PostGreSQL command line) ? So like that it will be possible to put the copied code directly in a Gambas function. >> >> I don't understand what you mean. >> >> Regards, >> >> -- >> Benoît Minisini. >> >> >
Re: Question about features in Gambas IDE | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Question about features in Gambas IDE | Linus <olivier.cruilles@xxxxxxxx> |
Re: Question about features in Gambas IDE | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Question about features in Gambas IDE | Linus <olivier.cruilles@xxxxxxxx> |