473,587 Members | 2,494 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Showing AS/400 Data Files

I have recently started working with Visual Basic .NET.
Having very little experiance in VB .NET, I am starting
from the gound up with very simple programs. One of my
first task to achieve is accessing an AS/400 data file (
in real time located on the AS400) and displaying it on a
webpage over the internet. I am wanting to acheive this
by placing the data in a data grid on the web page.

I have been working with entry level (tutorials) programs
that access data from a "Microsoft Access" data base and
place them on a data grid but I am now needing to move on
and create a real time working program that will access
the AS400 data.

Can anyone suggest a starting point for me or offer a web
site that might start me in the right direction.

I am running the following setup:

Web Server: Windows 2003
AS/400: iSeries 850
Visual Studio: 2003
Program Language: Visual Basic .NET and ASP.NET

Any help is very much appreciated.

Thanks

Andy
aj*******@houst oncounty.org
Nov 20 '05 #1
2 2464
Andy,

You will need to install ClientAccess on your PC. Not sure about the
current version but it will have at the minimum the ODBC drivers, so you can
use the System.Data.ODB C namespace.

Dan

"Andy Savelle" <aj*******@hous toncounty.org> wrote in message
news:02******** *************** *****@phx.gbl.. .
I have recently started working with Visual Basic .NET.
Having very little experiance in VB .NET, I am starting
from the gound up with very simple programs. One of my
first task to achieve is accessing an AS/400 data file (
in real time located on the AS400) and displaying it on a
webpage over the internet. I am wanting to acheive this
by placing the data in a data grid on the web page.

I have been working with entry level (tutorials) programs
that access data from a "Microsoft Access" data base and
place them on a data grid but I am now needing to move on
and create a real time working program that will access
the AS400 data.

Can anyone suggest a starting point for me or offer a web
site that might start me in the right direction.

I am running the following setup:

Web Server: Windows 2003
AS/400: iSeries 850
Visual Studio: 2003
Program Language: Visual Basic .NET and ASP.NET

Any help is very much appreciated.

Thanks

Andy
aj*******@houst oncounty.org

Nov 20 '05 #2
Andy,
In addition to Solex's comments.

You need to be on Client Access V5R2 to be fully supported from .NET.

http://www-1.ibm.com/servers/eserver...edb/index.html

http://www-912.ibm.com/n_dir/nas4apa...ight=2,ii13341

Which is from June 3rd, not sure if there are more current versions with
better support...

Hope this helps
Jay

"Andy Savelle" <aj*******@hous toncounty.org> wrote in message
news:02******** *************** *****@phx.gbl.. .
I have recently started working with Visual Basic .NET.
Having very little experiance in VB .NET, I am starting
from the gound up with very simple programs. One of my
first task to achieve is accessing an AS/400 data file (
in real time located on the AS400) and displaying it on a
webpage over the internet. I am wanting to acheive this
by placing the data in a data grid on the web page.

I have been working with entry level (tutorials) programs
that access data from a "Microsoft Access" data base and
place them on a data grid but I am now needing to move on
and create a real time working program that will access
the AS400 data.

Can anyone suggest a starting point for me or offer a web
site that might start me in the right direction.

I am running the following setup:

Web Server: Windows 2003
AS/400: iSeries 850
Visual Studio: 2003
Program Language: Visual Basic .NET and ASP.NET

Any help is very much appreciated.

Thanks

Andy
aj*******@houst oncounty.org

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2891
by: RC | last post by:
I can't quite grasp the concept of creating custom reports depending upon what options a user picks on a Form. For example, the user clicks on a "Print Reports" button and a Form pops up. On the Form the user can choose to get a report that shows the Box Numbers that are at Warehouse A, Warehouse B or Warehouse C. and then click on the Print Preview button and get a report showing only the Box Numbers in whichever warehouse was...
2
1530
by: Brian O'Haire | last post by:
Any help would be appreciated: I have a routine on an asp.net web page, This code below point to a text box called lbtable. public void GetTables( ) { //string TblDName = new string; //string TblDType = new string;
5
1823
by: Grant | last post by:
Hello, How come when I add a new row to my dataset table it shows up as changed (agencyData.Haschanges() = True) but when I delete a row the dataset thinks here are no changes(agencyData.Haschanges() = False)???? The bizaar thing is the row count before the delete and after is different so it definately is being deleted but I cannot update my main database table because the dataset thinks there are no changes?
1
840
by: Amber | last post by:
The DataGrid allows you to make columns visible or invisible on demand - even edit and other special columns. This article will show you how it is done. Some developers have reported problems controlling the visibility of columns in the DataGrid control. The problem usually comes down to one fact. The DataGrid has a property called AutoGenerateColumns. The default value is "True". This means that when AutoGenerateColumns is set to True,...
2
1398
by: qwweeeit | last post by:
Hi all, in a previous post I asked help for colorizing expanded tab. I wanted to list text files showing in colors LFs and the expanded tabs. I hoped to use only bash but, being impossible, I reverted to Python. I programmed a very short script . Here it is (... and I ask comments or critics): # for Linux users # starting from a list of all the lines of a text files (lFileList)
6
1260
by: Joey Martin | last post by:
I posted a message earlier, but I have more information to go from so I wanted to start a new post since the first is not really valid. I am using SQL 2000 database and MS Server 2003. I am pulling in data from a sql table. For some reason, when I include the following line: <tr><td><b><%if rs("Street_dir")<> "" then response.write rs("Street_dir") & "&nbsp;" end if%>...
2
3318
by: Timbo | last post by:
Hi there, I’m not used to working in VB and I think this situation calls for excactly that. I use Access 97 SR-2. My first table is a table containing all the Tickets I got. The field ”Ticket” is simply a ticket-number. I’ve made a form in which I am to choose an existing Ticket and write a description for it pluss other things. The description to these Tickets are stored in another table called ”LogBook”. I then made a query on all of...
3
1689
by: fordraiders | last post by:
vb.net 2003 I 'am running a routine. A form opens up Loads Files into combo box from a dir I delete the file. and then copy new files back into folder This is the same code I'am using to load the combo box when the form opens.
4
1846
by: Tine Müller | last post by:
How can I mix this to one file showing all the markers on Sjælland var xmlfile = ; //Sjælland xmlfile = "map_data_xml.php?category=sh"; xmlfile = "map_data_xml.php?category=sf"; xmlfile = "map_data_xml.php?category=sb"; http://www.tinemuller.dk/alle_folkebiblioteker/dropdownmenu/PVII/
0
7854
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8219
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
6629
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5395
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3882
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2364
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1192
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.