This may or may not be a labview problem, but I have a set of data which has an issue if I try to copy the data from within access (2003) to an mssql (2000 sp3?) database. I was wondering if anyone else had this problem when trying to move to a different db?
I am just doing a "Insert into sqldb values select * from accessdb" command, which works find from access to access, and from access to sql within sql, but not access to sql from within access.