Difference: AppxODBCWithVB (2 vs. 3)

Revision 32012-04-05 - BredaHennessy

Line: 1 to 1
 
META TOPICPARENT name="APPXDeveloper"

Accessing APPX Data From VB Using AppxODBC

Line: 56 to 56
  cmdOdbc = New OdbcCommand(strSQL, oODBCConnection)

dr = cmdOdbc.ExecuteReader

Changed:
<
<
cmd.Connection = conn ' Sets wich connection you want to use
>
>
cmd.Connection = conn ' Sets which connection you want to use
  cmd.CommandType = CommandType.Text ' Sets the command type to use conn.Open() ' Open the connection if it fails
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback