I need to all data of quickbook file (.qbw)
conveted to my SQL Server database. these data should be driven using SDK. is it possible using asp.net.
Asked
Active
Viewed 265 times
0

mehdi lotfi
- 11,194
- 18
- 82
- 128

Sonagara Hitesh
- 213
- 2
- 12
-
2This question appears to be off-topic because you have not shown any working or research for yourself. Please edit the question to show what you've done and what issues you've had with it. – Preet Sangha Jun 25 '14 at 05:42
-
i am woking to integration quickbook in my own asp.net website so how should i have to mention other in my question. please guide me. – Sonagara Hitesh Jun 25 '14 at 05:46
1 Answers
0
You can use SQL Server Integration service (SSIS)
tools for your idea. In SSIS you can have script component that write with C# language as a source of data and use OLD DB as a destination that connected to you destination table on the SQL Server database.
EDIT
You can use C# and VB Language for script component
Samples:
Script Component as Source - SSIS

mehdi lotfi
- 11,194
- 18
- 82
- 128
-
can you please give some example so i can follow that steps... – Sonagara Hitesh Jun 25 '14 at 05:57
-