![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.32 » View Incident Report |
| Reported By: Chris Holland Reported On: 4/26/2012 For: Version 4.32 Build 1 |
Command.Parameters.Add("AccountCode", OdbcType.VarChar, 10);
Command.Parameters["AccountCode"].Value = accountCode;
DA.Fill(DS); <<<<< Error occurs here….
if (DS.Tables.Count > 0)
{
DataTable UserTable = DS.Tables[0];This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

