I have attached my files to Access but some of the fields are throwing errors. I suspect it is the numeric issue
(In FoxPro NUMERIC(5,2) allows a range of -99999 to 99999. In SQL Server using the same precision the range is -999.99 to 999.99. This was the only data type in our schema that needed to be altered at the data type level. So in SQL Server we had to use NUMERIC (7,2) to get the same range.)
I thought perhaps I could go into the foxpro database files and change the schema. Does that make sense - and if so - what is the best way to do this? I have VP 5 in my Visual Studio 5 ensemble. It is not installed (and I've never used it) Of course I have to have this data converted by Friday.
Thanks!!
(In FoxPro NUMERIC(5,2) allows a range of -99999 to 99999. In SQL Server using the same precision the range is -999.99 to 999.99. This was the only data type in our schema that needed to be altered at the data type level. So in SQL Server we had to use NUMERIC (7,2) to get the same range.)
I thought perhaps I could go into the foxpro database files and change the schema. Does that make sense - and if so - what is the best way to do this? I have VP 5 in my Visual Studio 5 ensemble. It is not installed (and I've never used it) Of course I have to have this data converted by Friday.
Thanks!!