VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have used this code

Chaudhary Pradeep Kr Roy  (6 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Sat 12th April 2003   Mon 8th February 2021

Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have used this code for reading data from all mentioned data

API Declarations


'\ 4 Labels with caption "data Source","File Name","UID","PWD"
' \one combo box named "cmbDataSource"
'\ 3 Text Box named "txtFileName", "txtUID with text Admin","txtPWD"
'\ One common dialog control named "cdlgbrow"
'\ 3 Command Buttons named "cmdbrow","cmdConnect","cmdClose"
'\ Jusr run the code and select data source, Select fiel name, click on connect Button
'\ I am also developign a data transfering utility using that u can transfer ur data from any source data base to any target database .. I am trying to include XML as well. Happy coding enjoy..

'\\\\\\\\\\\\\\ CODE FOLLOWS FROM HERE \\\\\\\\\\\\\\\\\\\\'\ Declearing constants for Data sources
'\ Put a common Dialog Box and set reference to ADO
Private Const sDB_ACCESS97 = "Microsoft Access Database 97"
Private Const sDB_ACCESS2K = "Microsoft Access Database 2000"
Private Const sDB_DBASE = "Dbase Database"
Private Const sDB_FOXPRO = "FoxPro Database"
Private Const sDB_EXCEL = "Excel File"
Private Const sDB_CSV = "Comma Separated Values"
Private Const sDB_TXT = "Text Database"
Private gSConn As New ADODB.Connection '\ Source Connection
Private gTConn As New ADODB.Connection '\ Target Connection
Private sDBName As String, sUID As String, sPWD As String


Rate Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have used this code (1(1 Vote))
Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have used this code.bas

Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have used this code Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters