Dear All
I have SQL Server Database Table say Address. I like to Export this file into Text File through VB Coding i.e. User just enter the name of the text file to be created and press OK
I know its very easy through SQL Servr using Import/Export Method.. But I Don't know how through VB Coding..
One More thing in another file I like to put special charachter say $ in joining every field
Suppose I have table named address, str as :
name char(30), father_name char(30), dob datetime , address char(50)
then result should be in one file
John David 1/1/1978 45 Wilkinson Road, London
and in another file as
John$David$1/1/1978$45 Wilkinson Road, London
Pl. suggest.
regards
Inder
I have SQL Server Database Table say Address. I like to Export this file into Text File through VB Coding i.e. User just enter the name of the text file to be created and press OK
I know its very easy through SQL Servr using Import/Export Method.. But I Don't know how through VB Coding..
One More thing in another file I like to put special charachter say $ in joining every field
Suppose I have table named address, str as :
name char(30), father_name char(30), dob datetime , address char(50)
then result should be in one file
John David 1/1/1978 45 Wilkinson Road, London
and in another file as
John$David$1/1/1978$45 Wilkinson Road, London
Pl. suggest.
regards
Inder