Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Iron Speed
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old April 23rd, 2008, 05:15 AM
Phoenix_riser Phoenix_riser is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2005
Posts: 223 Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 2 h 7 m 21 sec
Reputation Power: 14
CSV to access conversion.

Good day,

Looking for convert CSV to Access automatically. How can I do this. I've got it to Access to CSV.

Thank you - I've posted in... http://forums.aspfree.com/editpost.php?do=editpost&p=602693 but thought it might be more relavant to have a new thread.

Reply With Quote
  #2  
Old April 24th, 2008, 06:09 AM
Phoenix_riser Phoenix_riser is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2005
Posts: 223 Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level)Phoenix_riser User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 2 h 7 m 21 sec
Reputation Power: 14
Sorted :-) ....

Code:
 

Private Sub PrcImportBatch()

Dim db As Database
Dim rs As Recordset
'
'Strings
Dim strOrder_id As String
'
Dim strSQL As String
Dim strFileToOpen As String
Dim TestNum As String
Dim lngField As Long
Dim strTest1 As String

Dim Vfile
Dim X$
'
' The Database
Set db = DBEngine.OpenDatabase("C:\Documents and Settings\AddressLabels.mdb")
'
' Empty Data Source
strSQL = "DELETE * FROM 79;"
db.Execute (strSQL)
strSQL = ""
'

' The Text File
Vfile = "C:\batch " & txtBatchNumber.Text & ".csv"
strFileToOpen = CStr(Vfile)
'
' The Data Table within the Database
Set rs = db.OpenRecordset("Batch79")
'
' Open the Text File
Open strFileToOpen For Binary Access Read As #1
'
Do While Not EOF(1)
    X$ = Input$(1, #1)
    '
    If X$ = "" Then
        ' move on
    Else
        TestNum = Asc(X$)
        '
        Select Case TestNum
                  '
            Case 9 ' its a tab
                Select Case lngField
                
                    Case 0
                        strOrder_id = "" & strTest1
                        strTest1 = ""
"
 
                        '
                        With rs
                            .AddNew
                            '#####################################
                        .Fields("order_id") = strOrder_id
                            '#####################################
                            .Update
                        End With
                        '
                        strTest1 = ""
                        lngField = -1
                        '############################################

                        End Select
                        lngField = lngField + 1
                        Case Else
                        strTest1 = strTest1 & X$
        End Select
    End If
Loop
'
Close #1
rs.Close
db.Close
'
cmdImportBatch.BackColor = &H80FFFF
'
End Sub
Comments on this post
micky agrees: Thanx for sharing the solution

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > CSV to access conversion.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway