Re: [Gambas-user] gb.db autoincrement ?

2008-10-20 Thread Doriano Blengino
Doriano Blengino ha scritto: [EMAIL PROTECTED] ha scritto: But in case you are using mySQL there is the function LAST_INSERT_ID (), see: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html#function_last-insert-id. About the Last_insert_ID(), I read about this

[Gambas-user] strange process print error

2008-10-20 Thread Joshua Higgins
Hello, I'm getting a very strange error in my program. here is an excerpt: START CODE PUBLIC SUB Button1_Click() fluidsynthproc = SHELL fluidsynth -a jack FOR INPUT OUTPUT END PUBLIC SUB Button2_Click() PRINT #fluidsynthproc, TextBox1.Text END END CODE This looks okay. But for some reason

Re: [Gambas-user] sending command to stdin

2008-10-20 Thread nando
I suggest use the TCP control in Gambas to talk to it. When the port is open, anything you send to the port, it gets. Anything it sends out, you get through the port -- Original Message --- From: Joshua Higgins [EMAIL PROTECTED] To: [EMAIL PROTECTED], mailing list for gambas