[Gambas-user] Problems with setting and using Connections in IDE
T Lee Davidson
t.lee.davidson at gmail.com
Sat Apr 25 06:52:23 CEST 2020
On 4/24/20 7:41 PM, Bruce wrote:
>
> How are you trying to open the connection in your code?
>
I am not trying to open the connection in the code. FMain.form has only two components: a DataSource and a DataView. FMain.class
is totally empty.
In the IDE, I set the DataSource1 .Connection and .Table properties appropriately, and the set .Columns in DataView1. I click
the Run button and the program apparently tries to open the specified connection automatically; and fails with the errors I
reported.
Isn't the purpose of the IDE Connection tool to define connections so it doesn't have to be done in code?
--
Lee
More information about the User
mailing list