vb front end on access db - have approx 4000 records (a record is approx 255 chars) to be fed from vb to access. Don't really want to do this with addnew and update statements due to speed.
Your Question:
vb front end on access db - have approx 4000 records (a record is approx 255 chars) to be fed from vb to access. Don't really want to do this with addnew and update statements due to speed.
Use My suggestion - the faster the better one:
" Dim adCon9 As New ADODB.Connection
adCon9.Execute ("INSERT INTO TABLE_A VALUES('" & a1 & "', " & a2 & ", " & a3 & ", '" & a4 & "', '" & a5 & "' )"
"
hallo there! now injoy programming and if u have any further queries u may contact me on--"toranjeet@glide.net.in"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.