incorrect syntax near '-'.
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.
Re: incorrect syntax near '-'.
Did you just copy the exe to the other computer? Installer Problems
Re: incorrect syntax near '-'.
yeah i copied the exe.
i also ran the project on different computers, it's still the same..the error is still there
Re: incorrect syntax near '-'.
Of course it is. Di you read the link I posted to an article about that????
You definitely have an SQL error...
Re: incorrect syntax near '-'.
There appears to be a 404 on the link randem.
Re: incorrect syntax near '-'.
Re: incorrect syntax near '-'.
Quote:
Originally Posted by randem
Where can I get the universal VBVM?? could you give me the link?
Quote:
Of course it is. Di you read the link I posted to an article about that????
You definitely have an SQL error...
But i also ran the vb project from diferrent computers using the same version of vb compiler and the same sql server version. in some computers show the same errror msg but some others don't
so what now?
Re: incorrect syntax near '-'.
If you do not package the dependancy files then you will get errors like you are getting. Not all computers will have all the supporting files needed.
Thread Moved
Re: incorrect syntax near '-'.
Quote:
Originally Posted by jonathan_giuliano
Where can I get the universal VBVM?? could you give me the link?
The link was in the document that was linked... :confused: :confused: :confused:
Quote:
Originally Posted by jonathan_giuliano
so what now?
READ!!!
Re: incorrect syntax near '-'.
Quote:
Originally Posted by randem
The link was in the document that was linked... :confused: :confused: :confused:
READ!!!
I didn't find the link to VBVM, what's the link text, again??::cry:
Re: incorrect syntax near '-'.
There is no such thing as Visual Basic Virtual Machine if that is what you mean by VBVM.
You were supposed to read about installation problems. That is what you have...