If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Displaying file generated on UNIX to VB front End

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-02, 17:59
girish girish is offline
Registered User
 
Join Date: Dec 2002
Location: London
Posts: 10
Displaying file generated on UNIX to VB front End

Hi,
I having the VB application on the Client Side with Oralce on HP-UNixn Machine as the backend. Is there is any way of displaying the reports generated on UNIX to be displayed at the client side.

Thanks alot in advance.

Regards,
Girish


__________________
__________________
Girish
Reply With Quote
  #2 (permalink)  
Old 12-21-02, 20:10
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
How are your reports being generated on the unix side ?
Reply With Quote
  #3 (permalink)  
Old 12-22-02, 05:21
girish girish is offline
Registered User
 
Join Date: Dec 2002
Location: London
Posts: 10
Hi ..Thanks for replying.

These reports are generated by the Pro*C program running on Unix Level , Table is updated by putting the report name . The reports path is maintained at the system level.

Thanks,
Girish

Quote:
Originally posted by rnealejr
How are your reports being generated on the unix side ?
__________________
Girish
Reply With Quote
  #4 (permalink)  
Old 12-23-02, 09:47
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
What are the output options for reports created in Pro*C (pdf,html...) ?
Reply With Quote
  #5 (permalink)  
Old 12-23-02, 10:44
girish girish is offline
Registered User
 
Join Date: Dec 2002
Location: London
Posts: 10
Quote:
Originally posted by rnealejr
What are the output options for reports created in Pro*C (pdf,html...) ?
Thanks for replying,
The reports are generated in normal format
under HP-Unix Machine...can be treated as normal txt file.

Thanks,
Girish
__________________
Girish
Reply With Quote
  #6 (permalink)  
Old 01-02-03, 17:46
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Have you thought about loading the file into memory using ftp in visual basic and then displaying the contents ?
Reply With Quote
  #7 (permalink)  
Old 01-02-03, 18:56
playernovis playernovis is offline
Registered User
 
Join Date: Nov 2002
Location: San Francisco
Posts: 251
What about to use ODBC for TEXT files? It should work just fine.

UNIX has only LF, Windows has CR LF as line end, there are some free LF --> CR LF converters ..... search Google.



jiri
Reply With Quote
  #8 (permalink)  
Old 01-03-03, 04:51
girish girish is offline
Registered User
 
Join Date: Dec 2002
Location: London
Posts: 10
Thanks for your reply.

The questionis , reports are generated on UNIX Machine and client is on windows NT. I need to access these reports generated on Unix Side on the Client Side(Windows NT) through the network.

I am planning to use LOBs(BFILE) to display these reports.Is this the better way to do it?.
Could anyone suggest any other ideas to display the report.

Thanks,
Girish
__________________
Girish
Reply With Quote
  #9 (permalink)  
Old 01-03-03, 11:49
playernovis playernovis is offline
Registered User
 
Join Date: Nov 2002
Location: San Francisco
Posts: 251
so let me summarize it....

you don't need to find new way, how to manipulate the data, you just need to access the data.....

yes, FTP is the best and easiest way..... you have NT right? Get some FTP client, which behaves like additional drive to your PC, so then you can use any software and access let's say F drive.... check this http://www.knoware.com



jiri
Reply With Quote
  #10 (permalink)  
Old 01-06-03, 21:15
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
You can use visual basic to programmatically handle the ftp part of the process - that way it is part of the process. Once you have added the code for ftp in your vb app, you can retrieve xxx document into memory and display on the windows client.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On