VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

The code teaches you how to convert the data in a recordset to string using ADO

Sameer Kamat  (2 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Tue 10th December 2002   Mon 8th February 2021

The code teaches you how to convert the data in a recordset to string using ADO

API Declarations


Dim strConnectionString As String 'stores the connection string
Dim rs As New ADODB.Recordset 'used to store the data fetched
Dim strData As String 'used to store the string returned by the GetString method


Rate The code teaches you how to convert the data in a recordset to string using ADO (1(1 Vote))
The code teaches you how to convert the data in a recordset to string using ADO.bas

The code teaches you how to convert the data in a recordset to string using ADO Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters