For a fast result, try using MS Access Query utilizy. Create the table links, test for erors, and then select the sql view and copy the instruction to your Visual Basic apps.
I always use this method, it is faster and ERROR PROOF.
Upps; Enclosed the select statement with "". Also if using LIKE instruction dont use the *, use the %
I want to import data from either of the file formats like excel sheet(.xls) or simple text file (.txt,- separated by any delimiter)to a SQL Server 7.0 database table using VB as a frontend package.
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.