DataSet Wizard

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
JUMBO
Posts: 1
Joined: Wed 19 Nov 2014 20:23

DataSet Wizard

Post by JUMBO » Wed 19 Nov 2014 20:58

Hello!

In DataSet Wizard on page "Choose database object" after click next
appears error "Select command "select * from mars.BUFOR_NAG" execution failed.


I use firebird, so firebird not support syntax:
"select * from databasename.table"
but
"select * from table"

How config dataset wizard for firebird syntax ?


PS: Do You work on DotConnect for Firebird ?


--
JUMBO

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: DataSet Wizard

Post by Pinturiccio » Fri 21 Nov 2014 17:14

We could not reproduce the issue. Please provide us the following for reproducing the issue:
1. dotConnect Universal version;
2. Visual Studio version;
3. FirebirdSql.Data.FirebirdClient version;
4. Please describe the steps that reproduce the issue
5. If possible, please create a small database, which reproduces the issue, and send it to us with the necessary credentials.
JUMBO wrote:PS: Do You work on DotConnect for Firebird ?
We will investigate the possibility of creating dotConnect for Firebird provider but this task isn't on our to do list, and no timeframe is available.

Post Reply