VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

DATA TRANSFER: Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have

Chaudhary Pradeep Kumar roy  (1 Submission)   Databases/Data Access/DAO/ADO   Visual Basic 5.0   Unknown Difficulty   Mon 12th May 2003   Mon 8th February 2021

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

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 DATA TRANSFER: Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have (1(1 Vote))
DATA TRANSFER: Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have.bas

DATA TRANSFER: Transfer ur data from Ms-Access, Dbase, Foxpro, Excel, CSV and Text Database. I have Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters