Crashing table
Posted: Fri 19 Feb 2010 13:46
I have 2 tables on my MySQL server that has a field of type time
I have some code that loops one table and copies selected fields from selected records to a new table.
Every thing is working OK except for this line of code:
QueryOutput.ParamByName('fldTime').Assign(SourceInput.DataSet.FieldByName('fldTime'));
As soon as this is being activated, the result is that my output table is crashed.
I have another field of type date and simular code that runs OK
Any ideas?
I have some code that loops one table and copies selected fields from selected records to a new table.
Every thing is working OK except for this line of code:
QueryOutput.ParamByName('fldTime').Assign(SourceInput.DataSet.FieldByName('fldTime'));
As soon as this is being activated, the result is that my output table is crashed.
I have another field of type date and simular code that runs OK
Any ideas?