A
Alice
Does anybody knows how to do the above mentioned?
Please see below for the codes used for VB.
I need codes for VB .Net 03 doing the same thing.
TIA for any help.
strSQL = "SELECT Product_Master.* " & _
"INTO [Excel 8.0;DATABASE=C:\PDT_MAS.XLS].[PDT_MAS] " & _
"FROM Product_Master; "
Database1.Execute strSQL
Please see below for the codes used for VB.
I need codes for VB .Net 03 doing the same thing.
TIA for any help.
strSQL = "SELECT Product_Master.* " & _
"INTO [Excel 8.0;DATABASE=C:\PDT_MAS.XLS].[PDT_MAS] " & _
"FROM Product_Master; "
Database1.Execute strSQL