« October 2003 »
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
You are not logged in. Log in
Entries by Topic
All topics  «
myJDBC Site updates
Wednesday, 22 October 2003
started thinking abt adding more content
i am planning to work on a set of code snippets that will start from basic and frequently faced issues. There will be a very good thruput for the next 3 days

Posted by myjdbc at 7:42 PM

Friday, 22 June 2007 - 8:05 PM

Name: "RPHARISH"

Hi myjdbc,

     Usually all the JDBC codes target to connect to single database, but we require to connect to 2 databases where we will extract the contents of one table to insert in the other database table, but here few of the datatypes of the target database differs from the source database,

For example : In A database i store the signatures in LONG field (i know it is wrong -- by mistake it is done) and signature length in other filed, now i need to correct the same by creating one more table in a B  database with BLOB data type for storing the signatures. Now i need to  extract the  signatures  from A database and insert into B database. 

Pelase do the needful.

Regards

 

rharib4u 

View Latest Entries