0

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.

mehdi lotfi
  • 11,194
  • 18
  • 82
  • 128
Sonagara Hitesh
  • 213
  • 2
  • 12
  • 2
    This 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 Answers1

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

SSIS – Using a Script Component as a Source

Creating a Source with the Script Component

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