Showing posts with label driver. Show all posts
Showing posts with label driver. Show all posts

Wednesday, March 28, 2012

incorrect value

Hi,
I'm using crystal reports with firebird database. I installed the firebird ODBC Driver and I
created a DSN connection.
I've in my table a field of type number(15,2) and when I add it in the Crystal report a
incorret value is displayed.
Ex:
Table value field 5,45 and is displayed 0,05 int the crystal report.
The firebird dont have currency type.
number type only.

How I can do for the crystal report to use it number as currencey?

Please, help me.Hi
I dont know about the firebird database.

but please try to insert the value on the filed

like 547 without using comma

regards

Friday, February 24, 2012

In which language is JDBC Driver written

Hello,

in which language is the microsoft sql jdbc driver written?

Ralph:

All type-4 drivers (like our Microsoft SQL Server 2000 Driver for JDBC and our future SQL Server 2005 drive) must be implemented in pure Java, per JDBC spec.

That said, most JDBC drivers that access SQL server have some helper DLLs that are native Win32 code, esp a DLL to help manage XA/MSDTC on the server.

-shelby

|||Thank you shelby.
That sounds interresting:)|||

I have noticed that you are supplying x32 and x64 dll's for xa for the JDBC driver. When are you planning on supplying XA dll's for IA64 (Itanium)?

-North

|||

Please note that the x64 dll is for 64 bit Java VMs. These should work with AMD x64 and the new Intel x64 architecture.

Do you have specific Itanium requirements? if so can you point me to the 64 bit JVM that you are using?

Thanks

Angel

|||

Angel,

>>if so can you point me to the 64 bit JVM that you are using

I recommend BEA's JRocket 1.4.2 and 5.0 when running either W2K3 EE or Datacenter on Itanium:

http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/jrockit/

>>Do you have specific Itanium requirements?

DTC compatibility first, Integrated security would be a nice extra.

Your attention to this is appreciated,

North

In which language is JDBC Driver written

Hello,

in which language is the microsoft sql jdbc driver written?

Ralph:

All type-4 drivers (like our Microsoft SQL Server 2000 Driver for JDBC and our future SQL Server 2005 drive) must be implemented in pure Java, per JDBC spec.

That said, most JDBC drivers that access SQL server have some helper DLLs that are native Win32 code, esp a DLL to help manage XA/MSDTC on the server.

-shelby

|||Thank you shelby.
That sounds interresting:)|||

I have noticed that you are supplying x32 and x64 dll's for xa for the JDBC driver. When are you planning on supplying XA dll's for IA64 (Itanium)?

-North

|||

Please note that the x64 dll is for 64 bit Java VMs. These should work with AMD x64 and the new Intel x64 architecture.

Do you have specific Itanium requirements? if so can you point me to the 64 bit JVM that you are using?

Thanks

Angel

|||

Angel,

>>if so can you point me to the 64 bit JVM that you are using

I recommend BEA's JRocket 1.4.2 and 5.0 when running either W2K3 EE or Datacenter on Itanium:

http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/jrockit/

>>Do you have specific Itanium requirements?

DTC compatibility first, Integrated security would be a nice extra.

Your attention to this is appreciated,

North