Re: [Gambas-user] Seg fault, rev 3903, odbc db selecting... how to...

2011-06-30 Thread Ricardo Díaz Martín
Caveat, After my last post, I was trying to connect to mdb file using ODBC in Ubuntu 11.04. I can connet using isql with no problems (connection is ok and I can exec some basics "select"). You got a mistake in the code above. Try: PRIVATE myDB as NEW Connection ... WITH myDB .Type = "odbc"

Re: [Gambas-user] Seg fault, rev 3903, odbc db selecting... how to...

2011-06-29 Thread Caveat
Thanks Ricardo I just tried back in Gambas2 and got a sig11 I used PRIVATE myDB as NEW Connection ... WITH myDB .Type = "odbc" .Host = "localhost" .Login = "Admin" .Name = "E4Y" END WITH TRY myDB.Open I think it may be time to give up on Gambas (for *this* task) and lo

Re: [Gambas-user] Seg fault, rev 3903, odbc db selecting... how to...

2011-06-29 Thread Ricardo Díaz Martín
Hi Caveat, You can look for Ian Roper in this mailing list. I remember he was to be able to to. go http://sourceforge.net/mailarchive/message.php?msg_id=26630386 Regards, Ricardo Díaz 2011/6/29 Caveat > Hi Rolf, > > Many thanks for the reply. Yes, I do have libmdbodbc installed, and the > md

Re: [Gambas-user] Seg fault, rev 3903, odbc db selecting... how to...

2011-06-29 Thread Caveat
Hi Rolf, Many thanks for the reply. Yes, I do have libmdbodbc installed, and the mdbtools. The Gnome MDB Viewer I mention is just a kind of GUI wrapper on top of the mdbtools MDB File Viewer, and that is all working fine. I see tables, reports, forms, and macros in the database. I have the mdb

Re: [Gambas-user] Seg fault, rev 3903, odbc db selecting... how to...

2011-06-29 Thread Rolf Schmidt
Caveat: ODBC is not the problem. The problem is an odbc driver for mdb-files > The .mdb file has no password set on it. As far as I could see there is a very limited version of the driver available. Do you have "libmdbodbc" installed? Can you access your mdb file with the "MDB File Viewer" i.e

Re: [Gambas-user] Seg fault, rev 3903, odbc db selecting... how to...

2011-06-28 Thread Caveat
Benoit: Thanks! I can confirm the crash no longer occurs. All: I just wish I could say it's working... :-( In Gambas, I don't see any datasources to choose from when I hit the button at the right of the Database field. I can type in the name of my datasource (E4Y) but Gambas reports that it can'