Ole Db

  • Thread starter Thread starter Miguel
  • Start date Start date
M

Miguel

Hi all folks


When does this Ole Db message error occur????

<<The given type name was unrecognized>>


Regards
 
Hi Miguel,

What are you trying to achieve?
Can you show us some code?
 
Hi Miha I'm trying to execute an stored procedure with a
OleDbCommand, but before of the execution it is aggregated
some OleDbParameters to the OleDbCommand


Regards
 
¤ Hi Miha I'm trying to execute an stored procedure with a
¤ OleDbCommand, but before of the execution it is aggregated
¤ some OleDbParameters to the OleDbCommand
¤

I would post your code. It sounds like one of the parameter data types you are specifying is not
being recognized.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top