|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
TFieldType issues
I have a DB in MySQL. It has a unsigned 32-bits integer field. the problem is that TFieldType doesnīt have a unsigned 32-bits integer type so I can handle it through:
Tquery.ParamsByName('fieldname').datatype := ???(fttype); Tquery.ParamsByName('fieldname').value := ...(the value i want); Anyone knows a alternative? Besides Calling it through SQL quote, wich didnīt work aswell. Thanks everybody ![]() |
|
#2
|
|||
|
|||
|
Quote:
sure it does. try the ftWord type identifier. -Michael |
|
#3
|
|||
|
|||
|
No it does not, because ftword is a unsigned 16-bits integer
|
|
#4
|
|||
|
|||
|
Quote:
ftAutoinc is 32bit unsigned. you could also store it in a ftLargeInt (although 64bit signed, it will work). |
|
#5
|
|||
|
|||
|
Sorry, I got no result either, with ftLargeInt shows error "field of unsupported type"
Iīve installed the DBX4Mysql, wich is a driver for DBExpress that expands th ftinteger possibilities, making it acceptable to handle unsigned 32-bits integer. Iīm still configuring it but when I have a decent result Iīll tell you guys!!! Thanks anyway ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > TFieldType issues |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|