Knowledgebase: QODBC Online
[QODBC-Online] Sample Code for VB.NET with QODBC Online
Posted by Rajendra Dewani (QODBC Support) on 10 August 2015 02:12 PM
|
|
Sample Code for VB.NET with QODBC OnlineSample Code of VB.NET to Create DataSetNote: The following is the minimal code required to create a DataSet from the SQL statement and attach the dataset to a DataGrid. cnQODBC = New System.Data.Odbc.OdbcConnection("DSN=QuickBooks Online Data") daQODBC.Fill(dsQODBC)
Tags: QuickBooks Online, QBO, VB.NET, Sample VB.NET code
| |
|
Comments (0)