How to retrieve data from table using its key?

How to export data from data table into txt file using vb.net ?

  • Hello... I have 13 columns (A1, A2, A3, A4.....so on) in a table in my access database and i want to export that data tables into txt file through vb.net ... and A3 column has the data in format .... FUTKK 4328 MAY15 LMTKK 4329 JULY15 TPTKK 4330 AUG20 So, i just want the code(4328,4329...) from A3 and all others as it is .. So what code should i use in my application... Can anyone help me with coding..!!

  • Answer:

    I would start by makeing a datareader to the access database. then do a split using space and then read split(1) and you have your data..

Gaurav at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.