472,125 Members | 1,509 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,125 software developers and data experts.

How to fetch or store a BIGINT using dbExpress and Delphi 2005

Jon
Since there is no native support for 64bit integers in dbExpress, it
is not trivial to fetch a BIGINT from SQL 2k.

If it is possible, how can a BIGINT be fetched using TParam or TField?

Any help appriciated
Jul 23 '05 #1
2 3050
Hello Jon,
Since there is no native support for 64bit integers in dbExpress, it
is not trivial to fetch a BIGINT from SQL 2k.

If it is possible, how can a BIGINT be fetched using TParam or TField?


If you create persistent fields, doesn't it get created as a
TFmtBCDField?
--
With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server
Upscene Productions
http://www.upscene.com
Jul 23 '05 #2

"Jon" <jo*********@hotmail.com> wrote in message
news:9f**************************@posting.google.c om...
Since there is no native support for 64bit integers in dbExpress, it
is not trivial to fetch a BIGINT from SQL 2k.

If it is possible, how can a BIGINT be fetched using TParam or TField?

Any help appriciated


I know nothing about Delphi, but perhaps you can CAST the bigint values to
varchars when you return them from MSSQL?

Simon
Jul 23 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by MK | last post: by
16 posts views Thread by glenn | last post: by
10 posts views Thread by Carlos Ojea Castro | last post: by
2 posts views Thread by Mukesh | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.