Add a new field to a crystal report without a .xsd field

Hi,

I need to add a field primary bin to a crystal report. I checked with Epicor and no luck. The .rpt file does not have a .xsd file(it is just a crystal report, not a crystal form). I have seen the query they are using and they are retrieving the data using a view. So i went ahead and changed the design of the field to include the primary bin field. Now the next step for me is to populate that field in the database fields. How do i do that? I tried to create a new database connection using OLEDB, then sql native client but it is saying connection error. I cant use the ADO.net connection as i do not have a .xsd file.

Any suggestions will greatly help.

Thank you