VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ADO SQL connection, populating a list box with data, Running multiple SQL statements based on list

Jason van Domburgh  (2 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Wed 17th September 2003   Mon 8th February 2021

ADO SQL connection, populating a list box with data, Running multiple SQL statements based on list box selection, then a Crystal report for

API Declarations


'also need Crystal reports control component
'need to have a list box on form called list1
'and a status bar called status
'and also an invisible label called reflbl

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

Rate ADO SQL connection, populating a list box with data, Running multiple SQL statements based on list (2(2 Vote))
ADO SQL connection, populating a list box with data, Running multiple SQL statements based on list .bas

ADO SQL connection, populating a list box with data, Running multiple SQL statements based on list Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters