![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to insert data returned from an ActiveX vb script into a table. Can I do this w/o writing the data into a text file (inside the vbs), then importing the text file into a table? Right now I out it in a file, then load the file into the table. I'd like to go straight from the vbs script into the table. Here is an example of the vbs output data: Class_CD,0 CWY_CD,0 Dev_CD,10 GHS_CD,10 Master_CD,90 MET_CD,10 Prior_CD,10 PSC_CD,0 STJ_CD,10 UAM_CD,10 Warehouse_CD,95 Here is a select of the table data: SampleName SampleSize --------------- ----------- Class_CD 0 CWY_CD 0 Dev_CD 10 GHS_CD 10 Master_CD 90 MET_CD 10 Prior_CD 10 PSC_CD 0 STJ_CD 10 UAM_CD 10 Warehouse_CD 95 |
![]() |
| Thread Tools | |
| Display Modes | |
| |