R Uppal

Greenhorn
+ Follow
since Dec 18, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by R Uppal

I am trying to fetch and update massive data from DBF files.

I know only possible solution for this under linux is to use Type 4 JDBC.
I googled it but found couple of type 4 drivers which are not free.

I just need to know is there any free JDBC type 4 drivers available for DBF files under linux.

If someone using any free type 4 drivers please guide me through.
I am really sick of searching on the web now.

Also people in same boat please share ideas.

Otherwise I have to start comparing commercially available type 4 drivers.


Cheers,
Uppal.

Sorry if i offended you actually I was quite annoyyed that time coz I wasted my couple of days doin googling .

I have a huge database in FoxPro like 200 Tables. I cant afford to switch to anyother database this point.
Cause in that case i need to look for database conversion utilities. Which its self is a huge task.

Yes I my linux box and windows server are on same network no problem in terms of speed.

I am just looking any way to use remote dsn's if that possible through java.
Thanks for Google link a 5 yr old can tell that.

Probably you completly missed my point. I am not developing client server foxpro.


I am trying to find a way to make a remote dsn connection with foxpro free tables from jsp pages on my linux server.
I am just in a design phase. I want to access dbase FoxPro free tables from jsp's pages.

I found an application in my library which can serve the purpose properly after minor changes.
But it’s been developed considering windows environment (VFP ODBC DSN connection).

Now problem is currently I have only Linux server with apache tomcat 5 on it.

I tried everything on my fedora X64 server to make a dsn connection to access those FoxPro free tables but no luck so far .

Now I started thinking about remote dsn connections from fedora 64 bit.

I have another windows 2003 server. I don’t want to configure apache tomcat on this one due to some security concerns and nature of application.

I can keep tables on it and install VFP ODBC so I access them remotely.
Question is, is it possible to make a remote dsn connection from Linux to windows .

Or is there any better way to access free FoxPro tables in jsp in Linux environment.

Suggestions and comments would be appreciated.

@Uppal
Thank you priya
Thanks for your help

Regards,
Rizwan A Uppal.
Hi,
I have done SCJP in 2001. And from then I am working in J2EE.
Now I want to do SCWD. I have already worked in servlets and jsp
for more than two years. So now issue can I go for SCWCD directly or I
need to get some kind of upgradation.

Please anyone guide me properly.

Regards,
Rizwan A Uppal.
Software Engineer.
AutoSoftDynamics.
Hi
I am working on POI Apache api .I wana read some word docs and generate reports.Plz plz some one help me.plz some one send me any sample code.i am reading this api from last week but i just able to read file properties.plz plz some one help me reading table in msword doc and reading text in ms word doc.I shall be very thankful to u guys.
@Uppal
20 years ago
I m trrrying to read read ms word doc using apache api but after two weeks i just able to read the file properties.Plz some one tell me how can i read word doc throught java.specially tables in word.plz plz some one help me.
20 years ago
hi
I am working on ms work and java.I need help "How i can read a ms word doc" plz plz some one tell me.If some one have any piece of code then it will be easier for me to under stand.
bye
hi
I am working on ms work and java.I need help "How i can read a ms word doc" plz plz some one tell me.If some one have any piece of code then it will be easier for me to under stand.
bye
Hi,
I am SCJP.I have passed my SCJP in 2001 anad now i am planning to take the SCWCD exam.Please someone guide me that is it Upgradation paper of SCJP is compulsary for SCWCD or not.
I dont know wat to do. plz guide me. I just want to take SCWCD Exam.
I Will be very greatfull to you people.
bye
Hi,
My name is Rizwan A Uppal.I have done my SCJP back in year 2000. Now i am planing for another certification.Some times i thought i prepare my self for Web component certification.Some times i make mind of SCJD.Acutally i have a lot of pratical experience of Servlets and JSP.But problem is i m confused which certification is good for me. I also dont know any thing about topic out line of both certifications.
Please some one guide me.
and also please some one post me topic out line for both of certifications (SCJD+web component Certification)
i will be great ful to you people.
@R A Uppal.
see the code
"
while(true)
int i=0;
"
this code raised a compilation error
and
"
while(true)
{
int i=0;
}
"
will not rais any error y?
both of statements are same at compiler level
so wat was the problem with code sagment 1. x()
21 years ago
Hi i m Rizwan Ahmed Uppal i face a problem during coding. problem is
Execute the code
int i=0;
i=i++;
System.out.println(i);

it should print 1 but it never prints 1 it always print 0.because one time i increment but answer is still amgious.I dont know y?.Is there some one have anwser?
sorry u all foks my question is that i=i++; is a complete statement and if it executed then i must be incremented one time i m printing i's value after increament.so it should be 1.

[ December 18, 2002: Message edited by: Rizwan Ahmed Uppal ]
21 years ago