|
-
Jul 13th, 2001, 12:04 AM
#1
Thread Starter
Member
Transer .CVS to SQL Database
Can anyone teaching me how to transfer .CSV file append into one of the SQL Database?
e.g.
Dim conn As New ADODB.Connection
Dim cmd As New ADODB.Command
Dim strconnstring As String
Dim text As String
text = Text1.text
strconnstring = "PROVIDER=MSDASQL;dsn=ags_week4;uid=kelvin;pwd=;data source=ags_week4" 'This is my Data Source
conn.ConnectionString = strconnstring
conn.CursorLocation = adUseServer
conn.Open
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|