VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Syntax for Accessing SQL tables with NO Stored Procedures, directly from VB. This code uses the Nor

Gregory Mazarakis  (4 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Fri 13th June 2003   Mon 8th February 2021

Syntax for Accessing SQL tables with NO Stored Procedures, directly from VB. This code uses the Northwind Database as an example.

API Declarations


'Make 2 listboxes on your form just to display the data...

Public objCommand As New ADODB.Command
Public objRS As New ADODB.Recordset

Rate Syntax for Accessing SQL tables with NO Stored Procedures, directly from VB. This code uses the Nor (1(1 Vote))
Syntax for Accessing SQL tables with NO Stored Procedures, directly from VB. This code uses the Nor.bas

Syntax for Accessing SQL tables with NO Stored Procedures, directly from VB. This code uses the Nor Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters