On Thu, 15 May 2008 17:26:36 -0400, "Jeff Johnson" <(E-Mail Removed)> wrote:
¤ I am in Interop Hell.
¤
¤ I'm writing a C# program that needs to write to a dBASE III file. ADO.NET's
¤ performance with ISAMs is abysmal, a fact that I have not only read online
¤ but have experience firsthand. The recommend solution is to use plain old
¤ ADO, which is the direction I went. However, I'm getting the following
¤ error: "Parameter ?_1 has no default value," and it's a nasty one. All the
¤ hits I found on this error relate to people using ADO.NET, not ADO, so
¤ hopefully someone can help me. If this is the wrong place to ask, please
¤ point me in the right direction. Below is the code I am currently using,
¤ with some redundant stuff stripped out for size reasons:
Make sure that the size for each of your VarChar parameters is the max size for each corresponding
column in your dBase table. None of them should be 0.
Paul
~~~~
Microsoft MVP (Visual Basic)
|