Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Dataset not found
Thu, Jun 1 2017 5:22 AMPermanent Link

Ronald

Hi,

I am trying the EWB webserver to load a dataset with DBISam. So I configured the EWB server in the Databases tab and added the database "testdb" and set the databasename to "C:\inetpub\wwwfiles\testewb" where I have created the dataset users.

When I run the application (outside the ide) to show the data in a grid, all works fine but it says "Dataset user not found".
What am I overlooking?

This is my code:

Database.AutoTransactions:=true;
Database.BaseURL:='databasemodules/databasemodule';
Database.DatabaseName:='testdb';
DataBase.LoadRows(users);

Greetings,
Ronald
Thu, Jun 1 2017 2:30 PMPermanent Link

Raul

Team Elevate Team Elevate

On 6/1/2017 5:22 AM, Ronald wrote:
> I am trying the EWB webserver to load a dataset with DBISam. So I configured the EWB server in the Databases tab and added the database "testdb" and set the databasename to "C:\inetpub\wwwfiles\testewb" where I have created the dataset users.

if this is in IDE then that ONLY applies to EWB IDE.

> When I run the application (outside the ide) to show the data in a grid, all works fine but it says "Dataset user not found".
> What am I overlooking?

Make sure your EWB Web Server has the database/dataset configured as
well - there is an option to import them from IDE (assuming both on same
computer),

Raul
Image