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 > Database Server Software > DB2 > As400 & Vb.net 2003

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-07, 05:21
Niyazi Niyazi is offline
Registered User
 
Join Date: Nov 2006
Posts: 3
As400 & Vb.net 2003

Hi,

I have a txt file that I inserted into MS Access table.
My Access tables has 2 column:
ID (AutoGenerated Integer) + PrimaryKey
myTEXT (79 character long text)

First I red from txt file and insert into Access.
Now I want to connect Access and take the myTEXT column values into dataset and send into AS400 tables.

Does anyone know how to achive this?

Thank you for reading my post.
Rgds
Niyazi
Reply With Quote
  #2 (permalink)  
Old 02-06-07, 06:41
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,
can you connect to Access and retrieve data from database? Can you connect to DB2 AS/400? If so, then connect to Access retrieve data to memory, close connection. Open connection to db2/as400 and insert data.

You can also try to export data from Access to txt file and then import data to db2/as400.

Can you please provide more data where the problem is? Is it on Access or as/400?

Hope this helps,
Grofaty
Reply With Quote
  #3 (permalink)  
Old 02-06-07, 08:47
Niyazi Niyazi is offline
Registered User
 
Join Date: Nov 2006
Posts: 3
Hi Grofaty,

+++ Can you connect to Access and retrieve data from database?
--Yes I can connect and retrive the column that has 79 character for
each row into Dataset using VB.NET 2003.


+++ Can you connect to DB2 AS/400? If so, then connect to Access retrieve
data to memory, close connection. Open connection to db2/as400 and
insert data.
-- What do you mean by close connection? That is my question that I
donot know how to insert into AS400 tabl.

Let me explain again.
- I have a Excel sheet that I import into my VB.NET application.
- My VB.NET application anlayze the data and convert into text file where
each line have 79 character.
- Then I send this txt file to IT Department (Admin) and he use FTPClient to
export this txt file into AS400 table.
- Now because his other role in company my boss told me to add kind of
module in my application and send that txt file into AS400 tables.

- I am not sure how to use VB.NET 2003 to export txt file into AS400 table.
Maybe the FtpClient use better things to achive to same operation.
From www I get few feedback that I can use append query and set AS400
table as destination sourse and insert the data first inserting into MS
access table in single column (for each line).

- My problem is I have no idea how to do it. But as I explaind in my first post
I read from txt file and insert into Access tables column. Now I also retrive
those line that reside in each row as 79 character into VB.NET Dataset.

- I also connect to AS400 tables and retrive the table into VB.NET dataset.
- First I clear the AS400 Table before I insert new data but now I am still in
progress and trying to reconstruct how to achive this.

- I want to clear AS400 tables then retrive table into VB.NET datset and add
row and the values into this dataset and I might try to use Dataset update
to update the AS400 tables but I ma not sure if this is a correct way.
Because untill now I never insert anything into AS400. So I hope you can
understand why I am so anxious about this.

I hope this gave you much beter understanding for my problem.

Thank you for your understanding.

Rgds,
Niyazi
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