dbExpress driver or SQL issue?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
bedust
Posts: 1
Joined: Thu 04 Jul 2019 06:24
Location: sweden, stockholm
Contact:

dbExpress driver or SQL issue?

Post by bedust » Thu 04 Jul 2019 06:35

Hi,

D7A, NexusDB V1, Drivers Pack RC1+

Using dbExpress driver with SQLDataSet/DataSetProvider the following query
misbehaves.
select max("int32field") as newnumber from "tablename" returns a Float
instead of the expected integer!

This "breaks" my appserver, any preliminary solutions?
Last edited by bedust on Thu 11 Jul 2019 07:51, edited 2 times in total.

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: dbExpress driver or SQL issue?

Post by Stellar » Thu 04 Jul 2019 14:47

Unfortunately, we can't reproduce the issue. To investigate this behavior of dbExpress driver for SQL Server, please compose a small sample demonstrating the issue and send it to us, including database objects creating scripts.
You can send the sample using the contact form at our site: devart.com/company/contactform.html
Please specify the version of Devart dbExpress driver for SQL Server you are using.

Post Reply