.ASP Compiler error (Message: BC30456)

Can someone please help me with the following error message I encounter. I can’t go ahead with the error. It seems to be a compiler error:
Compiler Error Message: BC30456: 'Data' is not a member of 'String'.
Source Error:
Line 168: dbParam_system.ParameterName = "@System"
Line 169: dbParam_system.Value = system
Line 170: dbParam_system.DbType = System.Data.DbType.String
Line 171: dbCommand.Parameters.Add(dbParam_system)
Line 172:
Although I have Googled it the efforts were in vein. Thanks for reading this and your help is greatly appreciated.
