Help me guys, my application I just wrote, shows an error message when it's run. It says


Run-time Error '-2147217900(80040e14)'

Line1: Incorrect syntax near '-'.


I traced it, but I didn't find the character (I didn't write the character '-'). I ran my app on different computers, there's no problem with my app. I reformatted my computer and reinstalled all the programs, it didn't work. It still had that error...
Can someone tell me what's wrong with my application (or computer)??

Note: I'm using VB6 for the interface and SQLServer 2000 for the database.