Search found 17 matches

by varathasiva
20.08.2009, 08:28
Forum: MySQL
Topic: Reg How To Insert Image File Into MySQL Blob Filed In Delphi
Replies: 3
Views: 5437

Dear Man'z, Thanks for your quick repy. I am using same code wht u sent to me. var J: TJPEGImage; begin if OpenPictureDialog1.Execute then begin J.LoadFromFile('c:\temp\ok1.jpg'); student.FieldByName('stu_photo').Assign(J); student.Post; FreeAndNil(J); end; end; When i complier comes this line J.Loa...
by varathasiva
19.08.2009, 15:57
Forum: MySQL
Topic: Reg How To Insert Image File Into MySQL Blob Filed In Delphi
Replies: 3
Views: 5437

Reg How To Insert Image File Into MySQL Blob Filed In Delphi

Dear All, Please advice me How To Insert Image File Into MySQL Blob Filed In Delphi 7 Coding. I am saving image into PostgreSQL bytea field through this coding.Its work fine tablenamne.FieldByName('byteafiled') .LoadFromFile('c:\temp.jpg'); When i use this coding MySQL blob means.I am getting Error ...
by varathasiva
27.05.2008, 09:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Reg MySQL 5.0 server cannot connect is in delphi 7
Replies: 1
Views: 846

Reg MySQL 5.0 server cannot connect is in delphi 7

Dear All, I have delphi 7,zeos 6.1.5 and MySQL 5.0.when i connect through the Zconnection.Its showing erro like this [rainbow] client dose not support authentication protocol requested by server;conside upgrading MySQL client [/rainbow].where is the prblm and how to solve this prblm.Pls help me.Adva...
by varathasiva
15.02.2008, 06:46
Forum: PostgreSQL
Topic: Reg Upadte Locale And Remote Server
Replies: 1
Views: 808

Reg Upadte Locale And Remote Server

Hi, I have delphi database application through delphi7 database postgresSQL8.1 and zeos6.1.I have two postgreSQL8.1 database server.One is windows server working local network another one is linux remote server.When i make the data entries want update the local and remote server.How it is possible t...
by varathasiva
23.01.2008, 10:07
Forum: PostgreSQL
Topic: Reg Replication Concepts in postgreSQL
Replies: 1
Views: 936

Reg Replication Concepts in postgreSQL

Dear All,
I have two postgreSQL server one is windows another one is linux.My clients making data entry in windows server this all the data want to replicat in linux postgreSQL server every hour.How i can do this concept in postgreSQL.Pls advice me.Advance thanks to all.
Kindly Regards
Siva
by varathasiva
23.01.2008, 10:05
Forum: PostgreSQL
Topic: Postgres Database Backup
Replies: 5
Views: 2505

set PGPASSWORD=my_password u can use this command before run pg_dump command
by varathasiva
07.01.2008, 11:59
Forum: PostgreSQL
Topic: Reg Upgrade Zeos 6.0 to 6.6.1
Replies: 5
Views: 1771

Reg Cann't Run My Application

Hi, Thanks for your reply.I already instaled ZEOSLIB_TRUNK_REV317 version.I cann't run my whole project.It showing error "This application has failed to start because comerr32.dll was not found.Re-instaling the application may fix the problem".Wht is the error.How to retify this error.Pls ...
by varathasiva
04.01.2008, 15:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: I cann't upgrade zeos Lib 6.6.0 Beta
Replies: 1
Views: 700

I cann't upgrade zeos Lib 6.6.0 Beta

Dear All, I am using delphi 7 complier.I cann't upgrade 6.6.0 Beta zeo's lib component.Already uninstal the old components.I am going to instal new components means Showing error like this c:\program files\broland\delphi7\projects\Bpl\ZPlain.bpl cann't installed because it is not design time package...
by varathasiva
04.01.2008, 14:14
Forum: PostgreSQL
Topic: Reg Upgrade Zeos 6.0 to 6.6.1
Replies: 5
Views: 1771

Dear Mark, Thanks for ur reply.Sorry for delay reply.I am using delphi 7 complier.Still i cann't upgrade new zeo's lib component.Already uninstal the old components.Showing error like this c:\program files\broland\delphi7\projects\Bpl\ZPlain.bpl cann't installed because it is not design time package...
by varathasiva
03.12.2007, 14:50
Forum: PostgreSQL
Topic: Reg Upgrade Zeos 6.0 to 6.6.1
Replies: 5
Views: 1771

Reg Upgrade Zeos 6.0 to 6.6.1

Dear All,
I am using zeo's 6.0 component in my application.I want to upgrade to zeo's 6.6.1.I already delete old component from instal packages and i cann't instal zeo's 6.6.1 beta version.Pls help me.How to upgrade new zeo's component.Advacne thanks to all.
Kindly Regards
Siva
by varathasiva
03.12.2007, 14:43
Forum: PostgreSQL
Topic: Postgres Database Backup
Replies: 5
Views: 2505

no need to put the password in pgpass file.just u want set pasword thru command
by varathasiva
27.11.2007, 17:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Reg Cann't Instal Zeos 6.6.0 beta
Replies: 1
Views: 979

Reg Cann't Instal Zeos 6.6.0 beta

Dear All,
I already instal the zeos 6.0.I want to upgrade the latest version zeos 6.6.0 beta version.How to instal the latest version zeos 6.6.0 beta version.Pls advice me.Advance thanks to all.

Kindly Regards
Siva
by varathasiva
26.11.2007, 08:19
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Installing Zeos in Lazarus
Replies: 3
Views: 6272

Reg Upgradte Zeos DB 6.6.1

Dear All,
I am using zeos db 6.0.I want to upgrade the 6.6.1 version.How i can upgrade the zeos 6.6.1 version.Advance thanks to all.

Kindly Regards
Siva
by varathasiva
19.11.2007, 06:28
Forum: PostgreSQL
Topic: INSERT a file into a bytea datatype
Replies: 2
Views: 1734

hi michael u can use this code like this
tngimZQCDItemPic.LoadFromFile(OpenPictureDialog1.FileName);
tngimZQ is a ZQuery and ItemPic is a field name
by varathasiva
04.06.2007, 16:49
Forum: PostgreSQL
Topic: How to configure static ip PostgresSQL 8.1 for windows XP sy
Replies: 3
Views: 1755

Dear Friends, Here iam trying to configure postgres on windows xp, My windows xp having static ip, i want to access the postgres from outside of my office without using any router portforwading, how to configure like this, i already tried all the ways, now iam tied, anybody having any idea, either m...