[Gambas-user] Problem with Gambas 1.0.1-4

gambas at ...1443... gambas at ...1443...
Wed May 24 10:11:33 CEST 2006


> Do you do the changes through the IDE or through a local editor.
> If not through the ide, then you will need to compile (in the loose form)
> the code by issuing gbc,
> then execute with gbx.
>
> Nigel
>
>
>> Message Received: May 24 2006, 08:47 AM
>> From: gambas at ...1443...
>> To: gambas-user at lists.sourceforge.net
>> Cc:
>> Subject: [Gambas-user] Problem with Gambas 1.0.1-4
>>
>> Hello,
>>
>> I have a problem on Gambas that I cannot seem to fix. An explanation
>> follows.
>>
>> I had installed gambas in SUSE from the SUSE disks and it was working
>> fine.
>> I then purchased a new graphics card which caused linux to change
>> settings
>> and instead of logging in graphically, all I had was the command line.
>> I have managed to fix this by resetting my window manager.
>>
>> Since installing the graohics card I have been experiencing problems
>> with
>> gambas, an explanation follows.
>>
>> I connect to an sqlite database (the database name is hardcoded
>> 'sqlite.test' ) and run a query on the sqlite_master table
>> This query fills a tableview with the records.
>>
>> My problem is this,(Finally! ;) ) If I change the database name (in the
>> code, it's hard coded) to a different database 'testing' the program
>> still
>> connects to the original database 'test.sqlite' and displays the info
>> from
>> its master table!!
>> I have tried deleting sections of code, renaming the variable etc. even
>> uninstalling gambas and re-installing it (from the SUSE disks) but
>> nothing
>> seems to have worked.
>>
>> Does anyone know if this will be resolved by installing a new version of
>> gambas?
>>
>> P.S. I have tried other development packages on linux but gambas is the
>> only one that a. worked and b. who's example programs actually work and
>> run
>> Brilliant!
>>
>> Thanks in advance
>> Shaun
>>
>>
>> -------------------------------------------------------
>> All the advantages of Linux Managed Hosting--Without the Cost and Risk!
>> Fully trained technicians. The highest number of Red Hat certifications
>> in
>> the hosting industry. Fanatical Support. Click to learn more
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>

I do everything in the IDE which makes it more confusing. If I add a watch
to the variable when I run the code it goes to the old database name
'test.sqlite' even though the text 'test.sqlite' exists nowhere in the
project!

I have been struggling with this for days before I saw that!

Any advice on posting and replies would be appreciated, this is the first
mailing list I have been on.

Shaun




More information about the User mailing list