Search results for query: *

  • Users: kbooker23
  • Content: Threads
  • Order by date
  1. K

    DateTime Comparing

    hey i need to pull out the data from the database by day. In the database the field is a MySQL datetime. I just want to do a count for all records with a sertain day. my code is : Dim bdwsmtCon As New Odbc.OdbcConnection("Driver={MySQL ODBC 3.51...
  2. K

    SQL Syntax Error

    hello, i am currently writing a program that will requires to read from a mySQL database and write the data to a Excel file. I have the writting to the excel file, but my select statement gives me a sql syntax eror. my code looks like this : Dim strSQL As String 'Select statment Dim...
Back
Top