From: Alan M. <al...@me...> - 2003-07-11 12:37:16
|
I am just trying to get a test of the .NET driver in the C#Builder personal trial... I have install the driver assemblies and can add a connection and command to a form. I can't seem to escape the fact that the property for commandtype has to be System.Data.CommandType.TableDirect or System.Data.CommandType.StoreProcedure or System.Data.CommandType.Text and all throw exceptions. What might be the correct commandType (and Builder seems to overwrite my code each time I try to change it - gotta work that out too :-) Alan |