I need to INSERT records in a MS SQL 2005 table with an uniqueidentifier field.Is it possible to create the full SQL statement in the VFP program?
Or should i write a SP in the database that accepts the values from my program and uses the NEWID() function?
Other ideas?
Or should i write a SP in the database that accepts the values from my program and uses the NEWID() function?
Other ideas?