i deleted DB and created new DB when i execute my queries i got the
following error.please help me
could not load library "C:/Program Files/PostgreSQL/8.4/lib/pldbgapi.dll":
The specified module could not be found
hello
I deleted existing DB and i created new DB
i am getting below error how can i resolve it can any one help please
"language "plpgsql" already exists"
show details 5:21 PM (19 minutes ago)
Method in Dao
public void savePerson(Person person, List addresses, List
emails, List numbers){
call.withProcedureName("
person_save1");
Map out = call.execute(new
PGPerson(person),addresses,null,null);
}
*SP in Database*
CREATE OR REPL
-- Forwarded message --
From: Ravi
Date: Mon, Feb 22, 2010 at 5:21 PM
Subject:
To: Prasanthi
Method in Dao
public void savePerson(Person person, List addresses, List
emails, List numbers){
call.withProcedureName("
person_save1");
Map out = call.execute(new
PGPer
Helo
I am working on spring project with postgres 8.4
i wrote a function in postgrees which i am passing the argument email
email[] array
>From front end we need to insesrt data into that emailarray .so i used
java.arraylist.util
while i am running i got the following error Please help me
err
Helo
I am working on spring project with postgres 8.4
i wrote a function in postgrees which i am passing the argument email
email[] array
>From front end we need to insesrt data into that emailarray .so i used
java.arraylist.util
while i am running i got the following error Please help me
err
Helo
I am working on spring project with postgres 8.4
i wrote a function in postgrees which i am passing the argument email
email[] array
>From front end we need to insesrt data into that emailarray .so i used
java.arraylist.util
while i am running i got the following error Please help me
err
Helo
Can i insert all the data into all the tables(multiple tables) with a
single trip to the database,by creating rules/triggers
using postgres 8.4 if possible please help me how can i insert the data
and your answer is valuable to me
Helo
I am beulah i am using postgres 8.4 in my java project using jdk6
i created a table image and i gave datatype for image is oid
and i want to import my image from client i gave like
INSERT INTO image
VALUES(1,'fruit', (lo_import('C:\\My Pictures\\sample.jpg')));
Error : could not