Search found 8 matches

by scribes
15.05.2009, 07:07
Forum: 6.6 - stable
Topic: LoadFromFile ZOES + PostGreSQL + field Bytea
Replies: 6
Views: 885

Hi, trupka
Thanks for the idea I saw the error with TZSQLMonitor, I just generate the insert with the table name field and the error was here
app.name_app the right and so the field name_app

Thanks All

Edmilson
by scribes
13.05.2009, 03:50
Forum: 6.6 - stable
Topic: LoadFromFile ZOES + PostGreSQL + field Bytea
Replies: 6
Views: 885

Hi,
I use Turbo Delphi
Not content that he is claiming and the contents of the file.

Thanks

Edmilson
by scribes
12.05.2009, 22:26
Forum: 6.6 - stable
Topic: LoadFromFile ZOES + PostGreSQL + field Bytea
Replies: 6
Views: 885

Hi,

The same mistake not resolved

Thanks

Edmilson
by scribes
12.05.2009, 15:48
Forum: 6.6 - stable
Topic: LoadFromFile ZOES + PostGreSQL + field Bytea
Replies: 6
Views: 885

LoadFromFile ZOES + PostGreSQL + field Bytea

Hi All, I'm trying to upload a file to a field of type byte to PostGeSQL and I received the error below when I post a query I'm using the code below Stream := TMemoryStream.Create(); Stream.LoadFromFile(DAbre.FileName); ZImagem.edit; TBlobField(ZImagem.FieldByName('programa')).LoadFromStream(Stream)...
by scribes
09.10.2006, 06:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 8i error ORA-01406
Replies: 2
Views: 934

Hi I did not find a solution for this. For that I could see in the documentation of the Oracle it recommends that we pass this for BLOB that and supported in versoes new of the Oracle therefore the previous type was discontinued. As I did not have that to read this type of field I finished not looki...
by scribes
18.09.2006, 19:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 9i erorr 'oci_sucess_with_info'
Replies: 1
Views: 448

Oracle 9i erorr 'oci_sucess_with_info'

Hi All I have one view how much I give one select only in does not occur this error but when I associate it with another one view or table me occurs this error ' oci_sucess_with_info ', what it can be this error I looked for in the InterNet but I did not find nothing much that very clarifying you De...
by scribes
13.09.2006, 02:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle-9i field Numeric 13,2 select retrun TLargeIntField
Replies: 0
Views: 447

Oracle-9i field Numeric 13,2 select retrun TLargeIntField

Hi All When I make one select in a field of the type to number 13,2 it returns as being a TLargeIntField type with this it does not come back the decimals If inside of select use the command to_num(filed) it to returns the type Float To some form to make this without having that to use to_num? I am ...
by scribes
20.03.2006, 22:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 8i error ORA-01406
Replies: 2
Views: 934

Oracle 8i error ORA-01406

Hi All,

when making one select to return a field from the type long raw in which to a safe image comes back the following error

SQL-ERROR:ora-01406 fetched column was truncated

tanks

orlando