VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Populate a ComboBox with the machine's current ODBC Data Source Names (DSNs).

Craig Sweet  (1 Submission)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Thu 31st August 2000   Mon 8th February 2021

Populate a ComboBox with the machine's current ODBC Data Source Names (DSNs).

API Declarations


Private Declare Function SQLAllocEnv% Lib "ODBC32.DLL" (env&)
Const SQL_SUCCESS As Long = 0
Const SQL_FETCH_NEXT As Long = 1


Rate Populate a ComboBox with the machine's current ODBC Data Source Names (DSNs). (1(1 Vote))
Populate a ComboBox with the machine's current ODBC Data Source Names (DSNs)..bas

Populate a ComboBox with the machine's current ODBC Data Source Names (DSNs). Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters