Forum Discussion

sbkeenan's avatar
sbkeenan
Frequent Contributor
11 years ago

Retrieving date fields from MySQL database

Hi   I have the following code snippet that I am using to interrogate the underlying MySQL database for our application:   . . . connection = ADO.CreateConnection(); connection.ConnectionString =...