Problem on using Round Function in VB

  • Thread starter Thread starter EDDIE
  • Start date Start date
E

EDDIE

Hi !!

I have a problem on using Microsoft Access to update a record in my VB
problem.
I am using ODBC to connect to my DB.
When my SQL have a round function, it will prompt the error of 'Round' is
not a recognized function.
Why ?? I know there are 'Round' function inside the MSaccess ..

Hope someone can help me.
Thanks ..
 
When you're running queries from outside of Access (such as from VB), you're
strictly going through the Jet Engine, which doesn't know anything about VBA
functions such as Round.

Afraid there's no real way around this.
 
hi..
After i try to re-install the visual studio Service pack .
The SQL can work again .
i think may be some file corruption .
Thanks for all ..
 

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

Similar Threads


Back
Top