VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Code can be changed accordingly to read a bunch of dbf tables (can be easily modified to read .mdb

AKR  (3 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Sat 11th August 2001   Mon 8th February 2021

Code can be changed accordingly to read a bunch of dbf tables (can be easily modified to read .mdb etc tables) and check for common

API Declarations


Dim Conn as ADODB.Connection
Dim strDBSource As String
Dim c11 As Collection, c12 As Collection, c13 As Collection
Dim c21 As Collection, c22 As Collection, c23 As Collection
Dim strSQL as String
Dim intTabnum as Integer
Dim i as Integer, j as Integer
Dim booCommon as Boolean
Dim x as Integer, y as Integer
' -----------------------------------------------------------------------------
' If there is some better and more elegant manner of achieving the same thing,
' please submit your code to this site. It would be very helpful to me.
' -----------------------------------------------------------------------------

Rate Code can be changed accordingly to read a bunch of dbf tables (can be easily modified to read .mdb (2(2 Vote))
Code can be changed accordingly to read a bunch of dbf tables (can be easily modified to read .mdb .bas

Code can be changed accordingly to read a bunch of dbf tables (can be easily modified to read .mdb Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters