[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about features in Gambas IDE


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> 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.
> 
> 


Follow-Ups:
Re: Question about features in Gambas IDELinus <olivier.cruilles@xxxxxxxx>
References:
Question about features in Gambas IDELinus <olivier.cruilles@xxxxxxxx>
Re: Question about features in Gambas IDEBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>