i am getting this error when installed application on client machine
it says
microsoft ODBC cant include Memo or hyperlink Object (like this)
not getting how to solve this problem can anyone help me
Printable View
i am getting this error when installed application on client machine
it says
microsoft ODBC cant include Memo or hyperlink Object (like this)
not getting how to solve this problem can anyone help me
Another way to pass in input parameters is to use a Variant array. This approach is kinda cool. And better yet, if you don't provide one of the elements, ADO doesn't submit the parameter—it assumes the provider will insert the "default" value. If there's no default value set, either in the called stored procedure or in the initial Parameter collection, ADO returns a trappable error: "-2147217900 Incorrect syntax near the keyword 'DEFAULT.'"
- From MSDN