Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 export a sqlserver table data using a select Query

Author  Topic 

vk18
Posting Yak Master

146 Posts

Posted - 2007-01-31 : 19:24:39
Hi Guys,

I am trying to export a sqlserver table data using a select query to a tab delimited Text file Programmatically in a Web VB.NET application. Here is the sample file format that i want to export to. Any help..?
Thanks
21;;ACTIVE INTEGRA;1 REDHILLS;;PEARL RIVER, NY;10965
22;FX;N;TV;;;;;;
23;FX Network;File # 55115;;Los Angeles, CA;900745115
31;;Greg Towl;ENERGIZER;e2 Lithium;061231;CASH;;FX9393;0612;061127;061231;061002;061231;061002;061231;;;Y;;;;27032;;;;;;CarlMayer;070130;;zz;
41;2;YNNNNNN;0700;1459;PD;20400;1;061113;061203;
51;Y;061127;1;0823;15;QEVY2701;20400;;;;;;;;;;Day ROS M-F;N;;
41;3;YYYNNNN;0700;1459;PD;20400;3;061211;061231;
51;Y;061213;3;1028;15;QEVY2701;20400;;;;;;;;;;Day ROS M-F;N;;
51;Y;061219;2;1123;15;QEVY2701;20400;;;;;;;;;;Day ROS M-F;N;;
51;Y;061225;1;0740;15;QEVY2701;20400;;;;;;;;;;Day ROS M-F;N;;
41;6;NYNNYNN;0700;1459;PD;20500;3;061211;061231;
51;Y;061215;5;0705;15;QEVY2701;20500;;;;;;;;;;Day ROS M-F;N;;
51;Y;061222;5;1444;15;QEVY2701;20500;;;;;;;;;;Day ROS M-F;N;;
51;Y;061226;2;0807;15;QEVY2701;20500;;;;;;;;;;Day ROS M-F;N;;

   

- Advertisement -