Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Zil
  • Order by date
  1. Zil

    Embedding SQL into VC++

    This bit a code might help... CDatabase db; CString strSQL; // Open the database with its DSN Name. db.OpenEx( _T( "DSN=HWULogData" ), CDatabase::noOdbcDialog ); //Build the SQLQuery strSQL = _T("DELETE FROM [MissionData]...
  2. Zil

    VB-SQL error Data Type mismatch in criteria

    Are you using the keyword Between alone?<br>A correct syntax might be :<br>SELECT * <br>FROM TblTest<br>WHERE FieldA BETWEEN &quot; + lngFldA + &quot; AND &quot; + AnotherLng + &quot;;<br><br>for example<br><br>ZIL

Part and Inventory Search

Back
Top