Search the Gambas Mailinglists

Search for:
Extended
set : 18642, name : 34391

Results 81-90 of 2489 ( 0.030 seconds)
81 [Gambas-user] gmd crashes on PostgreSQL (other 1/2 solved)   [ 9.325% Popularity: 0.42248 ]
... MySQL I found 13.2.3 CREATE DATABASE Syntax CREATE DATABASE [IF NOT EXISTS] db_name [create_specification [, create_specification] ...] create_specification: [DEFAULT] CHARACTER SET charset_name | [DEFAULT] COLLATE collation_name and a example with create...
https://lists.gambas-basic.org/pipermail/user/2004-February/002989.html - Cached
text/html - 6652 bytes - Tue, 17 Feb 2004, 22:58:18 CET
 
82 [Gambas-user] Primary Key missing?   [ 9.324% Popularity: 0.42255 ]
... with the > > same commands would tell me the same... > Use sqlite, specify the name of the database on the command line... $ sqlite mytest.db SQLite version ... ".help" for instructions sqlite> create table test(id integer primary key, name text); sqlite> insert into test (id, name) values (1, "Aaron"); sqlite>...
https://lists.gambas-basic.org/pipermail/user/2010-November/031492.html - Cached
text/html - 5754 bytes - Fri, 26 Nov 2010, 09:42:03 CET
 
83 [Gambas-user] Subst$ with a Variant array of values   [ 9.324% Popularity: 0.42121 ]
... is the faulty query, and the corrected one, I mention in the thread: > > > --=|Set the inherits key in Classes. (Faulty)|=-- > > UPDATE wk_classes > SET inherits_id = > ( > SELECT A.id > FROM wk_classes AS A > WHERE A.name = wk_classes.inherits_name > ) > ; > --=|Set the inherits key in...
https://lists.gambas-basic.org/pipermail/user/2019-May/067260.html - Cached
text/html - 6547 bytes - Fri, 31 May 2019, 12:36:02 CEST
 
84 [Gambas-user] printer problem   [ 9.323% Popularity: 0.42283 ]
... it is possible to close the dialog and have both printer.file > >> and printer.name set. > >> > >> === correction === > >> it is bugged. > >> I made a simple ... where setup() is called and just after return > >> the values of .file and .name are printed. It is so easy to get them > >> both set... > >> > >> -- BUT...
https://lists.gambas-basic.org/pipermail/user/2010-February/028538.html - Cached
text/html - 7123 bytes - Fri, 05 Feb 2010, 21:54:16 CET
 
85 [Gambas-user] Problem with UTF-8 in Gambas-connection to MySQL   [ 9.315% Popularity: 0.42257 ]
... set GB[%s] mysql[%s]\n", > > > GB.System.Charset(), mysql_character_set_name(conn)); >>> > > > before and after string > > > <<< set_character_set(db); >>>. > > > Compiled only this driver, copied it to /usr/lib/gambas2. Run my > > > program. Result: > > > <<< Character set GB[UTF-8] mysql[latin1] > > > Character set GB[UTF-8] mysql[latin1] >>> > >...
https://lists.gambas-basic.org/pipermail/user/2009-September/026252.html - Cached
text/html - 9095 bytes - Mon, 21 Sep 2009, 17:16:21 CEST
 
86 [Gambas-user] [slightly OT] No Problem with Gambas or MySql!   [ 9.307% Popularity: 0.42249 ]
... way, postgresql "doesn't really care" whether the table has a primary key set or not. Nor does it care whether a delete or an update query uses a unique row ... it? Well, not at all really. It relies on the WHERE clause to identify the set of rows to be operated on and that is all. If such a clause identifies...
https://lists.gambas-basic.org/pipermail/user/2013-October/045321.html - Cached
text/html - 9988 bytes - Sun, 06 Oct 2013, 02:25:06 CEST
 
87 [Gambas-user] [slightly OT] No Problem with Gambas or MySql!   [ 9.307% Popularity: 0.42249 ]
... Under postgresql > it is the execution of one SQL command: > UPDATE horse SET name='Cherry Zontop', namechanged=TRUE, oldname='Lemon > Liniment' WHERE name='Lemon Liniment'; > > * I have simplified the story a fair bit, there are around 18 underlying > tables that have the horse name as the foreign key or as part of the > foreign key. > > postgres, because it...
https://lists.gambas-basic.org/pipermail/user/2013-October/045328.html - Cached
text/html - 11329 bytes - Sun, 06 Oct 2013, 11:55:27 CEST
 
88 [Gambas-user] Dbus unique name seems incorrect   [ 9.103% Popularity: 0.42296 ]
... Either I missed it, either > it's a PolicyKit thing. > Anyway, you can set the DBus.Name property before doing any other DBus call, to choose the name you want. Regards, -- Benoît Minisini Previous message (by thread): [Gambas-user] Dbus unique name seems incorrect Next message (by thread): [Gambas-user] Dbus unique name...
https://lists.gambas-basic.org/pipermail/user/2022-January/075219.html - Cached
text/html - 2894 bytes - Mon, 31 Jan 2022, 00:42:01 CET
 
89 [Gambas-user] Dbus unique name seems incorrect   [ 9.099% Popularity: 0.42296 ]
... Either I missed it, either >> it's a PolicyKit thing. >> > > Anyway, you can set the DBus.Name property before doing any other DBus > call, to choose the name you want. > > Regards, > > -- > Benoît Minisini > > ----[ ... ]---- Previous message (by thread): [Gambas-user] Dbus unique name seems incorrect Next message (by thread): [Gambas-user] Dbus unique name...
https://lists.gambas-basic.org/pipermail/user/2022-January/075220.html - Cached
text/html - 3789 bytes - Mon, 31 Jan 2022, 00:42:01 CET
 
90 [Gambas-user] [slightly OT] No Problem with Gambas or MySql!   [ 9.066% Popularity: 0.42249 ]
... Under postgresql > it is the execution of one SQL command: > UPDATE horse SET name='Cherry Zontop', namechanged=TRUE, oldname='Lemon > Liniment' WHERE name='Lemon Liniment'; > > * I have simplified the story a fair bit, there are around 18 underlying > tables that have the horse name as the foreign key or as part of the > foreign key. > > postgres, because it...
https://lists.gambas-basic.org/pipermail/user/2013-October/045324.html - Cached
text/html - 12963 bytes - Sun, 06 Oct 2013, 08:52:04 CEST