PDA

View Full Version : Data File Uplaod/Download



Guest.Visitor
01-01-1995, 02:00 AM
Hello All, Is there any way to Upload/Download datafiles To/From 400 to PC through Progarmming. Currently we are using NS/Router or Client access to do that. But i wonder if there is some way to do this programming. Any Suggestions are welocme. Senthil Simi Valley.CA

Guest.Visitor
06-03-2000, 05:29 PM
We use VB with ODBC to do that. ==Scott==

Guest.Visitor
06-04-2000, 06:41 AM
Hello Scott, Thanks. Here at our end we are also having application on VB with ODBC combination, But we are using Result set to get data. But not as a whole file transfer. If you find any articles in the web related to this topic, Please pass on the site. I once again appriciate and thanks for your responce. Warm Regards, Nathan snathan23@hotmail.com

Guest.Visitor
06-04-2000, 10:59 AM
Nathan, It sounds like you are looking for a way to pass data between your VB program and the AS400 without using middleware such as an ODBC driver. If you have an IP network, you might want to investigate using sockets. The VB side can use the Winsock control and the server side can be written in any ILE language. Mark